Commit Graph

49 Commits

Author SHA1 Message Date
Vicente J. Botet Escriba
7d40521682 Merge branch 'develop' 2018-09-18 23:24:20 +02:00
Vicente J. Botet Escriba
f01778dc84 avoid lon long in C++98 2017-02-18 19:58:20 +01:00
Vicente J. Botet Escriba
d7773512aa Merge branch 'develop' 2015-01-24 08:16:04 +01:00
Vicente J. Botet Escriba
8868c41f3d Avoid warning 'long long' is a C++11 extension [-Wc++11-long-long] in file boost/ratio/ratio_fwd.hpp. 2015-01-15 22:47:33 +01:00
Vicente J. Botet Escriba
f10423e465 Merge branch 'develop' 2014-06-29 16:02:58 +02:00
Eric Niebler
70a632b49e workaround for msvc breaks nvidia compile on windows 2014-06-19 17:18:19 -07:00
Vicente J. Botet Escriba
90faec922b Merge branch 'develop' 2014-06-09 17:49:44 +02:00
Vicente J. Botet Escriba
471428741e Make use of core files. 2014-06-09 17:32:36 +02:00
Vicente J. Botet Escriba
48e3afe90e Merge branch 'develop' 2014-06-08 12:04:04 +02:00
Vicente J. Botet Escriba
d241df1d5d remove unused files. 2014-06-05 19:20:09 +02:00
Vicente J. Botet Escriba
6859c6170d merge from develop 1.56. 2014-02-10 00:21:03 +01:00
Vicente J. Botet Escriba
2b3eaa811d merge from develop 1.56. 2014-02-10 00:17:24 +01:00
Vicente J. Botet Escriba
42cbb20337 Added ratio_min/max. 2014-02-09 22:42:00 +01: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
Stephen Kelly
1e3f895671 Ratio: Remove obsolete includes for eti workaround.
[SVN r85941]
2013-09-26 09:44:10 +00:00
Vicente J. Botet Escriba
39fb839297 Ratio: merge from trunk 1.53
[SVN r81665]
2012-12-01 23:39:04 +00:00
Vicente J. Botet Escriba
8ed636cdc3 Ratio: silence warning shift count negative or too big, undefined behavior
[SVN r81114]
2012-10-30 19:55:17 +00:00
Vicente J. Botet Escriba
487c93c6ff Thread: Merge 80946,80947
[SVN r80963]
2012-10-11 22:49:45 +00:00
Vicente J. Botet Escriba
8f31a895ed Ratio: Temporary definition of BOOST_NO_CXX11_U16STRING and BOOST_NO_CXX11_U32STRING waiting for their definition on Boost.Config
[SVN r80946]
2012-10-10 22:25:54 +00:00
Vicente J. Botet Escriba
93a51f6d87 Ratio: merge 80896
[SVN r80920]
2012-10-09 23:11:50 +00:00
Vicente J. Botet Escriba
b2d1eb09a2 Ratio: fixes parially 7478
[SVN r80896]
2012-10-07 13:53:41 +00:00
Vicente J. Botet Escriba
6257cb379d Ratio: merge from trunk
[SVN r80406]
2012-09-05 11:03:16 +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
9d02182e85 Ratio: fixes for inspection report
[SVN r79989]
2012-08-12 18:51:08 +00:00
Vicente J. Botet Escriba
4778b0d7fb Ratio: mergre from trunk: fixes #7075
[SVN r79367]
2012-07-08 19:58:09 +00:00
Vicente J. Botet Escriba
b6a00cbe2c Ratio: apply patch for #7075
[SVN r79267]
2012-07-04 21:01:41 +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
7e8a4ae0d5 Ratio: Fix #6498+merge from trunk
[SVN r77692]
2012-04-01 19:10:27 +00:00
Vicente J. Botet Escriba
722a1a3d1e Ratio: Protect including files that are extension with BOOST_RATIO_EXTENSIONS
[SVN r77461]
2012-03-21 21:17:27 +00:00
Vicente J. Botet Escriba
336c5a824d Chrono/Ratio merge trunk version v1
[SVN r75666]
2011-11-26 00:49:13 +00:00
Vicente J. Botet Escriba
a10c5d3377 Ratio: Fix Ticket #5724 and type with u32string
[SVN r75240]
2011-11-01 20:55:28 +00:00
Vicente J. Botet Escriba
4b58e5a915 Ratio/Chrono Fix issue with overflow while seen if is_evenly_divisible_by
[SVN r75177]
2011-10-30 13:59:22 +00:00
Vicente J. Botet Escriba
ea2e993b19 ratio: fix #5724: 0 + 0 and 0 - 0 lead to a compile time error
[SVN r73919]
2011-08-19 15:41:08 +00:00
Vicente J. Botet Escriba
12bcc10de9 Ratio: import from Trunk
[SVN r70320]
2011-03-21 17:15:19 +00:00
Vicente J. Botet Escriba
d65863e6ef Ratio: import from Trunk
[SVN r70318]
2011-03-21 17:14:23 +00:00
Vicente J. Botet Escriba
0aac758efc Ratio/ Add dependency to rational_c_tag.hpp
[SVN r68809]
2011-02-12 16:00:39 +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
be1aff23e1 Boost.Ratio: Added more mpl files
[SVN r68083]
2011-01-13 05:59:40 +00:00
Vicente J. Botet Escriba
e231f26cb0 Boost.Ratio: Add static const instances num/den when constexpr is not available
[SVN r67906]
2011-01-10 07:22:19 +00:00
Vicente J. Botet Escriba
d322843b27 Boost.Ratio: Adapt to temporary files waiting for inclusion on boost/mpl
[SVN r67642]
2011-01-03 23:55:10 +00:00
Vicente J. Botet Escriba
702965bb01 Boost.Ratio: Added missing boost/ratio.hpp
[SVN r67641]
2011-01-03 23:30:32 +00:00
Vicente J. Botet Escriba
c146b93c29 Boost.Ratio: Added more mpl arithmetic operations
[SVN r67597]
2011-01-02 20:55:17 +00:00
Vicente J. Botet Escriba
b8448ce1c9 Boost.Ratio: Added mpl numeric_cast
[SVN r67596]
2011-01-02 20:50:40 +00:00
Vicente J. Botet Escriba
753bc181c8 Boost.Ratio: Added mpl comparison operations
[SVN r67595]
2011-01-02 20:48:59 +00:00
Vicente J. Botet Escriba
52ea879c56 Boost.Ratio: Added some mpl arithmetic operations + cleanup
[SVN r67588]
2011-01-02 20:24:58 +00:00
Vicente J. Botet Escriba
bf835551fc Boost.Ratio: Added temporary files waiting for inclusion on boost/mpl
[SVN r67585]
2011-01-02 20:03:35 +00:00
Vicente J. Botet Escriba
a0a2133a9c Boost.Ratio: Added rtional_c_tag
[SVN r67582]
2011-01-02 19:35:53 +00:00
Vicente J. Botet Escriba
66a7d4509c Boost.Ratio: moved to trunk
[SVN r67578]
2011-01-02 17:06:40 +00:00