]> git.lyx.org Git - lyx.git/blob - boost/ChangeLog
a bit more const correctness
[lyx.git] / boost / ChangeLog
1 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * update boost
4         [Remember that all changes to boost code _must_ go through me,
5         then I can sync up with my boost tree, and also request changes on
6         the boost developers list.]
7
8 2002-06-18  Angus Leeming  <leeming@lyx.org>
9
10         Reapplied:
11         * boost/signals/connection.hpp:
12         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
13         pass it a pointer.
14
15 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16
17         * update boost. (prev commit lost).
18
19 2002-06-12  Angus Leeming  <leeming@lyx.org>
20
21         * boost/signals/connection.hpp:
22         * libs/signals/src/connection.cpp: c-assert expects an int, so don't
23         pass it a pointer.
24
25 2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
26
27         * libs/regex/src/Makefile.am: only compile the source files that
28         we actually have to.
29
30 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
31
32         * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
33         * libs/signals/src/.cvsignore: ditto
34
35 2002-05-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
36
37         * libs/signals/Makefile.am: new file
38         * libs/signals/.cvsignore: ditto
39         * libs/signals/src/.cvsignore: ditto
40         * libs/signals/src/Makefile.am: ditto
41         * libs/signals/src/connection.cpp: ditto
42         * libs/signals/src/signal_base.cpp: ditto
43         * libs/signals/src/slot.cpp: ditto
44         * libs/signals/src/trackable.cpp: ditto
45
46         * libs/regex/src/.cvsignore: add libboostregex.la
47
48         * libs/Makefile.am (SUBDIRS): add signals
49
50 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a
53         missing \ that made the lib incomplete.
54
55         * update and enable use of exceptions again.
56
57 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * boost/detail/shared_count.hpp: never throw, assert or ponder on
60         instead.
61
62         * major boost update. (a bit more is comming)
63
64 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
65
66         * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07.
67
68 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
69
70         * boost/config.hpp: update
71
72 2001-06-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
73
74         * boost/limits.hpp: completely bogus jug addon removed.
75
76         * boost/crc.hpp: possible fix for the cxx compilation problems, as
77         suggested on the boost list.
78
79 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
80
81         * boost/config.hpp: remove hack moved to config.h
82
83 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned
86         below.
87
88 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
89
90         * boost/utility.hpp: update
91         * boost/static_assert.hpp: update
92         * boost/smart_ptr.hpp: update
93         * boost/config.hpp: update
94         (BOOST_NO_LIMITS): add a hack so that we can continue to use
95         lyxstring.
96
97         * boost/detail/limits.hpp: new file
98         * boost/limits.hpp: new file
99         * boost/integer.hpp: new file
100         * boost/crc.hpp: new file
101
102 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
103
104         * boost/re_detail/regex_synch.hpp: delete file
105         * boost/re_detail/regex_stack.hpp: delete file
106         * boost/re_detail/regex_split.hpp: delete file
107         * boost/re_detail/regex_raw_buffer.hpp: delete file
108         * boost/re_detail/regex_options.hpp: delete file
109         * boost/re_detail/regex_match.hpp: delete file
110         * boost/re_detail/regex_library_include.hpp: delete file
111         * boost/re_detail/regex_kmp.hpp: delete file
112         * boost/re_detail/regex_format.hpp: delete file
113         * boost/re_detail/regex_cstring.hpp: delete file
114         * boost/re_detail/regex_config.hpp: delete file
115         * boost/re_detail/regex_compile.hpp: delete file
116         * boost/re_detail/fileiter.hpp: delete file
117
118         * boost/regex_traits.hpp: delete file
119         * boost/regex.hpp: delete file
120         * boost/regex.h: delete file
121         * boost/cregex.hpp: delete file
122         * boost/config.h.in: delete file
123
124         * mkinstalldirs: delete file
125         * missing: delete file
126         * ltmain.sh delete file
127         * ltconfig: delete file
128         * install-sh: delete file
129         * configure.in: delete file
130         * config.sub: delete file
131         * config.guess: delete file
132         * aclocal.m4: delete file
133         * acinclude.m4: delete file
134
135 2001-05-30  Juergen Vigna  <jug@sad.it>
136
137         * boost/config.hpp: change include of <string> to "LString.h".
138
139 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * boost/utility.hpp: update
142
143         * boost/smart_ptr.hpp: update... not finished
144
145         * boost/config.hpp: update
146
147 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
148
149         * boost/array.hpp: move array back into namespace boost
150
151 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
152
153         * boost/utility.hpp: remove lyx specific modifications.
154
155 2001-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
156
157         * .cvsignore: added various files