2
0
mirror of https://github.com/boostorg/ratio.git synced 2026-02-23 03:52:17 +00:00
Commit Graph

159 Commits

Author SHA1 Message Date
Peter Dimov
f9dfdfd2e8 Document the deprecation of BOOST_RATIO_EXTENSIONS 2023-05-13 17:32:26 +03:00
Peter Dimov
f5b59226da Emit a deprecation message when BOOST_RATIO_EXTENSIONS is defined 2023-05-13 17:25:52 +03:00
Peter Dimov
c7e74b69e1 Merge branch 'feature/version-2' into develop 2023-04-21 20:25:27 +03:00
Peter Dimov
9e116fcea9 Merge pull request #8 from giomasce-throwaway/develop
Fix typo in copyright headers.
2023-04-21 20:15:06 +03:00
Peter Dimov
5d74d52983 Merge pull request #10 from eldiener/develop
[skip ci] Add "cxxstd" json field
2023-04-21 20:14:53 +03:00
Peter Dimov
56bee21998 Change default BOOST_RATIO_VERSION to 2 (as was supposed to be the case since 1.56 according to docs) 2023-04-21 20:04:05 +03:00
Peter Dimov
0d29daf1f0 Add C++03 deprecation notice boost-1.82.0 boost-1.82.0.beta1 2023-03-05 22:44:58 +02:00
Peter Dimov
21d945d6fe Remove unnecessary 'ex_chrono' files from example/ 2023-03-05 22:17:13 +02:00
Peter Dimov
e4f1d157ec Update ci.yml 2023-03-05 21:27:14 +02:00
Peter Dimov
c758f584bd Update appveyor.yml 2023-01-07 01:28:41 +02:00
Peter Dimov
06a8e69775 Update appveyor.yml 2023-01-07 00:58:39 +02:00
Peter Dimov
e25b2bc27b Update appveyor.yml 2023-01-07 00:56:35 +02: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
1db1c90b65 Add .github/workflows/ci.yml 2023-01-06 21:03:12 +02:00
Peter Dimov
00073b7d58 Update tests/CMakeLists.txt boost-1.77.0 boost-1.81.0.beta1 boost-1.81.0 boost-1.80.0.beta1 boost-1.80.0 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 2021-06-07 03:37:13 +03:00
Peter Dimov
2fde23eedf Disable autolink to boost_chrono when BOOST_CHRONO_NO_LIB is defined 2021-06-05 02:54:31 +03:00
Peter Dimov
fd5dd51586 Update test/CMakeLists.txt 2021-05-30 08:04:33 +03:00
Peter Dimov
fc61a6489b Merge branch 'master' into develop 2021-05-30 07:34:52 +03:00
Peter Dimov
8d00f3194f Regenerate CMakeLists.txt 2021-05-30 07:33:56 +03:00
Edward Diener
e0ae080df1 [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2021-01-21 03:21:27 -05:00
Giovanni Mascellani
3b87f659d2 Fix typo in copyright headers. 2020-10-11 17:05:32 +02:00
Vicente J. Botet Escriba
9688851478 Merge branch 'develop' boost-1.72.0 boost-1.72.0.beta1 boost-1.76.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 boost-1.71.0 boost-1.71.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.73.0 2019-05-14 09:22:35 +02:00
Vicente J. Botet Escriba
818c7febe3 Rollback cmake tests until they are good; 2019-05-11 17:31:34 +02:00
Vicente J. Botet Escriba
ae74c35216 Merge branch 'develop' 2019-05-10 16:18:56 +02:00
Vicente J. Botet Escriba
10d749de93 Merge pull request #6 from Mike-Devel/feature/cmake_ci
[CMake] Run cmake from CI
2019-05-08 15:59:08 +02:00
Mike Dev
80cad08a12 [CMake] Also run examples as part of tests 2019-05-08 13:26:30 +02:00
Mike Dev
55a542de1c [CMake] Use correct toolchain on travis 2019-05-08 11:39:21 +02:00
Mike Dev
fa17bf97ef [CMake] Some minor tweaks 2019-05-07 22:41:34 +02:00
Mike Dev
9909b5c33d [CMake] Run cmake on appveyor 2019-05-07 22:00:07 +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
Vicente J. Botet Escriba
d6033aee3d Merge pull request #5 from Mike-Devel/min_cmake
[CMake] Add minimal cmake support
2019-05-07 07:37:24 +02:00
Mike Dev
34c3075def [CMake] Fix comment 2019-04-18 17:17:19 +02:00
Mike Dev
d2c2aba660 [CMake] Add minimal cmake support 2019-04-18 16:34:01 +02:00
Vicente J. Botet Escriba
7d40521682 Merge branch 'develop' boost-1.70.0.beta1 boost-1.70.0 boost-1.69.0-beta1 boost-1.69.0 2018-09-18 23:24:20 +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
7088e5d83c Comment failing configurations as using ::gets which is undefined in gnu 4.8. 2017-09-19 21:31:13 +02:00
Vicente J. Botet Escriba
96369c2c12 appveyor mp11 -> ratio. 2017-09-18 00:29:24 +02:00
Vicente J. Botet Escriba
ff9b977f25 commit CI files. 2017-09-07 00:09:09 +02:00
Vicente J. Botet Escriba
3be1f312d9 Merge branch 'develop' of github.com:boostorg/ratio into develop 2017-02-18 19:58:47 +01:00
Vicente J. Botet Escriba
f01778dc84 avoid lon long in C++98 2017-02-18 19:58:20 +01:00
Rene Rivera
ee45b0666f Add, and update, documentation build targets. boost-1.64.0-beta1 boost-1.67.0 boost-1.68.0 boost-1.66.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.63.0 boost-1.64.0 2016-10-10 11:39:52 -05:00
Rene Rivera
a100941dee Add, and update, documentation build targets. 2016-10-07 23:07:36 -05:00
Vicente J. Botet Escriba
da935d6c5f Merge pull request #3 from mclow/develop
Remove use of deprecated macros in documentation
2015-09-12 08:50:50 +02:00
Marshall Clow
bfb52844b2 Remove use of deprecated macros in documentation 2015-09-11 15:22:12 -07:00
Vicente J. Botet Escriba
d7773512aa Merge branch 'develop' boost-1.58.0 boost-1.62.0 boost-1.61.0 boost-1.60.0 boost-1.59.0 2015-01-24 08:16:04 +01:00