Peter Dimov
|
21d945d6fe
|
Remove unnecessary 'ex_chrono' files from example/
|
2023-03-05 22:17:13 +02:00 |
|
Peter Dimov
|
2fde23eedf
|
Disable autolink to boost_chrono when BOOST_CHRONO_NO_LIB is defined
|
2021-06-05 02:54:31 +03:00 |
|
Vicente J. Botet Escriba
|
610529a965
|
Ratio: warning removal
[SVN r82015]
|
2012-12-16 08:34:19 +00:00 |
|
Marshall Clow
|
1fdb0e758d
|
Removed usage of deprecated macros in Boost.Ratio
[SVN r81567]
|
2012-11-26 18:23:31 +00:00 |
|
Vicente J. Botet Escriba
|
59e0b9bbca
|
Ratio: version 2: Added prefix/symbol functions ratio_io.
[SVN r80317]
|
2012-08-30 05:00:10 +00:00 |
|
Vicente J. Botet Escriba
|
e44b1e6e50
|
Ratio: fix Tab inspection
[SVN r80045]
|
2012-08-15 10:40:58 +00:00 |
|
Vicente J. Botet Escriba
|
81893a3fd7
|
Ratio: fix si example
[SVN r71195]
|
2011-04-11 22:23:22 +00:00 |
|
Vicente J. Botet Escriba
|
53aa5dbfb0
|
Ratio/ try to solve vacpp compiler issue in si_physics example.
[SVN r68735]
|
2011-02-08 23:09:59 +00:00 |
|
Vicente J. Botet Escriba
|
00a6ea5b10
|
Ratio/ try to solve msvc 9.0 compiler issue (enable_if?) in si_physics example.
[SVN r68734]
|
2011-02-08 23:00:34 +00:00 |
|
Vicente J. Botet Escriba
|
c899292794
|
Ratio: Remove error: ambiguous reference to std ratio interface
[SVN r68666]
|
2011-02-06 11:44:20 +00:00 |
|
Vicente J. Botet Escriba
|
2d87e61d49
|
Boost.Ratio: Cleanup #if 0
[SVN r68221]
|
2011-01-17 22:20:59 +00:00 |
|
Vicente J. Botet Escriba
|
27841a060c
|
Boost.Ratio/Chrono: Added boost/ratio/include.hpp file and make use of boost/ratio/ratio.hpp when all the files are not needed
[SVN r68183]
|
2011-01-16 12:07:26 +00:00 |
|
Vicente J. Botet Escriba
|
1a44d7f2f5
|
Boost.Ratio: Use official common_type
[SVN r67921]
|
2011-01-10 19:36:32 +00:00 |
|
Vicente J. Botet Escriba
|
bc587849ff
|
Boost.Ratio: Try to solve issue with duration_cast use before declaration.
Test output: Sandia-pgi-10.1 - ratio - si_physics / pgi-10.1
Rev 67748 / Fri, 7 Jan 2011 07:39:28 +0000
Report Time: Fri, 7 Jan 2011 16:48:51 +0000
Compile [2011-01-07 10:20:00 UTC]: fail
"/sierra/Sntools/extras/compilers/pgi/linux86-64/10.1/bin/pgCC" -INLINE:none -Wc,-a --brief_diagnostics --error_limit1 --compress_names --diag_suppress450 --no_using_std --zc_eh -Kieee -fpic -gopt -DBOOST_ALL_NO_LIB=1 -DBOOST_ENABLE_WARNINGS -DBOOST_MPL_NEXT_PRIOR_EXT -DBOOST_RATIO_USES_MPL_ASSERT -D__need_IOV_MAX -I".." -c -o "/scratch/boost/results/boost/bin.v2/libs/ratio/test/si_physics.test/pgi-10.1/debug/si_physics.o" "../libs/ratio/test/../example/si_physics.cpp"
"../libs/ratio/test/../example/config.hpp", line 20 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 22 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 24 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/duration.hpp", line 498 (col. 28): error: namespace "boost_ex::chrono" has no member "duration_cast"
Error limit reached.
1 error detected in the compilation of "../libs/ratio/test/../example/si_physics.cpp".
Compilation terminated.
TinyUrl
[SVN r67758]
|
2011-01-07 18:29:20 +00:00 |
|
Vicente J. Botet Escriba
|
072e014868
|
Boost.Ratio: Try to solve issue
Test output: Sandia-pgi-10.1 - ratio - si_physics / pgi-10.1
Rev 67674 / Wed, 5 Jan 2011 08:08:45 +0000
Report Time: Wed, 5 Jan 2011 16:18:46 +0000
Compile [2011-01-05 10:54:00 UTC]: fail
"/sierra/Sntools/extras/compilers/pgi/linux86-64/10.1/bin/pgCC" -INLINE:none -Wc,-a --brief_diagnostics --error_limit1 --compress_names --diag_suppress450 --no_using_std --zc_eh -Kieee -fpic -gopt -DBOOST_ALL_NO_LIB=1 -DBOOST_ENABLE_WARNINGS -DBOOST_MPL_NEXT_PRIOR_EXT -DBOOST_RATIO_USES_MPL_ASSERT -D__need_IOV_MAX -I".." -c -o "/scratch/boost/results/boost/bin.v2/libs/ratio/test/si_physics.test/pgi-10.1/debug/si_physics.o" "../libs/ratio/test/../example/si_physics.cpp"
"../libs/ratio/test/../example/config.hpp", line 20 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 22 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 24 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/duration.hpp", line 498 (col. 20): error: identifier "duration_cast" is undefined
Error limit reached.
1 error detected in the compilation of "../libs/ratio/test/../example/si_physics.cpp".
Compilation terminated.
[SVN r67684]
|
2011-01-05 18:11:43 +00:00 |
|
Vicente J. Botet Escriba
|
7cc7c18f3d
|
Boost.Ratio: Try to solve issue
Test output: Sandia-pgi-10.1 - ratio - si_physics / pgi-10.1
Rev 67646 / Tue, 4 Jan 2011 08:16:01 +0000
Report Time: Tue, 4 Jan 2011 16:29:50 +0000
Compile [2011-01-04 10:54:21 UTC]: fail
"/sierra/Sntools/extras/compilers/pgi/linux86-64/10.1/bin/pgCC" -INLINE:none -Wc,-a --brief_diagnostics --error_limit1 --compress_names --diag_suppress450 --no_using_std --zc_eh -Kieee -fpic -gopt -DBOOST_ALL_NO_LIB=1 -DBOOST_ENABLE_WARNINGS -DBOOST_MPL_NEXT_PRIOR_EXT -DBOOST_RATIO_USES_MPL_ASSERT -D__need_IOV_MAX -I".." -c -o "/scratch/boost/results/boost/bin.v2/libs/ratio/test/si_physics.test/pgi-10.1/debug/threading-multi/si_physics.o" "../libs/ratio/test/../example/si_physics.cpp"
"../libs/ratio/test/../example/config.hpp", line 20 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 22 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/config.hpp", line 24 (col. 3): warning: unrecognized preprocessing directive
"../libs/ratio/test/../example/duration.hpp", line 311 (col. 17): error: identifier "intmax_t" is undefined
Error limit reached.
1 error detected in the compilation of "../libs/ratio/test/../example/si_physics.cpp".
Compilation terminated.
[SVN r67654]
|
2011-01-04 17:46:40 +00:00 |
|
Vicente J. Botet Escriba
|
3ac9309817
|
Boost.Ratio: moved to trunk
[SVN r67575]
|
2011-01-02 16:26:51 +00:00 |
|