Commit Graph

  • c4ac4b7538 Added copyright statement Björn Karlsson 2003-02-05 08:38:32 +0000
  • ff5d3b49ca Updated format (removed tabs) and added missing copyrights William E. Kempf 2003-02-04 23:23:02 +0000
  • e101c878f0 Updated format (removed tabs) and added missing copyrights William E. Kempf 2003-02-04 23:08:28 +0000
  • 125193dcfa Turned all tests into 'timed_test's. William E. Kempf 2003-01-27 22:44:06 +0000
  • 77efa9810d Local include util.inl Beman Dawes 2003-01-25 14:23:36 +0000
  • 7f03d1917b Removed accidental sleep William E. Kempf 2003-01-24 18:15:22 +0000
  • 55b4ca9350 Added 'timed_test' support to prevent deadlocks in tests William E. Kempf 2003-01-24 16:51:13 +0000
  • 7196a0f9d2 Updated build files William E. Kempf 2003-01-23 23:23:36 +0000
  • 2caabde5ca Updated Jamfile to use test-suite William E. Kempf 2003-01-23 19:47:29 +0000
  • 137d7663c1 Change use-requirements to usage-requirements in some library Jamfiles. Vladimir Prus 2003-01-13 12:31:12 +0000
  • 508b71a921 Update V2 Jamfile for Boost. Vladimir Prus 2003-01-13 10:05:01 +0000
  • 5d90820005 fix bookmarks Beman Dawes 2003-01-09 13:37:41 +0000
  • 84727e90b1 fix invalid bookmarks Beman Dawes 2003-01-09 13:22:04 +0000
  • 9a1e3d3320 Added <boost/thread.hpp>. William E. Kempf 2003-01-08 15:08:32 +0000
  • d33e0c8ee1 Fixed Unicode problem (CreateMutex - CreateMutexA) William E. Kempf 2003-01-06 16:06:37 +0000
  • 3332649480 Fixed bug in to_duration. William E. Kempf 2003-01-06 15:55:57 +0000
  • c918b66199 Switched to a DLL implementation William E. Kempf 2003-01-03 21:03:43 +0000
  • dbbf56e17a Updated to new test library name William E. Kempf 2003-01-02 16:26:03 +0000
  • c77500c15a Updated Jamfile to remove unused code William E. Kempf 2002-12-30 23:14:30 +0000
  • 75084aaa96 HP aCC workarounds Dave Abrahams 2002-12-04 17:56:59 +0000
  • 35714c8f1c Added new tutorials William E. Kempf 2002-10-28 14:17:49 +0000
  • 3699cc97a6 Added new tutorial files William E. Kempf 2002-10-28 14:10:14 +0000
  • 5a7377acda Made Boost.Thread compile with V2. Vladimir Prus 2002-10-23 13:22:56 +0000
  • 6aaee629b5 Fix acknowledgements and copyright Beman Dawes 2002-10-07 00:07:46 +0000
  • b465fe569c Merged from branch to trunk Björn Karlsson 2002-10-01 15:00:37 +0000
  • 5e6f72a688 Merged from branch to trunk Björn Karlsson 2002-09-26 09:17:19 +0000
  • 51f80f6c15 Removed incorrect usages of typename William E. Kempf 2002-09-06 19:49:10 +0000
  • 45c314e594 Changed tabs to spaces. William E. Kempf 2002-09-06 15:35:39 +0000
  • cfce0892e0 Added tutorial sources. Changed tabs to spaces. William E. Kempf 2002-09-06 15:34:48 +0000
  • 05d1abf030 Added build documentation. Changed tabs to spaces. William E. Kempf 2002-09-06 15:33:54 +0000
  • 6c24a2626b Fix stupid mistake Dave Abrahams 2002-08-22 16:13:59 +0000
  • 870c75bd12 Stop using unit-test since it has problems with JAMSHELL setting with gcc Dave Abrahams 2002-08-21 15:29:18 +0000
  • 5fdd771708 Fixed some bugs and warnings produced by borland and gcc William E. Kempf 2002-08-17 16:34:23 +0000
  • 06f39ac409 Changed examples in documents to links to actual code William E. Kempf 2002-08-16 21:43:31 +0000
  • c92b0a2fb7 An attempt to make InterlockedCompareExchange more portable William E. Kempf 2002-08-16 21:19:48 +0000
  • 8a8d0e05ca Added pre-Win64 support for InterlockedCompareExchange William E. Kempf 2002-08-16 20:16:03 +0000
  • 74bae2baac Added library-root level index.html for Boost.Threads William E. Kempf 2002-08-15 23:37:20 +0000
  • 4ba48676bd Fixed some warnings produced by Borland in the regression test William E. Kempf 2002-08-15 03:39:24 +0000
  • 78480e7951 Removed subdirectories William E. Kempf 2002-08-15 01:39:07 +0000
  • 4cb9c412e8 Added examples from documentation William E. Kempf 2002-08-15 01:22:29 +0000
  • 75c83fed96 Fixed time precision bugs. Switched to Interlocked* methods for once. William E. Kempf 2002-08-15 00:05:54 +0000
  • 391de20ae0 Added test_xtime.cpp William E. Kempf 2002-08-14 20:39:32 +0000
  • 1e2a9e8971 Fixed Jamfile issues with tests William E. Kempf 2002-08-13 19:19:09 +0000
  • 43cbd3a283 Split up tests into seperate files and switched fully to unit test framework William E. Kempf 2002-08-12 05:43:10 +0000
  • 31cf6b5e64 Initial switch to Boost.Test unit test framework William E. Kempf 2002-08-12 00:09:33 +0000
  • 99109ab78b respect <sysinclude> Dave Abrahams 2002-05-21 16:24:07 +0000
  • a80d5f159d Merged from RC_1_28_0 branch William E. Kempf 2002-05-15 14:35:39 +0000
  • 7ba4fc4aed Changed logic_error to runtime_error for thread_resource_error William E. Kempf 2002-05-03 16:19:13 +0000
  • 9fb31e9868 Updated documentation for pending release William E. Kempf 2002-05-01 15:37:25 +0000
  • 3a2246de5b Fixed broken links William E. Kempf 2002-04-26 21:15:40 +0000
  • e7c4e2fa57 Removed boost/thread/config.hpp and changed Boost.Threads exceptions to derive from logic_error William E. Kempf 2002-04-26 20:56:49 +0000
  • 724ab285f0 Updated the rest of the documentation to the new templates. William E. Kempf 2002-04-26 20:41:25 +0000
  • d60e66fb00 More Boost.Threads doc changes William E. Kempf 2002-04-11 22:15:26 +0000
  • 97cdaca028 Boost.Threads documentation updates. William E. Kempf 2002-04-10 22:08:15 +0000
  • 3044c8f905 Bug fix Dave Abrahams 2002-04-01 20:13:43 +0000
  • 2775a2a945 Updated <runtime-link> info in Jamfile William E. Kempf 2002-03-14 23:29:18 +0000
  • c43c1febba Fixed bug in example in mutex.html William E. Kempf 2002-03-14 23:24:16 +0000
  • ceb6471d57 Updated thread.html for new documentation style. William E. Kempf 2002-03-14 23:23:48 +0000
  • b99cc044f3 Updated Jamfile William E. Kempf 2002-03-05 16:27:46 +0000
  • d91429dcec Moved the <runtime-link> to the build request. Rene Rivera 2002-03-02 18:41:22 +0000
  • b1d1f7d8f1 Jamfile modifications William E. Kempf 2002-03-01 23:10:11 +0000
  • 86b608cf41 Updates to work on Linux Dave Abrahams 2002-02-28 12:35:05 +0000
  • f263f75751 Killed bogus runtime-link specification Dave Abrahams 2002-02-27 02:11:12 +0000
  • 24bec05b86 Added .cvsignore and updated Jam stuff William E. Kempf 2002-02-26 21:02:13 +0000
  • ce1a5e9359 fixed missing } bug William E. Kempf 2002-02-22 18:32:08 +0000
  • 311525bc06 replaced <dll>thread_mon with $(THREADMON_DLL) William E. Kempf 2002-02-22 18:31:20 +0000
  • ecdfd96529 fixed typename warnings William E. Kempf 2002-02-22 18:30:34 +0000
  • 5aab32bc1a More Jamfile changes. William E. Kempf 2002-02-18 23:04:25 +0000
  • e152a1c6f2 Updated Jamfiles for new Boost.Build system William E. Kempf 2002-02-18 23:02:38 +0000
  • e84fde78ec Updated the basic Jamfiles for the new Boost.Build changes. Rene Rivera 2002-02-14 04:08:20 +0000
  • 6ec4652bcf Updated thread documentation to use new templates. William E. Kempf 2002-02-11 23:13:04 +0000
  • a5239c820b Fixed tabs in files William E. Kempf 2002-02-01 17:31:46 +0000
  • 41b001b22c Removed warnings reported by gcc. William E. Kempf 2002-01-24 19:17:36 +0000
  • 34e903b8b0 Fixed bug in example. William E. Kempf 2002-01-24 19:13:19 +0000
  • 2b67e953fd Changed prefix file to debug_prefix.hpp Mac Murrett 2002-01-24 17:33:03 +0000
  • aa0d3adf1d *** empty log message *** Mac Murrett 2002-01-24 17:26:13 +0000
  • a1f57a8a80 *** empty log message *** Mac Murrett 2002-01-24 17:19:44 +0000
  • 6bc82a8580 Added Mac Carbon implementation to Boost.Threads. William E. Kempf 2002-01-24 16:32:23 +0000
  • c4c2e5d3a2 Fixed bug in notify_one that caused deadlock. William E. Kempf 2001-12-31 17:18:46 +0000
  • dd7d4b2173 Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp Dave Abrahams 2001-12-02 17:43:45 +0000
  • 2719c4d545 Try to get the date stamps in sync Beman Dawes 2001-11-07 00:37:59 +0000
  • 33c1e36b54 Add "Why has semaphore disappeared" FAQ Beman Dawes 2001-11-05 15:42:10 +0000
  • e7e46e185e Fixed bug found compiling with gcc. William E. Kempf 2001-11-05 15:13:57 +0000
  • 9200d48873 Added lock_ops<> detail concept. William E. Kempf 2001-11-02 23:34:50 +0000
  • 831d054d24 Added exceptions.cpp. William E. Kempf 2001-11-01 16:19:44 +0000
  • f3af804ddb Removed semaphores. Fixed some reported bugs. Switched to CRITICAL_SECTION implementations. William E. Kempf 2001-11-01 16:18:57 +0000
  • 1f35149ef0 Added code to normalise timespec structures. John Maddock 2001-11-01 12:56:57 +0000
  • 554a18842f Switched to void* for HANDLE types. Changed boost::once_init to the macro BOOST_ONCE_INIT. William E. Kempf 2001-10-30 22:12:37 +0000
  • 869243b6d1 Updated Jamfiles for PTW32, removed _atomic.cpp and added Win32 conditional compilation blocks for threadmon files. William E. Kempf 2001-10-29 22:20:50 +0000
  • c0da02326a Fixed reported documentation bugs. William E. Kempf 2001-10-29 16:58:17 +0000
  • 9b5f666fc5 Removed tabs and trailing white space. William E. Kempf 2001-10-18 19:56:32 +0000
  • 1ce93426a4 Fixed Jamfile. William E. Kempf 2001-10-16 22:10:45 +0000
  • 6dacf3478b Fixed sprintf bugs in once.cpp. William E. Kempf 2001-10-16 19:32:20 +0000
  • dff91699c3 Fixed more warnings and errors found when compiling with gcc. William E. Kempf 2001-10-15 21:28:11 +0000
  • 9f83e8c1fc Modified Jamfile to allow for building using pthreads-win32 (code is commented out). William E. Kempf 2001-10-15 18:34:01 +0000
  • 7b07cb0759 Fixed errors and warnings for gcc. Still some outstanding issues for gcc on Win32. William E. Kempf 2001-10-15 18:32:21 +0000
  • c2e7091632 Fixed reported warnings. Fixed once bug with void* and function pointer conversion. William E. Kempf 2001-10-15 00:48:51 +0000
  • 1ab320042e Minor typo fix and wording improvements Beman Dawes 2001-10-08 20:20:07 +0000
  • b0cd307eaf Ran "tidy" against documentation. William E. Kempf 2001-10-02 16:13:25 +0000
  • ca2cf20cf3 1.25.0 Final runup Beman Dawes 2001-10-01 15:54:23 +0000