Steven Watanabe
438fb5ff95
Fix bug in handling of leading zeros.
...
[SVN r50486]
2009-01-05 18:12:46 +00:00
Steven Watanabe
0b48b1e310
Fix pch problem on msvc-7.1
...
[SVN r50447]
2009-01-03 03:20:24 +00:00
Steven Watanabe
b95a618b21
Merge changesets 50237 and 50244 from the trunk
...
[SVN r50339]
2008-12-21 02:25:42 +00:00
Steven Watanabe
8ae992eae5
Pathscale seems to ignore the inheritence from power_typeof_helper. Use forwarding functions instead.
...
[SVN r50244]
2008-12-11 21:00:17 +00:00
Steven Watanabe
3d68509f49
Remove old 1.35 cmath code
...
[SVN r50237]
2008-12-11 03:52:05 +00:00
Steven Watanabe
b1673bf763
Merge compiler workarounds, construction from a literal 0, and use of a couple Boost.Math functions from trunk
...
[SVN r50236]
2008-12-11 03:09:08 +00:00
Steven Watanabe
740cc9d514
Add using/typedef to clear the remaining pathscale failures
...
[SVN r50059]
2008-12-02 04:05:27 +00:00
Steven Watanabe
ffdec50404
Help pathscale?
...
[SVN r50027]
2008-11-29 21:31:52 +00:00
Steven Watanabe
69fa2d596a
Attempt to isolate sun-5.7/8 problems
...
[SVN r50026]
2008-11-29 21:07:52 +00:00
Steven Watanabe
e5427e2efb
Switch to BOOST_CHECK_CLOSE_FRACTION
...
[SVN r50025]
2008-11-29 20:45:12 +00:00
Steven Watanabe
f8452cb6b1
include headers in the second translation unit in the opposite order from the first
...
[SVN r50024]
2008-11-29 19:00:03 +00:00
Steven Watanabe
56411e8a6c
Added missing inline
...
[SVN r50020]
2008-11-29 18:35:34 +00:00
Steven Watanabe
d8d869f75f
Removed out of date comment
...
[SVN r50019]
2008-11-29 18:34:17 +00:00
Steven Watanabe
2104806391
Clean up Jamfiles
...
[SVN r49998]
2008-11-28 21:16:48 +00:00
Steven Watanabe
2d94a7b164
Remove SFINAE in BOOST_UNITS_DIMENSIONLESS_UNIT to hopefully fix the vacpp failures
...
[SVN r49997]
2008-11-28 20:08:07 +00:00
Steven Watanabe
1d30e73a42
base_dimension/base_unit now work on Borland
...
[SVN r49996]
2008-11-28 18:20:07 +00:00
Steven Watanabe
afa3f68b76
Try to fix static_rational on Borland
...
[SVN r49971]
2008-11-27 23:35:06 +00:00
Steven Watanabe
75ccef0497
Remove the last instance of one() to make pathscale happy
...
[SVN r49970]
2008-11-27 21:50:13 +00:00
Matthias Schabel
628adedc48
fix for OS using gcc without gnu libraries
...
[SVN r49945]
2008-11-26 20:15:34 +00:00
Michael A. Jackson
8c3b190c16
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
2b38c9f32c
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
John Maddock
403c6f5cc6
Add PDF generation options.
...
[SVN r49620]
2008-11-07 09:44:49 +00:00
Michael A. Jackson
008f5f3e93
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
John Maddock
9b24c48ea1
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
John Maddock
739d2485ab
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Matthias Schabel
f065e96abc
patch from Torsten Maehne for using dimensionless quantities with boost/units/lambda.hpp
...
[SVN r48226]
2008-08-19 18:45:17 +00:00
Matthias Schabel
67a06f4fa3
fix: #include <boost/is_same.hpp> -> <boost/type_traits/is_same.hpp>
...
[SVN r48089]
2008-08-11 19:14:18 +00:00
Matthias Schabel
130f873fea
acknowledge grant agencies for support
...
[SVN r47942]
2008-08-01 23:30:43 +00:00
Steven Watanabe
b4a51db641
Merged 47936 to trunk
...
[SVN r47940]
2008-08-01 19:10:32 +00:00
Steven Watanabe
81bf9de4ad
Merge changeset 47937 from the release branch
...
[SVN r47938]
2008-08-01 18:05:45 +00:00
Matthias Schabel
995783fe72
fix non-ASCII characters for symbols in comments
...
[SVN r47937]
2008-08-01 17:37:12 +00:00
Matthias Schabel
8e4f10834c
fix non-ASCII symbols for angstrom/micron/degree Fahrenheit
...
[SVN r47936]
2008-08-01 17:36:46 +00:00
Matthias Schabel
086fddf60c
add acknowledgements
...
[SVN r47934]
2008-08-01 17:22:44 +00:00
Steven Watanabe
646c7fbafa
Pathscale again
...
[SVN r47283]
2008-07-10 03:55:08 +00:00
Steven Watanabe
4813e833d4
Pathscale-proof unscale.cpp
...
[SVN r47254]
2008-07-09 02:17:13 +00:00
Steven Watanabe
756ed77c86
Merge optimizations and sun fixes from the trunk
...
[SVN r47235]
2008-07-08 16:48:36 +00:00
Steven Watanabe
bf2e7e1310
Merge Jamfile fixes from trunk
...
[SVN r47209]
2008-07-08 04:41:15 +00:00
Steven Watanabe
e1aa6911ac
Hopefully make scale.hpp compile on pathscale
...
[SVN r47086]
2008-07-05 03:29:31 +00:00
Steven Watanabe
2dacfbadb2
Add default constructors to one and no to prevent warnings
...
[SVN r47064]
2008-07-04 02:07:22 +00:00
Steven Watanabe
0f52f14276
Fix more pathscale problems with one()
...
[SVN r47058]
2008-07-03 22:48:00 +00:00
Steven Watanabe
5adced759a
Try to fix the stdcxx problems with abi::__cxa_demangle
...
[SVN r47027]
2008-07-03 03:54:39 +00:00
Steven Watanabe
27ab7e4050
Try to isolate the sun 5.7 and 5.8 failures
...
[SVN r47026]
2008-07-03 03:40:45 +00:00
Steven Watanabe
4cf44ffd91
Borland fixes, try 2 for static_rational
...
[SVN r47025]
2008-07-03 03:06:32 +00:00
Steven Watanabe
8ba801f6dd
Pathscale fixes -- round 2
...
[SVN r47024]
2008-07-03 01:57:16 +00:00
Steven Watanabe
0d6057745c
Cleaned up Jamfiles
...
[SVN r46936]
2008-07-01 03:25:11 +00:00
Steven Watanabe
9944e42d84
Allow quantities to be constructed from the literal 0
...
[SVN r46832]
2008-06-29 01:02:42 +00:00
Steven Watanabe
e4ef60c792
First move towards Borland support
...
[SVN r46829]
2008-06-28 21:14:02 +00:00
Steven Watanabe
2a2d1858af
Attempt to solve pathscale failures
...
[SVN r46828]
2008-06-28 21:01:40 +00:00
Steven Watanabe
7679917922
Added a couple of comments describing the sun workarounds
...
[SVN r46827]
2008-06-28 20:33:53 +00:00
Steven Watanabe
e68a142729
Fixed bug in lambda.hpp, don't know how this managed to compile elsewhere
...
[SVN r46826]
2008-06-28 20:33:00 +00:00