X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2FChangeLog;h=fdcb3879aad06a89c473288bcb51de98a6ebdf1c;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=a42a79347c6921e094d2034e5ea62cf3a8a981b9;hpb=d22cfe52d47269ae9d69461b450cf6718a425684;p=lyx.git diff --git a/boost/ChangeLog b/boost/ChangeLog index a42a79347c..fdcb3879aa 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,5 +1,262 @@ +2006-03-12 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am (libboost_regex_la_SOURCES): remove + non-existant file + +2006-03-05 + + * boost/optional/optional_fwd.hpp: add missing file + +2006-03-05 Lars Gullik Bjøøonnes + + * Upgrade to version 1.33.1 of boost. + +2006-02-21 Lars Gullik Bjønnes + + * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile + problem + +2005-09-30 Angus Leeming + + * libs/filesystem/src/operations_posix_windows.cpp (exists): + add ERROR_ACCESS_DENIED to the list of "recognised" errors. It + appears that Win98SE returns such an error from GetFileAttributes + if asked to query a path on a drive that doesn't exist. + + The "correct" fix is currently being discussed on the boost-devel + list, but this work around will do for us for now. + +2005-09-30 Angus Leeming + + * libs/filesystem/src/operations_posix_windows.cpp: add a block + of preprocessor code to include NewAPIs.h conditioned on the + WANT_GETFILEATTRIBUTESEX_WRAPPER macro. Enables runtime support + for Windows 95. + (_is_empty, file_size): replace GetFileAttributesExA with the + macro GetFileAttributesEx to enable the stub magic in NewAPIs.h + to work. + +2005-01-05 Lars Gullik Bjønnes + + * boost/detail/lwm_win32_nt.h: new file + +2004-12-05 Lars Gullik Bjønnes + + * libs/signals/src/.cvsignore: libboostsignals -> libboost_signals + * libs/signals/src/Makefile.am: ditto + + * libs/regex/src/.cvsignore: libboostregex -> libboost_regex + * libs/regex/src/Makefile.am: ditto + + * libs/filesystem/src/.cvsignore: libboostfilesystem -> + libboost_filesystem + * libs/filesystem/src/Makefile.am: ditto + +2004-12-04 Lars Gullik Bjønnes + + * boost/config/compiler/gcc.hpp: all to compile with gcc 4.0 + without warnings. + +2004-11-24 Lars Gullik Bjønnes + + * add spirit to the collection + +2004-11-20 Lars Gullik Bjønnes + + * update boost to version 1.32.0 + +2004-04-03 Lars Gullik Bjønnes + + * libs/filesystem/src/Makefile.am (AM_CXXFLAGS): define + BOOST_USER_CONFIG + * libs/signals/src/Makefile.am: ditto + * libs/regex/src/Makefile.am: ditto + +2004-03-29 Angus Leeming + + * boost/format/internals.hpp: change the type of + format_item::truncate_ from 'int' to 'std::streamsize', thereby + fixing a run-time error when using the library on a 64-bit machine. + +2004-02-05 Lars Gullik Bjønnes + + * update boost to version 1.31.0 + +2004-01-26 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am: remove trailing backslash + +2004-01-08 Lars Gullik Bjønnes + + * add boost::filesystem. + +2003-10-23 Lars Gullik Bjønnes + + * libs/regex/src/cpp_regex_traits.cpp (seekpos): use correct + types. same patch sent to boost list and accepted there. + +2003-10-07 Angus Leeming + + * boost/any.hpp: change the throw to boost::throw_exception. + +2003-09-26 Lars Gullik Bjønnes + + * boost/test/detail/nullstream.hpp: new file + +2003-08-28 Lars Gullik Bjønnes + + * boost/config/compiler/gcc.hpp: allow for gcc 3.4 + + * update boost to version 1.30.2 + +2003-08-21 Michael Schmitt + + * boost/integer_traits.hpp: fix compile error on NetBSD + +2003-08-07 Lars Gullik Bjønnes + + * boost/config/user.hpp: do not use BOOST_NO_EXCEPTIONS here, that + is done automatically by the gcc config. + + * boost/config/compiler/gcc.hpp: allow for gcc 2.4 + + * update boost to version 1.30.1 + +2003-07-18 Lars Gullik Bjønnes + + * libs/regex/src/cpp_regex_traits.cpp (message_data): cast to safe + types + + * libs/regex/src/c_regex_traits.cpp (do_update_ctype): cast to + safe types. + + * boost/config/compiler/gcc.hpp: allow for gcc 2.4 + +2003-05-01 Lars Gullik Bjønnes + + * boost/type_traits/detail/wrap.hpp: add file + +2003-03-21 Lars Gullik Bjønnes + + * update boost to version 1.30.0 + +2003-03-11 Lars Gullik Bjønnes + + * update from boost cvs branch RC_1_30_0 + +2003-03-03 Lars Gullik Bjønnes + + * update boost to version pre-1.30.0 + +2002-11-21 Lars Gullik Bjønnes + + * boost/format/format_implementation.hpp (clear_bind): use + io::out_of_range + + * boost/config/user.hpp (BOOST_FUNCTION_NO_DEPRECATED): define it. + +2002-11-20 Lars Gullik Bjønnes + + * Boost.Format: add files so that this boost lib can be used. + +2002-11-07 Angus Leeming + + * libs/regex/src/Makefile.am: add cregex.cpp and fileiter.cpp + +2002-10-15 Lars Gullik Bjønnes + + * update boost to version 1.29.0. + +2002-08-20 Lars Gullik Bjønnes + + * update boost, we have almost no local changes to the boost files + now. + [But still: Remember that all changes to boost code _must_ go + through me, then I can sync up with my boost tree, and also + request changes on the boost developers list.] + +2002-08-09 Lars Gullik Bjønnes + + * update boost + [Remember that all changes to boost code _must_ go through me, + then I can sync up with my boost tree, and also request changes on + the boost developers list.] + +2002-07-29 Lars Gullik Bjønnes + + * update boost + [Remember that all changes to boost code _must_ go through me, + then I can sync up with my boost tree, and also request changes on + the boost developers list.] + +2002-06-18 Angus Leeming + + Reapplied: + * boost/signals/connection.hpp: + * libs/signals/src/connection.cpp: c-assert expects an int, so don't + pass it a pointer. + +2002-06-16 Lars Gullik Bjønnes + + * update boost. (prev commit lost). + +2002-06-12 Angus Leeming + + * boost/signals/connection.hpp: + * libs/signals/src/connection.cpp: c-assert expects an int, so don't + pass it a pointer. + +2002-06-03 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am: only compile the source files that + we actually have to. + +2002-05-28 Lars Gullik Bjønnes + + * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs + * libs/signals/src/.cvsignore: ditto + +2002-05-26 Lars Gullik Bjønnes + + * libs/signals/Makefile.am: new file + * libs/signals/.cvsignore: ditto + * libs/signals/src/.cvsignore: ditto + * libs/signals/src/Makefile.am: ditto + * libs/signals/src/connection.cpp: ditto + * libs/signals/src/signal_base.cpp: ditto + * libs/signals/src/slot.cpp: ditto + * libs/signals/src/trackable.cpp: ditto + + * libs/regex/src/.cvsignore: add libboostregex.la + + * libs/Makefile.am (SUBDIRS): add signals + +2002-05-24 Lars Gullik Bjønnes + + * libs/regex/src/Makefile.am (libboostregex_la_SOURCES): add a + missing \ that made the lib incomplete. + + * update and enable use of exceptions again. + +2002-05-22 Lars Gullik Bjønnes + + * boost/detail/shared_count.hpp: never throw, assert or ponder on + instead. + + * major boost update. (a bit more is comming) + +2001-09-07 Jean-Marc Lasgouttes + + * boost/crc.hpp (detail): re-apply the cxx patch from 2001-06-07. + +2001-07-07 Lars Gullik Bjønnes + + * boost/config.hpp: update + 2001-06-07 Lars Gullik Bjønnes + * boost/limits.hpp: completely bogus jug addon removed. + * boost/crc.hpp: possible fix for the cxx compilation problems, as suggested on the boost list. @@ -10,7 +267,7 @@ 2001-06-01 Jean-Marc Lasgouttes * boost/config.hpp (BOOST_NO_LIMITS): fix the hack mentionned - below. + below. 2001-06-01 Lars Gullik Bjønnes @@ -82,4 +339,3 @@ 2001-02-20 Angus Leeming * .cvsignore: added various files -