Commit graph

33391 commits

Author SHA1 Message Date
Troy D. Straszheim
de143cb57d shared_ptr and bind cmake tweaks
[SVN r53001]
2009-05-14 20:20:34 +00:00
Troy D. Straszheim
11997475e3 more cmakefile tweaks
[SVN r52999]
2009-05-14 19:58:42 +00:00
Troy D. Straszheim
4198d6045c sync with jamfile
[SVN r52998]
2009-05-14 18:10:23 +00:00
Troy D. Straszheim
d7d3de2ca5 sync with jamfile
[SVN r52997]
2009-05-14 17:59:29 +00:00
Douglas Gregor
e0d6ae268e CMake will parse the Boost version from boost/version.hpp
[SVN r52993]
2009-05-14 14:47:17 +00:00
Douglas Gregor
5475323084 CMake: notice the linux platform as being distinct from the generic unix platform
[SVN r52992]
2009-05-14 14:22:38 +00:00
Douglas Gregor
3d79574893 Eliminate the STATIC_TAG nonsense from CMake
[SVN r52986]
2009-05-14 04:58:08 +00:00
Douglas Gregor
ebd257bdad Print the CMake build name
[SVN r52985]
2009-05-14 04:49:58 +00:00
Douglas Gregor
19090e7b50 Set the build name based on compiler, compiler version, and platform
[SVN r52984]
2009-05-14 04:47:51 +00:00
Troy D. Straszheim
3da0ca3b82 make optional dependent on newer cmake version
[SVN r52969]
2009-05-13 18:38:18 +00:00
Troy D. Straszheim
0fe24eb963 remove irritating warning, make 'make modularize' before install optional
[SVN r52967]
2009-05-13 15:30:45 +00:00
Douglas Gregor
3f45234711 Use the variable BOOST_REGRESSION_TESTS to enable Boost regression testing
[SVN r52966]
2009-05-13 15:30:04 +00:00
Douglas Gregor
b524397ba7 Use enum constants rather than local variables for integral constants. Should fix dynamic_bitset failures on GCC 4.3.x
[SVN r52960]
2009-05-13 06:11:03 +00:00
Douglas Gregor
b6f2b4e4ac Attempt to work around a package-building problem with the CMake-generated NSIS script
[SVN r52957]
2009-05-13 04:00:31 +00:00
Douglas Gregor
74ff71d457 Update Boost version in the CMake build system
[SVN r52956]
2009-05-13 03:54:32 +00:00
Joaquín M López Muñoz
69c47c2544 merged [49289] and [52371] from trunk
[SVN r52944]
2009-05-12 20:01:46 +00:00
Beman Dawes
427cb13249 Merge from trunk
[SVN r52935]
2009-05-12 11:27:19 +00:00
Douglas Gregor
e6a747328e Fix Boost.Timer test location for CMake
[SVN r52896]
2009-05-11 04:53:37 +00:00
Douglas Gregor
479459129c Fix link and link-fail tests in CMake.
Statechart's examples depend on numeric.


[SVN r52895]
2009-05-11 04:50:32 +00:00
Douglas Gregor
38183ae173 Fix serialization tests with CMake
[SVN r52894]
2009-05-11 03:29:54 +00:00
Douglas Gregor
9b8117d4b0 Fix GIL image test for CMake
[SVN r52893]
2009-05-11 03:11:03 +00:00
Beman Dawes
5df766e622 Prep for 1.40.0
[SVN r52888]
2009-05-11 01:08:45 +00:00
Troy D. Straszheim
1e9b548c0e Add support for testing on platforms with case sensitive filesystems :)
[SVN r52867]
2009-05-09 23:15:04 +00:00
Douglas Gregor
5f390fd599 Fix Boost.Python tests
[SVN r52856]
2009-05-08 20:42:11 +00:00
Douglas Gregor
12ac0d42e4 Allow subsetting the set of Boost libraries to test in CMake via BOOST_TEST_LIBRARIES
[SVN r52851]
2009-05-08 14:55:00 +00:00
Douglas Gregor
d90884570e Fix CMake build of Program Options DLL tests
[SVN r52847]
2009-05-08 06:13:08 +00:00
Douglas Gregor
8f27a2bc9e Fix CMake tests for the serialization library, hopefully for real this time
[SVN r52845]
2009-05-08 00:22:19 +00:00
Douglas Gregor
9324f26c60 Try to fix CMake testing for the Serialiation library
[SVN r52844]
2009-05-07 23:56:23 +00:00
Douglas Gregor
a9db85b6c9 Fix CMake test builds for ProgramOptions and Units libraries.
[SVN r52843]
2009-05-07 23:53:56 +00:00
Douglas Gregor
91797933b7 Add labels to CMake targets, for use with newer versions of CDash
[SVN r52841]
2009-05-07 20:59:27 +00:00
Troy D. Straszheim
48c242907a disable check during testing sprint
[SVN r52835]
2009-05-07 15:49:24 +00:00
Douglas Gregor
f41ba95b20 Add the pyrun.py script used to run Boost.Python tests via CMake
[SVN r52818]
2009-05-07 04:44:23 +00:00
Douglas Gregor
64129e5d9d Circular_buffer depends on Thread
[SVN r52817]
2009-05-07 04:42:14 +00:00
Douglas Gregor
8be6f090f1 Regex depends on Thread
[SVN r52816]
2009-05-07 04:37:40 +00:00
Douglas Gregor
ca625a8bf3 Remove remaining traash
[SVN r52814]
2009-05-06 23:38:31 +00:00
Douglas Gregor
ccbf91daec CMake: Use CTest for testing, with submission to the dashboard at:
http://www.cdash.org/CDashPublic/index.php?project=Boost



[SVN r52813]
2009-05-06 23:34:49 +00:00
Douglas Gregor
0551656d5b Merge CMake fixes from the trunk
[SVN r52811]
2009-05-06 21:12:42 +00:00
Troy D. Straszheim
866a53ac5e Docs build tweaks
[SVN r52798]
2009-05-06 10:43:38 +00:00
Frank Mori Hess
932da4a0eb Merged [52659] from trunk.
[SVN r52758]
2009-05-04 21:09:26 +00:00
Frank Mori Hess
71dd343d8e Merged [52372] and [52385] from trunk.
[SVN r52757]
2009-05-04 21:00:59 +00:00
Frank Mori Hess
6e72248a16 Merged [52654] [52627] and [52477] from trunk.
[SVN r52756]
2009-05-04 20:55:52 +00:00
Daniel James
131fbfb364 Last minute merge, remove google analytics script tags and fixes #2975.
Merged revisions 52665,52674 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r52665 | danieljames | 2009-04-29 22:16:10 +0100 (Wed, 29 Apr 2009) | 1 line
  
  Remove google analytics script tags.
........
  r52674 | danieljames | 2009-04-30 06:10:57 +0100 (Thu, 30 Apr 2009) | 1 line
  
  Fix the prime number list length in unordered.
........


[SVN r52707]
2009-05-01 19:00:57 +00:00
Hartmut Kaiser
5a9dd4adb7 Minor documentation fix (ticket #2974)
[SVN r52661]
2009-04-29 15:22:15 +00:00
Joel de Guzman
e17d3df589 bumped wrong version
[SVN r52656]
2009-04-29 08:16:02 +00:00
Vladimir Prus
2eb5bd0c7e Merge from trunk
[SVN r52623]
2009-04-27 10:50:39 +00:00
Daniel James
c9aff7aeee Merged revisions 52598 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r52598 | danieljames | 2009-04-26 09:33:29 +0100 (Sun, 26 Apr 2009) | 1 line
  
  Set text colour. Refs #2969
........


[SVN r52602]
2009-04-26 12:50:38 +00:00
Beman Dawes
8f75ea49c5 Merge from trunk
[SVN r52589]
2009-04-25 12:00:22 +00:00
Hartmut Kaiser
fbe519cf79 Renamed image file
[SVN r52581]
2009-04-24 16:33:20 +00:00
Troy D. Straszheim
a0d3dc84f7 Tidy up for release
[SVN r52573]
2009-04-23 19:37:45 +00:00
Andrew Sutton
b38b0da462 Merging performance update from Jongsoo Park into release (r52506, r52512).
[SVN r52561]
2009-04-23 14:04:59 +00:00