\(\newcommand{\W}[1]{ \; #1 \; }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} }\) \(\newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} }\) \(\newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} }\) \(\newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }\)
2025¶
View page sourceRelease Notes for 2025¶
mm-dd¶
01-24¶
Fix linking the pthread examples ( e.g. pthread_get_started.cpp ) when the pthread library is in a non-standard location.
Fix linking the standard thread examples ( e.g. sthread_get_started.cpp ) when the standard thread library required the pthread library.
01-17¶
Fix some errors of the form function_name
(unsigned int)cannot be overloaded with function_name(size_t)in i686 systems.Create 20250000.1 release.
01-14¶
Fix g++-15.0.1 warning about arg_tmp in atomic_op.hpp not being initialized.
01-09¶
Create 20250000.0 release.