[chrono] Build Jamfile missing three source files

--- c:\temp\Jamfile.v2-revBASE.svn000.tmp.v2 2011-09-06 15:23:30.000000000 -0400 +++ c:\boost\trunk\libs\chrono\build\Jamfile.v2 2011-09-06 15:23:19.000000000 -0400 @@ -74,16 +74,16 @@ <toolset>gcc-3.4.4:<linkflags>--enable-auto-import <toolset>gcc-4.3.4:<linkflags>--enable-auto-import <toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import <toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import ; -SOURCES = chrono thread_clock process_cpu_clocks ; +SOURCES = chrono thread_clock process_cpu_clocks run_timer run_timer_static process_clock ; lib boost_chrono : $(SOURCES).cpp : <link>shared:<define>BOOST_ALL_DYN_LINK=1 # tell source we're building dll's <link>static:<define>BOOST_All_STATIC_LINK=1 # tell source we're building static lib's ; OK to commit? --Beman

Le 06/09/11 21:28, Beman Dawes a écrit :
--- c:\temp\Jamfile.v2-revBASE.svn000.tmp.v2 2011-09-06 15:23:30.000000000 -0400 +++ c:\boost\trunk\libs\chrono\build\Jamfile.v2 2011-09-06 15:23:19.000000000 -0400 @@ -74,16 +74,16 @@ <toolset>gcc-3.4.4:<linkflags>--enable-auto-import <toolset>gcc-4.3.4:<linkflags>--enable-auto-import <toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import <toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import ;
-SOURCES = chrono thread_clock process_cpu_clocks ; +SOURCES = chrono thread_clock process_cpu_clocks run_timer run_timer_static process_clock ;
lib boost_chrono : $(SOURCES).cpp : <link>shared:<define>BOOST_ALL_DYN_LINK=1 # tell source we're building dll's <link>static:<define>BOOST_All_STATIC_LINK=1 # tell source we're building static lib's ;
OK to commit?
Hi, No. run_timer run_timer_static process_clock are not part of Boost.Chrono. I've removed recently the associated header files, but I forget to remove also the implementation files. I will remove them asap. Have you found an error on trunk? Best, Vicente

OK to commit?
Hi,
No.
run_timer run_timer_static process_clock are not part of Boost.Chrono. I've removed recently the associated header files, but I forget to remove also the implementation files. I will remove them asap.
Ah! I was using a somewhat older version of trunk, and only checked that the Jamfile had not changed. So do you have other plans for run timers? --Beman

Le 06/09/11 22:37, Beman Dawes a écrit :
OK to commit?
Hi,
No.
run_timer run_timer_static process_clock are not part of Boost.Chrono. I've removed recently the associated header files, but I forget to remove also the implementation files. I will remove them asap. Ah! I was using a somewhat older version of trunk, and only checked that the Jamfile had not changed.
So do you have other plans for run timers?
There is Boost.Stopwatches on the Sanbox. The stopwatch class is quite stable, but I'm not completly satisfied with the reporting/formatting parts. Best, Vicente
participants (2)
-
Beman Dawes
-
Vicente J. Botet Escriba