Commit Graph

24 Commits

Author SHA1 Message Date
Tinko Bartels
a14da60941 Replace broken links. 2019-04-23 14:10:01 +02:00
Peter Dimov
223b2cf3a5 Add #include <boost/next_prior.hpp>; no longer in utility.hpp 2017-12-02 03:54:37 +02:00
Edward Diener
74b6b0c6f6 Remove executable attribute from files. 2017-09-17 13:00:38 -04:00
Stephen Kelly
7b4a0e066e Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Matias Capeletto
7c7c545da1 Fixed vector_of and list_of views assign(size_type,value_type) bug.
Fixed vector_of views operator[](size_type) and at(size_type) functions return value.

[SVN r81818]
2012-12-10 13:13:09 +00:00
Matias Capeletto
81a23942cc [bimap] Fix replace_(left/right/key/data) bug when using relations with info.
[SVN r81807]
2012-12-09 12:02:51 +00:00
Matias Capeletto
d471ee1e11 Refactor map_view_iterator to improve error messages
[SVN r81256]
2012-11-08 23:16:06 +00:00
Matias Capeletto
fec2574384 [bimap] Remove tabs
[SVN r78741]
2012-05-29 09:51:34 +00:00
Matias Capeletto
f80cba9ac2 [Bimap] Add missing typename in tests
[SVN r78693]
2012-05-27 19:27:20 +00:00
Matias Capeletto
744f8c201a [bimap] Add key_type and mapped_type (leaving data_type for backward compatibility) typedefs to map views (Fix #6031)
[SVN r78583]
2012-05-24 15:16:20 +00:00
Troy D. Straszheim
b12584eecd 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
7e7da76142 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
645d9d6901 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
eb5c91bdb3 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
Matias Capeletto
79174b604a remove unused stuff
[SVN r37895]
2007-06-04 21:19:22 +00:00
Matias Capeletto
bc72be9b71 add bimap_and_boost to the test chain
[SVN r37893]
2007-06-04 20:18:45 +00:00
Matias Capeletto
ec16c6f280 add test_bimap_info test
[SVN r37843]
2007-06-01 14:28:49 +00:00
Matias Capeletto
65c088a823 tagged< set_of< X >, T > --> set_of< tagged< X,T > >
[SVN r37840]
2007-06-01 03:31:00 +00:00
Matias Capeletto
05c665d654 info hook support
[SVN r37827]
2007-05-31 07:07:30 +00:00
Matias Capeletto
b2d6614dd0 test extra typedefs, (i.e. left_range_type)
[SVN r37795]
2007-05-27 05:41:54 +00:00
Matias Capeletto
3e1490ecf7 test swap
[SVN r37786]
2007-05-26 03:10:54 +00:00
Matias Capeletto
80af29666c add range tests
[SVN r37784]
2007-05-26 02:54:12 +00:00
Matias Capeletto
8b5f7a0638 add mutable tests
[SVN r37783]
2007-05-26 02:53:14 +00:00
Matias Capeletto
b80ca94d5d first bimap commit
[SVN r37767]
2007-05-25 01:07:13 +00:00