15 Commits

Author SHA1 Message Date
James E. King III 09eaa11985 Update CI 2024-11-29 17:37:31 +00:00
Rene Rivera 8fc9c0af57 Update build dependencies. 2024-11-29 12:25:52 -05:00
Rene Rivera 848454e162 Change all <source> references to <library>. 2024-11-29 12:25:52 -05:00
Rene Rivera 2779d2ab48 Make the library modular usable. 2024-11-29 12:25:52 -05:00
James E. King III 3b2dbfea08 [issue-24] test failure for new clang-win ci job 2022-04-24 08:38:17 -04:00
Andrey Semashev a8cf003d4a Removed usage of deprecated header boost/detail/iterator.hpp. (#26)
This header was deprecated in favor of <iterator>. It generates compiler
warnings and will be removed in a future release.
2020-06-24 09:50:46 -07:00
Edward Diener e69c81326d Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. (#25) 2020-04-16 07:52:36 -07:00
James E. King III b9c73e191b ignore unused variable in test (fix matrix warning) 2019-02-19 21:13:39 -05:00
James E. King III 7dbaa85413 Disable random_shuffle test in C++17 mode (it was removed) 2018-11-06 08:54:53 -05:00
James E. King III 376201b10d Add CI framework
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
2018-07-23 13:07:11 -04:00
Daniel James 6284402a2d Move tests into subdirectory 2016-07-01 08:47:30 +01:00
Troy D. Straszheim c12ec71acb rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim d9282dbe8c Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Michael A. Jackson 30dc63f52f 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
Michael A. Jackson 80de3d1903 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