60 Commits

Author SHA1 Message Date
Peter Dimov
e28181484d Add VERBATIM to add_custom_target 2024-09-04 13:39:43 +03:00
Peter Dimov
09cbbdf37f Update build.jam, test/Jamfile 2024-09-04 13:04:43 +03:00
Rene Rivera
b2e50e96ff Add missing test deps. 2024-05-14 07:33:28 -05:00
Rene Rivera
ce6fda8087 Update library dependencies. 2024-04-29 21:55:22 -05:00
Rene Rivera
fb08ccd0d4 Fix syntax error. 2024-04-26 12:32:14 -05:00
Rene Rivera
54cdbb0e77 Add missing lib reference. 2024-04-25 22:51:39 -05:00
Peter Dimov
a259a0ee1c Update test/CMakeLists.txt 2023-10-13 07:03:14 +03:00
Peter Dimov
9d820ef32a Add ratio/detail/is_ratio.hpp 2023-10-13 07:01:03 +03:00
Peter Dimov
4d35c901a9 Implement ratio_gcd (which is, yes, used by Chrono) 2023-10-13 06:48:23 +03:00
Peter Dimov
00a69ca14d Add ratio/detail/gcd_lcm.hpp 2023-10-13 06:32:55 +03:00
Peter Dimov
87447b20dd Add boost/ratio/detial/is_evenly_divisible_by.hpp, used by Chrono 2023-10-13 06:08:34 +03:00
Peter Dimov
ca50e4e423 Update test/CMakeLists.txt 2023-10-13 05:17:46 +03:00
Peter Dimov
d0fcf52c97 Disable failing ratio_less tests under msvc-14.0 2023-10-13 05:16:39 +03:00
Peter Dimov
c944af3bd1 Update test CMakeLists files 2023-10-13 05:01:52 +03:00
Peter Dimov
8329718f1b Remove no longer needed files 2023-10-13 04:37:12 +03:00
Peter Dimov
e273d6bb0b Remove C++03 workarounds; remove support for extensions; alias to <ratio> 2023-10-13 04:34:28 +03:00
Peter Dimov
53bc45a12e Update appveyor.yml 2023-01-06 21:36:50 +02:00
Peter Dimov
0ad3eb44d3 Replace test/CMakeLists.txt 2023-01-06 21:32:18 +02:00
Peter Dimov
c0b4302dbf Update test/Jamfile 2023-01-06 21:29:51 +02:00
Peter Dimov
4bfe66377b Simplify test/Jamfile 2023-01-06 21:27:31 +02:00
Peter Dimov
98235ee02e Add test/cmake_install_test, test/cmake_subdir_test 2023-01-06 21:14:33 +02:00
Peter Dimov
00073b7d58 Update tests/CMakeLists.txt 2021-06-07 03:37:13 +03:00
Peter Dimov
fd5dd51586 Update test/CMakeLists.txt 2021-05-30 08:04:33 +03:00
Mike Dev
80cad08a12 [CMake] Also run examples as part of tests 2019-05-08 13:26:30 +02:00
Mike Dev
fa17bf97ef [CMake] Some minor tweaks 2019-05-07 22:41:34 +02:00
Mike Dev
06a2dbcf6e [CMake] Use static libraries instead of object libraries
Older versions of cmake can't use target_link_libraries on object libs
2019-05-07 21:44:13 +02:00
Mike Dev
ea0df23dea [CMake] Run cmake on travis 2019-05-07 21:30:29 +02:00
Mike Dev
d2c2aba660 [CMake] Add minimal cmake support 2019-04-18 16:34:01 +02:00
Glen Fernandes
b0800f3936 Fix unit test that did not return report_errors() 2018-09-17 07:02:49 -04:00
Vicente J. Botet Escriba
8f956e17ae comment mingw toolset flags - #9866. 2014-04-19 12:49:13 +02:00
Vicente J. Botet Escriba
b5f8f32ec9 Ratio: Added some missing templates in ratio_fwd.hpp, some tests and doc of the new features ratio_power and binary prefixes.
[SVN r86601]
2013-11-09 17:00:41 +00:00
Vicente J. Botet Escriba
7702c85592 Ratio: Added ratio binary prefixes and ratio_power.
[SVN r86594]
2013-11-09 11:47:43 +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
a20d4f6c19 Thread: Comment use of missing file
[SVN r77842]
2012-04-08 22:38:32 +00:00
Vicente J. Botet Escriba
8a0484fcee Ratio: Avoid the Mpl error when using the 0x7FFFFFFFFFFFFFFELL + update history + try __typeof__ trick on sun
[SVN r77796]
2012-04-06 23:45:38 +00:00
Vicente J. Botet Escriba
e30305d13c ratio: fix #5724: 0 + 0 and 0 - 0 lead to a compile time error
[SVN r73918]
2011-08-19 15:40:42 +00:00
Vicente J. Botet Escriba
ca59e50305 Ratio: remove erroneous -Wextra compiler flag
[SVN r68773]
2011-02-11 06:55:36 +00:00
Vicente J. Botet Escriba
c682ee04b9 Ratio: Suppress warning for clang compiler
warning: 'long long' is an extension when C99 mode is not enabled [-Wlong-long]


[SVN r68665]
2011-02-06 11:38:19 +00:00
Vicente J. Botet Escriba
0784e928b8 Ratio: Set -Wno-long-long with pathscale toolset as needed if -pedantic is set
[SVN r68435]
2011-01-25 17:25:43 +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
2326d1b80b Boost.Ratio: Added tests for added mpl files
[SVN r68084]
2011-01-13 06:01:47 +00:00
Vicente J. Botet Escriba
40da34a83b Boost.Ratio: Force failure to debug condition
[SVN r68066]
2011-01-12 18:14:08 +00:00
Vicente J. Botet Escriba
546a2e9e19 Boost.Ratio: Added more mpl arithmetic operations
[SVN r68030]
2011-01-12 05:07:02 +00:00
Vicente J. Botet Escriba
3f83ec3266 Boost.Ratio: Force failure to debug condition
[SVN r68029]
2011-01-12 05:05:08 +00:00
Vicente J. Botet Escriba
5bdc315584 Boost.Ratio: Force failure to debug condition
[SVN r68027]
2011-01-12 04:46:09 +00:00
Vicente J. Botet Escriba
f00e46c408 Boost.Ratio: Force failure to debug condition
[SVN r67898]
2011-01-09 23:54:54 +00:00
Vicente J. Botet Escriba
5e0d91410c Boost.Ratio: Ignore some warnings from intel compilers
[SVN r67776]
2011-01-08 12:32:17 +00:00
Vicente J. Botet Escriba
76a322c22c Boost.Ratio: Try to solve issue
Test output: Sandia-intel-10.1-32 - ratio - mpl_plus_pass / intel-linux-10.1

rollback redundant declarations.

[SVN r67685]
2011-01-05 18:19:57 +00:00
Vicente J. Botet Escriba
aa87ae0945 Boost.Ratio: Ignore some warnings from intel compilers
[SVN r67672]
2011-01-05 07:37:51 +00:00