Commit Graph

  • f39b667d78 Merge pull request #66 from Lastique/feature/remove_static_assert develop boost-1.92.0.beta1 boost-1.91.0.beta1 boost-1.91.0 master Peter Dimov 2026-02-07 04:17:33 +02:00
  • 634c396e78 Remove <toolset>msvc:<warnings-as-errors>on; boost_math_tr1 emits 4714 and because it's a dependency of boost_units, the warning is impossible to suppress feature/gha Peter Dimov 2026-02-07 03:14:05 +02:00
  • a2565e650f Remove <toolset>msvc:<asynch-exceptions>on; what is this, 1994? Peter Dimov 2026-02-07 02:36:21 +02:00
  • e2d52f1f6e Replace floating point equality checks with BOOST_UNITS_CHECK_CLOSE in test_conversion.cpp Peter Dimov 2026-02-07 02:26:31 +02:00
  • 7e4c1255dd Add test/cmake_subdir_test Peter Dimov 2026-02-06 21:56:26 +02:00
  • c29ecd7001 Add test/cmake_install_test Peter Dimov 2026-02-06 21:56:14 +02:00
  • dfc0fe6feb Add test/CMakeLists.txt Peter Dimov 2026-02-06 21:46:03 +02:00
  • f6cecacbad Add .github/workflows/ci.yml Peter Dimov 2026-02-06 21:43:57 +02:00
  • 0076f022d8 Remove dependencies on Boost.StaticAssert. Andrey Semashev 2026-01-22 19:49:00 +03:00
  • 605ebf7143 Add support for modular build structure. (#63) René Ferdinand Rivera Morell 2025-05-02 11:24:25 -05:00
  • 45787015dd Switch from deprecated test to Lightweight Test boost-1.90.0.beta1 boost-1.90.0 boost-1.89.0 boost-1.88.0.beta1 boost-1.88.0 boost-1.87.0.beta1 boost-1.87.0 boost-1.86.0.beta1 boost-1.86.0 boost-1.85.0.beta1 boost-1.85.0 boost-1.84.0.beta1 boost-1.84.0 boost-1.83.0.beta1 boost-1.83.0 boost-1.82.0.beta1 boost-1.82.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 boost-1.77.0 Glen Fernandes 2021-06-08 00:11:41 -04:00
  • 97708ede5b Add CMakeLists.txt Peter Dimov 2021-05-28 00:56:51 +03:00
  • e4e33e621b Merge branch 'master' into develop Peter Dimov 2021-05-28 00:56:10 +03:00
  • deab2847c4 Merge pull request #48 from Kojoley/cease-dependence-on-serialization Glen Fernandes 2020-12-12 09:27:40 -05:00
  • ef96ba8a2e Merge branch 'develop' boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 Glen Fernandes 2020-11-01 08:23:03 -05:00
  • 21c9dcaf3a Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74 (#47) Edward Diener 2020-08-25 06:08:04 -04:00
  • 4183cc933c Rename CXXFLAGS as it's used when bootstrapping b2 Peter Dimov 2020-08-24 13:03:31 +03:00
  • ac7d0475bc Cease dependence on Serialization Nikita Kniazev 2020-05-23 18:38:31 +03:00
  • e8954827d6 Merge pull request #28 from jwakely/encoding Jürgen Hunold 2018-09-14 09:50:17 +02:00
  • b12d22c185 Fix bogus encoding of Euro symbol, use UTF-8 Jonathan Wakely 2018-07-06 10:34:53 +01:00
  • 57389b7374 Merge branch 'develop' boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 boost-1.73.0 boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0.beta1 boost-1.71.0 boost-1.70.0.beta1 boost-1.70.0 boost-1.69.0-beta1 boost-1.69.0 boost-1.68.0 boost-1.67.0 Steven Watanabe 2018-02-20 10:30:32 -07:00
  • d67f8e7a50 Escape ':' Steven Watanabe 2018-02-07 09:55:52 -07:00
  • af5558d257 Remove cygwin builds and try to use mingw-w64 for 32-bit builds Jürgen Hunold 2018-01-13 17:34:30 +01:00
  • 9443a1418c build the tests Jürgen Hunold 2018-01-13 15:37:48 +01:00
  • de4c40c8e5 Fixed SELF library reference and build all adress-models Jürgen Hunold 2018-01-13 11:46:20 +01:00
  • 065907845d use appveyor script from date_time Jürgen Hunold 2018-01-13 11:31:20 +01:00
  • b390e24c6e use appveyor script from date_time appveyor_fixes Jürgen Hunold 2018-01-13 11:31:20 +01:00
  • bf2c4d2586 A few fixes before merging this PR * Revert most of the changes to examples, because ugly macros don't belong in examples. Just use constexpr as appropriate. * Revert Lambda changes as they're wrong and Boost.Lambda doesn't support constexpr. * Remove include of broken math_fwd.hpp. Steven Watanabe 2018-01-10 12:07:09 -07:00
  • eb006137ef Merge remote-tracking branch 'muggenhor/constexpr' into develop Steven Watanabe 2018-01-10 09:30:29 -07:00
  • b0b9c51646 Fix Errors in Why Homogeneous Systems Chris Lesiak 2016-03-22 10:26:04 -05:00
  • 3c5d74a1e1 Merge branch 'petamas-bugfix/sqrt_scaled_unit' into develop Jürgen Hunold 2018-01-02 17:28:54 +01:00
  • bf84755be7 Fix sqrt for scaled units. petamas 2017-12-23 19:10:06 +01:00
  • 12dad9c1e2 Add unit test for Trac issue #10270. (Test is failing by default, fix'll be in next commit.) petamas 2017-12-23 19:04:43 +01:00
  • c2b4379787 Activated coverity support Jürgen Hunold 2017-08-06 17:54:25 +02:00
  • 37d64605e3 Merge pull request #25 from jhunold/travis Jürgen Hunold 2017-08-06 17:44:46 +02:00
  • ad7cb75c30 Fix: update travis configuration Jürgen Hunold 2017-08-06 17:38:41 +02:00
  • d6040e35c4 Enable test result display for Travis and AppVeyor Jürgen Hunold 2016-11-11 22:07:53 +01:00
  • 2acfcd0a23 Enable ci scripts Jürgen Hunold 2016-11-11 08:04:40 +01:00
  • dd1d427486 Merge remote-tracking branch 'origin/develop' boost-1.66.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 boost-1.63.0 Jürgen Hunold 2016-10-16 17:47:26 +02:00
  • b274f7cab1 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:37 -05:00
  • 4840fc8666 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:37 -05:00
  • 705b19bfdb Add "Inf" and "NaN" as expected values for Oracle SunOS CC 12.5 Jürgen Hunold 2016-09-04 17:44:49 +02:00
  • 0455c45802 Merge pull request #23 from alfC/patch-1 Jürgen Hunold 2016-09-04 17:15:10 +02:00
  • 2653f8a862 define biot correctly as 10 Ampere alfC 2016-09-01 13:38:00 -07:00
  • 86dbd8c04b Use constexpr for name() and symbol() Giel van Schijndel 2016-08-14 21:27:15 +02:00
  • 595390497c Add constexpr support Giel van Schijndel 2016-08-14 08:00:27 +02:00
  • 9ad0d9fca4 Merge pull request #21 from D4N/master Jürgen Hunold 2016-08-12 11:58:10 +02:00
  • 00c0e67170 updated physico-chemical constants to CODATA 2014 values Dan Čermák 2016-04-26 23:45:06 +02:00
  • a3dfa501e7 Revert "Merge pull request #21 from D4N/master" boost-1.62.0 Jürgen Hunold 2016-08-12 11:50:27 +02:00
  • f4a56157cf Merge pull request #21 from D4N/master Jürgen Hunold 2016-08-12 11:01:21 +02:00
  • 034f16bc26 Merge pull request #20 from mkurdej/fix-inspections-warnings Jürgen Hunold 2016-08-12 10:56:39 +02:00
  • 3191a02513 Remove extra semicolon after statement Jürgen Hunold 2016-08-12 10:08:25 +02:00
  • 99f3a4cc3c updated physico-chemical constants to CODATA 2014 values Dan Čermák 2016-04-26 23:45:06 +02:00
  • b10bd398e8 Merge remote-tracking branch 'origin/develop' boost-1.61.0 Jürgen Hunold 2016-03-04 13:49:37 +01:00
  • 47885b2a15 Avoid unused parameter warnings Jürgen Hunold 2016-02-06 12:43:29 +01:00
  • df670ade19 Remove trailing whitespace. Marek Kurdej 2015-08-26 17:33:02 +02:00
  • 47782f893c Fix inspection warnings from http://boost.cowic.de/rc/docs-inspect-develop.html#units. Marek Kurdej 2015-08-26 10:26:29 +02:00
  • 8f18915ae3 Merge remote-tracking branch 'origin/develop' boost-1.60.0 boost-1.59.0 Jürgen Hunold 2015-06-03 18:18:44 +02:00
  • 0d2d5df614 Merge pull request #17 from jhunold/ice Jürgen Hunold 2015-05-31 21:01:50 +02:00
  • c532e515f6 Remove dependency on deprecated type_traits implementation details Jürgen Hunold 2015-05-27 20:57:05 +02:00
  • 3f799b3912 Merge remote-tracking branch 'origin/develop' boost-1.58.0 Jürgen Hunold 2015-03-04 06:42:01 +01:00
  • 423adb31c1 Remove incorrect indirection. Steven Watanabe 2015-02-23 20:34:19 -07:00
  • 6207c7e66d Update test_output.cpp akumta 2015-02-24 15:01:23 -08:00
  • 0195079d7f Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2015-01-25 15:32:13 +01:00
  • 4e4a127ee3 Merge pull request #15 from boostorg/pull-request/gcd-to-integer Jürgen Hunold 2015-01-19 16:06:29 +01:00
  • 3a0c62ad87 remove unnecessary include provided by top-level Jamroot Jürgen Hunold 2015-01-19 10:54:48 +01:00
  • 9c291bc71b Replace math::static_gcd references with integer::static_gcd Peter Dimov 2015-01-18 19:34:52 +02:00
  • 80a59b9547 Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2015-01-15 19:05:16 +01:00
  • cc97c0f253 Merge pull request #14 from mkurdej/fix/doc-information Jürgen Hunold 2014-11-06 20:44:33 +01:00
  • 87778d2319 Merge pull request #13 from mkurdej/fix/header-guards Jürgen Hunold 2014-11-06 20:43:04 +01:00
  • 12f0a2eb0a Fix quickbook warning about deprecated '\n' in generated base_units.qbk. Marek Kurdej 2014-11-06 12:32:02 +01:00
  • 9ba957d720 Add doc for boost/units/systems/information.hpp. Marek Kurdej 2014-11-06 12:22:02 +01:00
  • 2042d4d723 Fix documentation on information system units (not only base units). Marek Kurdej 2014-11-06 12:14:53 +01:00
  • aaffc7fa6f Fix documentation on information system units. Marek Kurdej 2014-11-05 18:24:23 +01:00
  • 45058c08f7 Fix header guards and namespace trailing comments. Marek Kurdej 2014-11-03 13:59:10 +01:00
  • ff4e59f798 Merge remote-tracking branch 'origin/develop' boost-1.57.0 Jürgen Hunold 2014-10-14 18:17:20 +02:00
  • b40a90386c Fix display of heading Jürgen Hunold 2014-10-14 18:07:22 +02:00
  • 7dd7692b91 Add github repository readme Jürgen Hunold 2014-10-14 18:00:43 +02:00
  • 53132e364b Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2014-10-14 08:42:06 +02:00
  • 0bbc9a4697 Merge pull request #12 from mkurdej/fix/units-systems-information Jürgen Hunold 2014-10-10 19:19:27 +02:00
  • 8632931ef8 Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2014-09-30 08:47:00 +02:00
  • 362ad4a35d Merge pull request #11 from mkurdej/fix/nan-output-msvc-14 Jürgen Hunold 2014-09-16 16:08:53 +02:00
  • 31af6a68ff Merge pull request #2 from Lastique/patch-1 Jürgen Hunold 2014-09-16 16:06:15 +02:00
  • 0364b03dac Added a pseudo-test for typename formatting. Andrey Semashev 2014-09-16 15:18:44 +04:00
  • f73cfe3775 Removed unused demangle() function. Andrey Semashev 2014-09-16 14:15:04 +04:00
  • d2c4133592 Fix output of NaN on msvc-14. Marek Kurdej 2014-09-16 12:11:33 +02:00
  • e7a6525f09 Worked around C4127 warning with MSVC. Andrey Semashev 2014-09-16 14:11:03 +04:00
  • 295cb7211d Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2014-09-16 07:19:38 +02:00
  • 4e00e307d7 Merge pull request #8 from mkurdej/fix/test-headers-missing-include-quantity Jürgen Hunold 2014-09-08 15:09:52 +02:00
  • af4b5bc4ea Fix trivial unused variable warning in test/test_dimensionless_ice1.cpp. Marek Kurdej 2014-08-28 11:56:13 +02:00
  • 4d7b893e60 Fix test_headers: #include <boost/units/quantity.hpp> was missing and codata headers were not self-contained. Move quantity template class default argument from quantity.hpp to units_fwd.hpp. Marek Kurdej 2014-08-26 14:43:25 +02:00
  • 96f04f1e48 Cosmetic change. Marek Kurdej 2014-08-26 09:33:50 +02:00
  • e5b3c80466 Merge branch 'fix/units_systems_information' of https://github.com/MarekKurdej/units into fix/units_systems_information Marek Kurdej 2014-08-25 09:44:14 +02:00
  • 8280a87225 Add IEC 80000-13:2008 binary prefixes and test their formatting with boost::units::binary_prefix. Marek Kurdej 2014-08-24 19:12:57 +02:00
  • 84d2227ccf Add IEC 80000-13:2008 binary prefixes and test their formatting with boost::units::binary_prefix. MarekKurdej 2014-08-24 19:12:57 +02:00
  • 2bf44a75bc include io.hpp for streaming operators Jürgen Hunold 2014-08-22 11:44:17 +02:00
  • 06e69ea2ee Merge pull request #5 from robin-eckert/cpp11limits Jürgen Hunold 2014-08-21 14:49:28 +02:00
  • 48b58b631e update maintainer information Jürgen Hunold 2014-08-21 14:31:24 +02:00
  • 81da684b86 Merge pull request #7 from danieljames/metadata Jürgen Hunold 2014-08-21 14:28:48 +02:00
  • 562e7b3ae8 Finish git transition by merging open changes from develop. Jürgen Hunold 2014-08-21 13:09:05 +02:00