7bf060c881Fixed ticket #5562: typo in boost\icl\concept\element_set.hpp
Joachim Faulhaber
2011-06-05 13:11:33 +0000
2f6ed4db5fBug fix for ticket 5559: Assertion for numeric_minimum failed for std::greater ordering. Adjustments for portability 2.
Joachim Faulhaber
2011-05-27 08:04:05 +0000
d2230906dfBug fix for ticket 5559: Assertion for numeric_minimum failed for std::greater ordering. Adjustments for portability.
Joachim Faulhaber
2011-05-26 11:55:01 +0000
370c45814cBug fix for ticket 5559: Assertion for numeric_minimum failed for std::greater ordering. Added a Compare-parameter and a partial specialization for struct template numeric_minimum.
Joachim Faulhaber
2011-05-25 15:28:06 +0000
6c2b3417b2Patch sent by Christoffer Jefferson, 04-22-2001. The following patch does two things: 1) Cleans up a bunch of warnings to do with "unused parameter", which I get in clang. 2) Add a couple of headers which clang needs.
Joachim Faulhaber
2011-05-06 17:56:50 +0000
4b03e82cebPatch sent by Christoffer Jefferson, 04-22-2001. The following patch does two things: 1) Cleans up a bunch of warnings to do with "unused parameter", which I get in clang. 2) Add a couple of headers which clang needs.
Joachim Faulhaber
2011-05-05 11:22:07 +0000
4e24d2fdacMerged changes [71328-71362] Bug fix for ticket #5482. Made library default for compare-ordering customizable.
Joachim Faulhaber
2011-04-17 21:49:02 +0000
970faa99f2Merged changes [71328-71362] Bug fix for ticket #5482
Joachim Faulhaber
2011-04-17 21:46:06 +0000
c8c350e6c5Added macro BOOST_ICL_USE_COMPARE_STD_GREATER to change container and interval orderings for the library. This can be used to change the compare-ordering for whole test-programs. (ticket #5482).
Joachim Faulhaber
2011-04-17 21:07:35 +0000
baa082c6efAdded macro BOOST_ICL_USE_COMPARE_STD_GREATER to change container and interval orderings for the library. This can be used to change the compare-ordering for whole test-programs. (ticket #5482).
Joachim Faulhaber
2011-04-17 21:05:34 +0000
75c8c584a7Bugfix: ticket_5482
Joachim Faulhaber
2011-04-16 20:27:16 +0000
e3e5e55580Adjustment for lib++ associated to clang. Qualified call of this->equal_range in split_interval_set.
Joachim Faulhaber
2011-04-07 09:42:45 +0000
71bc388e5cAdjustment for lib++ associated to clang. Qualified call of this->equal_range in split_interval_set.
Joachim Faulhaber
2011-04-07 09:20:56 +0000
fe6509c118Due to Chris Jefferson's problem report on function equal_range in libxx I changed its implementation using lower_bound and upper_bound directly.
Joachim Faulhaber
2011-04-06 16:27:25 +0000
58c523eebeDue to Chris Jefferson's problem report on function equal_range in libxx I changed its implementation using lower_bound and upper_bound directly.
Joachim Faulhaber
2011-04-05 20:25:03 +0000
a1d66a7301Merged 69961-7083: (1) Fixed standard conformance issues, detected by Doug Gregor March-05. (2) Adapted implementation so boost::chrono types are usable in icl intervals and containers without customization. (3) Added tests for icl/chrono interoperability.
Joachim Faulhaber
2011-03-31 16:34:01 +0000
8f420714a2Fixed some missing includes of mpl/has_xxx.hpp that may lead to problems.
Joachim Faulhaber
2011-03-31 14:44:46 +0000
3baf3f6876Improved mutual agnostic interoperability between boost::chrono and boost::icl. Second try, improved for gcc.
Joachim Faulhaber
2011-03-30 20:20:23 +0000
630cdca46dReverted interoperability chrono-icl test features due to some unexpected compiler problems.
Joachim Faulhaber
2011-03-30 10:01:54 +0000
1a2aab3b8cAdded more test for chrono-icl interoperability.
Joachim Faulhaber
2011-03-29 23:32:18 +0000
8bb8fe3e98Improved mutual agnostic interoperability between boost::chrono and boost::icl. Added test for chrono-icl interoperability.
Joachim Faulhaber
2011-03-29 23:12:53 +0000
6dccad056bFixed standard conformance issues, detected by Doug Gregor March-05.
Joachim Faulhaber
2011-03-13 18:39:06 +0000
7957f1728dMerged [69071-69538] from trunk for 1.46.1. Ticket #5207, reports from John Reid, corrections on the documentation. Additions of tests. Some tests fro compiler specific issues prefixed by cmp_.
Joachim Faulhaber
2011-03-04 10:26:17 +0000
e157d8e4a9Fixed std::tr1/boost ambiguities. Updated documentation for function 'find'.
Joachim Faulhaber
2011-03-03 22:38:25 +0000
70bb63b4d3Update of quickbook generated html documentation: New overloads for function 'find'.
Joachim Faulhaber
2011-03-03 18:46:39 +0000
d2bcc95347Documentation update.
Joachim Faulhaber
2011-03-03 10:48:09 +0000
9a0994e462More tests and some documentation fixes.
Joachim Faulhaber
2011-03-02 21:18:25 +0000
007597f01eRenamed unit_closure to detail::unit_trail. It shall not yet go to the public interface. Added tests for fixes around ticket #5207.
Joachim Faulhaber
2011-03-02 14:04:10 +0000
a4d734777aAdded interval_associator_base.hpp and refactored new code for icl::find. Added tests for interval maps using statically bounded intervals: test/fast_stat_interval_map_.
Joachim Faulhaber
2011-03-01 22:51:00 +0000
2a9d844b50Fixed a bug (gcc) introduced by adding icl::find.
Joachim Faulhaber
2011-03-01 11:11:26 +0000
86ff9c3dccAdded function icl::unit_closure. Enabled functions find, contains and intersects for element-types-arguments on icl containers. Added some tests.
Joachim Faulhaber
2011-02-28 21:54:04 +0000
f30ccbabfeRemoved test fix_include_after_thread from test suite.
Joachim Faulhaber
2011-02-27 21:50:41 +0000
fb4b07eef7Bug fix for ticket 5207: intersects for interval_maps and segment_type/element_type. Added tests.
Joachim Faulhaber
2011-02-21 22:40:27 +0000
262d463a13Fixed std/boost::is_same ambiguity.
Joachim Faulhaber
2011-02-20 16:37:27 +0000
a32a9bd275Bug fixes: Fixed enable_if guards for functions intersects, disjoint for domain and interval types and for lower, upper, first and last on interval containers. Added tests to the icl test suite.
Joachim Faulhaber
2011-02-20 00:14:31 +0000
46bbea2098According to ticket #5177: Added threading<multi> to test/Jamfile.v2 and modified markup.
Joachim Faulhaber
2011-02-10 21:59:39 +0000
950bdee59bRefining test on template template parameter passing for clang.
Joachim Faulhaber
2011-02-02 23:57:48 +0000
59b22e2b27Refining test on template template parameter passing for clang.
Joachim Faulhaber
2011-02-01 19:38:49 +0000
1197388168Modified new test, replaced tabs.
Joachim Faulhaber
2011-02-01 10:52:13 +0000
32938509f0Provided explicit failure markups.
Joachim Faulhaber
2011-01-31 22:38:27 +0000
682d2ea13aAdded compiler specific tests to look for compiler flaws on all available platforms.
Joachim Faulhaber
2011-01-31 21:13:17 +0000
f88d939cebLast minute bug fix (ticket #5135) for boost 1.46.0 authorized by Rene Rivera.
Joachim Faulhaber
2011-01-29 22:07:59 +0000
6e540795eaLast minute bug fix (ticket #5135) for boost 1.46.0 authorized by Rene Rivera.
Joachim Faulhaber
2011-01-29 22:05:56 +0000
7c84a90fbeUpdated Jamfile.v2 for test fix_icl_after_thread.
Joachim Faulhaber
2011-01-27 22:53:12 +0000
b0f04fa4d1Tests to check for the bug fix described in Ticket #5135. The affected code in boost/icl/type_traits/is_interval.hpp has been fixed before this commit already.
Joachim Faulhaber
2011-01-27 22:29:16 +0000
3cae5eef1dBug fix. BOOST_STATIC_CONSTANT macro won't compile, if boost/icl/.. includes are preceeded by #include <boost/thread.hpp> The fix is to put a subexpression into parentheses.
Joachim Faulhaber
2011-01-27 15:33:28 +0000
c97f4886c1Cleaned up test_casual.cpp
Joachim Faulhaber
2011-01-13 22:09:21 +0000
6d126ab236Merged corrections of documentation, and some adapter code for gcc-3.4.4.
Joachim Faulhaber
2011-01-13 12:43:05 +0000
7b1390b5c4Correction in introduction.qbk. 2nd try.
Joachim Faulhaber
2011-01-13 11:51:19 +0000
dff3cbbed2Correction of html-docs. Local boostbook.css no longer needed. Correction of introduction.
Joachim Faulhaber
2011-01-13 11:44:14 +0000
d038732546Adjustments for back compatibility with gcc-3.4. Jamfiles added for icl_xt test and example.
Joachim Faulhaber
2011-01-12 00:32:53 +0000
d0f8892631Fixed tweaks in documentation.
Joachim Faulhaber
2011-01-11 14:19:35 +0000
9fd8fdf149Fixed tweaks in documentation.
Joachim Faulhaber
2011-01-11 12:20:33 +0000
bb4a682ae2Removed tabs.
Joachim Faulhaber
2011-01-11 01:26:37 +0000
86c9ac3180Removed tabs.
Joachim Faulhaber
2011-01-11 01:14:37 +0000
09944c3ce8Fixed error in docs: element_iterators are free functions. Added example and test code.
Joachim Faulhaber
2011-01-11 01:00:04 +0000
5fdcf559d2Fixed error in docs: element_iterators are free functions. Added example and test code.
Joachim Faulhaber
2011-01-11 00:42:38 +0000
f64e45d567Added check for empty intervals in example large_bitset.
Joachim Faulhaber
2011-01-05 11:10:47 +0000
a3f3a6301aRemoved directories and unlinked html-files generated by older versions of quickbook.
Joachim Faulhaber
2011-01-03 11:22:57 +0000
398f0b7358Removed Tabs.
Joachim Faulhaber
2011-01-03 11:01:32 +0000
b82857deedRemoved unlinked html-files generated by older versions of quickbook
Joachim Faulhaber
2011-01-03 10:37:57 +0000
d1e62f9ab7Adding quickbook html-docs that are now generated with short truncated filenames.
Joachim Faulhaber
2010-12-31 21:48:45 +0000
a8d0384b0bAdding quickbook html-docs that are now generated with short truncated filenames.
Joachim Faulhaber
2010-12-31 18:41:13 +0000
e7de0af42eDeleted generated html docs with long filenames.
Joachim Faulhaber
2010-12-31 16:58:51 +0000
68fd02e6ddDeleted generated html docs with long filenames.
Joachim Faulhaber
2010-12-31 15:25:01 +0000
5d686b667eAdjustments for use with boost/intrusive
Joachim Faulhaber
2010-12-21 23:01:22 +0000
87afbc3c0aMinor modifications of tests.
Joachim Faulhaber
2010-12-21 23:00:22 +0000
b5f057bd2dMinor modifications of tests.
Joachim Faulhaber
2010-12-21 22:46:17 +0000
6633acfd34Adjustments for use with boost/intrusive
Joachim Faulhaber
2010-12-21 22:36:50 +0000
81aa1b9ea6Added some adapter code for posix_time::time_duration and gregorian::date_duration, so the durations can be fully used with icl::intervals.
Joachim Faulhaber
2010-12-19 18:00:27 +0000
2b4e6680b2Some adjustments of difference_type and size_type on duration types for the adapter code of boost date_time.
Joachim Faulhaber
2010-12-19 15:21:32 +0000
01a2dbc6dfInterval Container Library [Boost.Icl]. Initial merge from trunk to release branch for boost 1.46.
Joachim Faulhaber
2010-12-15 20:11:48 +0000