lp:~roguescholar/boost/+git/thread

Owned by Peter J. Mello
Get this repository:
git clone https://git.launchpad.net/~roguescholar/boost/+git/thread

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/boostorg/thread.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
feature/gha 2023-10-15 13:17:36 UTC
Update CMakeLists.txt

Author: Peter Dimov
Author Date: 2023-10-15 13:17:36 UTC

Update CMakeLists.txt

master 2023-10-15 13:17:36 UTC
Update CMakeLists.txt

Author: Peter Dimov
Author Date: 2023-10-15 13:17:36 UTC

Update CMakeLists.txt

feature/requires-cxx11 2023-10-15 13:17:36 UTC
Update CMakeLists.txt

Author: Peter Dimov
Author Date: 2023-10-15 13:17:36 UTC

Update CMakeLists.txt

develop 2023-10-15 13:17:36 UTC
Update CMakeLists.txt

Author: Peter Dimov
Author Date: 2023-10-15 13:17:36 UTC

Update CMakeLists.txt

feature/appveyor 2023-09-13 10:30:52 UTC
Merge branch 'develop' into feature/appveyor

Author: Peter Dimov
Author Date: 2023-09-13 10:30:52 UTC

Merge branch 'develop' into feature/appveyor

feature/pr-393 2023-09-11 14:06:57 UTC
Merge branch 'invoke_swap' of https://github.com/Flamefire/thread into featur...

Author: Peter Dimov
Author Date: 2023-09-11 14:06:57 UTC

Merge branch 'invoke_swap' of https://github.com/Flamefire/thread into feature/pr-393

feature/pr-386 2023-09-11 13:58:12 UTC
Merge branch 'win32-clang-tsa-annotations' of https://github.com/Kojoley/thre...

Author: Peter Dimov
Author Date: 2023-09-11 13:58:12 UTC

Merge branch 'win32-clang-tsa-annotations' of https://github.com/Kojoley/thread into feature/pr-386

feature/gha2 2023-09-11 12:58:17 UTC
Update ci.yml

Author: Peter Dimov
Author Date: 2023-09-11 12:57:10 UTC

Update ci.yml

feature/pr-324 2022-07-05 17:50:14 UTC
Merge branch 'develop' of https://github.com/mbs-c/thread into feature/pr-324

Author: Peter Dimov
Author Date: 2022-07-05 17:50:14 UTC

Merge branch 'develop' of https://github.com/mbs-c/thread into feature/pr-324

feature/issue-366 2022-05-14 14:26:50 UTC
Fix test_366_4.cpp

Author: Peter Dimov
Author Date: 2022-05-14 14:26:50 UTC

Fix test_366_4.cpp

feature/pr-354 2021-10-26 04:18:50 UTC
Remove all Windows jobs from ci.yml; the timeouts aren't sufficient and adjus...

Author: Peter Dimov
Author Date: 2021-10-26 04:18:50 UTC

Remove all Windows jobs from ci.yml; the timeouts aren't sufficient and adjusting them all is too much work

feature/pr-320 2020-06-14 14:13:15 UTC
Fixed optimized away hooks. Fixes #316

Author: Nikita Kniazev
Author Date: 2020-06-14 14:12:31 UTC

Fixed optimized away hooks. Fixes #316

MSVC learned to not emit unreferenced symbols with internal linkage and the
hooks were defined in unnamed namespace which forces internal linkage, even if
you mark a variable `extern`.

Since Boost does not have a stable ABI, does not mangle the namespace with
the version, and the hooks are in `boost` namespace (`boost::on_*`) -- there is
no point in trying to hide some symbols because mixing different versions of
boost static libraries will not work already.

I also renamed the `__xl_ca` variable for consistency and because using double
underscored identifiers is forbidden. (`[lex.name]/3`)

The `extern const` is for verbosity and because they are indeed const (it is
done via pragma already).

feature/update-appveyor 2020-04-07 02:17:17 UTC
Update appveyor.yml

Author: Peter Dimov
Author Date: 2020-04-07 02:17:17 UTC

Update appveyor.yml

feature/travis-j3 2020-04-05 18:34:12 UTC
Try -j3 on Travis to see if it improves build times

Author: Peter Dimov
Author Date: 2020-04-05 18:34:12 UTC

Try -j3 on Travis to see if it improves build times

feature/update-travis 2020-04-05 13:56:02 UTC
Decrease the number of tested cxxstd levels

Author: Peter Dimov
Author Date: 2020-04-05 13:56:02 UTC

Decrease the number of tested cxxstd levels

feature/boost-bind-message 2020-04-04 16:57:59 UTC
Change <boost/bind.hpp> includes to <boost/bind/bind.hpp> to avoid deprecatio...

Author: Peter Dimov
Author Date: 2020-04-04 16:57:59 UTC

Change <boost/bind.hpp> includes to <boost/bind/bind.hpp> to avoid deprecation warning

pr/fix-cygwin-win32 2018-10-13 01:56:08 UTC
Fix uses of BOOST_HAS_WINTHREADS (not correct on Cygwin)

Author: Peter Dimov
Author Date: 2018-10-13 01:56:08 UTC

Fix uses of BOOST_HAS_WINTHREADS (not correct on Cygwin)

pr/fix-detail-winapi 2018-09-27 05:58:47 UTC
Fix boost::detail::winapi references

Author: Peter Dimov
Author Date: 2018-09-27 05:58:47 UTC

Fix boost::detail::winapi references

feature/timespec_clocks 2018-02-14 18:05:50 UTC
Merge branch 'develop' into feature/timespec_clocks

Author: Vicente J. Botet Escriba
Author Date: 2018-02-14 18:05:50 UTC

Merge branch 'develop' into feature/timespec_clocks

pr/fix-gcc48-failures 2017-10-08 22:40:42 UTC
Try to disable std_thread_guard and std_scoped_thread tests on g++ 4.8

Author: Peter Dimov
Author Date: 2017-10-08 22:40:42 UTC

Try to disable std_thread_guard and std_scoped_thread tests on g++ 4.8

pdimov-patch-1 2017-09-10 10:46:44 UTC
Add -j3 to .travis.yml to reduce build time and avoid timeouts

Author: Peter Dimov
Author Date: 2017-09-10 10:46:44 UTC

Add -j3 to .travis.yml to reduce build time and avoid timeouts

fixes/1.65 2017-08-28 20:07:02 UTC
#130 - Bug in boost::condition_variable on Windows.

Author: Vicente J. Botet Escriba
Author Date: 2017-08-24 07:04:26 UTC

#130 - Bug in boost::condition_variable on Windows.

feature/add_reentrant_executor 2016-01-03 16:36:05 UTC
Merge branch 'develop' into feature/add_reentrant_executor

Author: Vicente J. Botet Escriba
Author Date: 2016-01-03 16:36:05 UTC

Merge branch 'develop' into feature/add_reentrant_executor

feature/add_launch_sync_policy 2015-12-19 22:07:04 UTC
Merge branch 'develop' into feature/add_launch_sync_policy

Author: Vicente J. Botet Escriba
Author Date: 2015-12-19 22:07:04 UTC

Merge branch 'develop' into feature/add_launch_sync_policy

feature/associate_executor_to_promise 2015-10-29 22:15:48 UTC
Remove the set_executor promise/packged_task member function. Added a promise...

Author: Vicente J. Botet Escriba
Author Date: 2015-10-29 22:15:48 UTC

Remove the set_executor promise/packged_task member function. Added a promise constructor taking an Executor as parameter. The packaged_task will come later.

feature/add_shutdown_executor 2015-10-29 10:06:48 UTC
Add return *this in invoker assignment.

Author: Vicente J. Botet Escriba
Author Date: 2015-10-29 10:06:48 UTC

Add return *this in invoker assignment.

feature/non_blocking_futures 2015-10-17 09:38:06 UTC
Remove counting when async future blocking.

Author: Vicente J. Botet Escriba
Author Date: 2015-10-17 09:38:06 UTC

Remove counting when async future blocking.

feature/make_executors_copyable 2015-10-14 01:04:26 UTC
go on with the future refactoring.

Author: Vicente J. Botet Escriba
Author Date: 2015-10-14 01:04:26 UTC

go on with the future refactoring.

fix/shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer 2015-09-29 17:15:35 UTC
fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer.

Author: Vicente J. Botet Escriba
Author Date: 2015-09-29 17:15:35 UTC

fix shared_state_nullary_task_lifetime_issue_bad_use_of_direct_pointer.

fix/make_executors_copyable 2015-05-28 17:59:13 UTC
merge from develop.

Author: Vicente J. Botet Escriba
Author Date: 2015-05-28 17:59:13 UTC

merge from develop.

fix/basic_thread_pool_bad_use_of_scoped_thread 2015-05-03 08:42:42 UTC
Fixed issue with basic_thread_pool scoped threads.

Author: Vicente J. Botet Escriba
Author Date: 2015-05-03 08:42:42 UTC

Fixed issue with basic_thread_pool scoped threads.

fix/blocking_future 2015-02-20 15:34:56 UTC
fix forwarding reference_wrapper in make_ready_future.

Author: Vicente J. Botet Escriba
Author Date: 2015-02-20 15:34:56 UTC

fix forwarding reference_wrapper in make_ready_future.

feature/serial_executor_continuation 2015-02-19 09:30:25 UTC
use a different name for serial_executor continuation as it add more constrai...

Author: Vicente J. Botet Escriba
Author Date: 2015-02-19 09:30:25 UTC

use a different name for serial_executor continuation as it add more constraints.

fix/10967_inconsistent_abs_rel_time 2015-01-24 17:43:56 UTC
Add missing file .

Author: Vicente J. Botet Escriba
Author Date: 2015-01-24 17:43:56 UTC

Add missing file .

feature/task_region 2014-11-06 06:42:36 UTC
Merge branch 'develop' into feature/task_region

Author: Vicente J. Botet Escriba
Author Date: 2014-11-06 06:42:36 UTC

Merge branch 'develop' into feature/task_region

feature/promise_set_value_emplace 2014-11-05 22:43:02 UTC
Merge branch 'develop' into feature/promise_set_value_emplace

Author: Vicente J. Botet Escriba
Author Date: 2014-11-05 22:43:02 UTC

Merge branch 'develop' into feature/promise_set_value_emplace

feature/executor_at_thred_entry 2014-11-05 18:41:56 UTC
More renamming and added some comments on scheduler.hpp.

Author: Vicente J. Botet Escriba
Author Date: 2014-11-05 18:41:56 UTC

More renamming and added some comments on scheduler.hpp.

feature/scheduled_executors 2014-11-05 18:41:56 UTC
More renamming and added some comments on scheduler.hpp.

Author: Vicente J. Botet Escriba
Author Date: 2014-11-05 18:41:56 UTC

More renamming and added some comments on scheduler.hpp.

feature/future_remove_catch_interrupted 2014-10-24 16:43:26 UTC
remove thread_was_interrupted and fix wait_internal pending issue.

Author: Vicente J. Botet Escriba
Author Date: 2014-10-24 16:43:26 UTC

remove thread_was_interrupted and fix wait_internal pending issue.

svn-branches/maintenance/1_55_0 2013-11-11 20:02:05 UTC
Create maintenance branch for 1.55.0

Author: Daniel James
Author Date: 2013-11-11 20:02:05 UTC

Create maintenance branch for 1.55.0

[SVN r86623]

svn-branches/modular-build 2013-09-25 08:12:19 UTC
Create branch to keep WIP patch for modular build.

Author: Vladimir Prus
Author Date: 2013-09-25 08:12:19 UTC

Create branch to keep WIP patch for modular build.

[SVN r85883]

svn-branches/maintenance/1_54_0 2013-07-07 11:46:48 UTC
Thread: rollback change in #8070 as this includes a regression on windows XP.

Author: Daniel James
Author Date: 2013-07-07 11:46:48 UTC

Thread: rollback change in #8070 as this includes a regression on windows XP.

From [84946], by viboes.

[SVN r84968]

svn-branches/maintenance/1_50_0 2012-07-12 10:15:53 UTC
Create a maintenance branch for 1.50.

Author: Daniel James
Author Date: 2012-07-12 10:15:53 UTC

Create a maintenance branch for 1.50.

I know we don't normally do this, but I wanted to store a fix for a bug in
unordered somewhere.

[SVN r79440]

svn-branches/filesystem-v3a 2012-03-23 12:04:44 UTC
Branch for 2nd try at V2 removal

Author: Beman Dawes
Author Date: 2012-03-23 12:04:44 UTC

Branch for 2nd try at V2 removal

[SVN r77497]

sandbox-branches/birbacher/propertymap-functormap 2012-03-20 20:11:17 UTC
Created branch to extend PropertyMap:

Author: Frank Birbacher
Author Date: 2012-03-20 20:11:17 UTC

Created branch to extend PropertyMap:
add a readable functor map that calls a given functor or function upon lookup.
Ideas from: http://comments.gmane.org/gmane.comp.lib.boost.user/54397
and: http://comments.gmane.org/gmane.comp.lib.boost.user/73358

[SVN r77438]

svn-branches/filesystem-v3 2012-03-18 20:54:17 UTC
Create branches/filesystem-v3 for v2 removal

Author: Beman Dawes
Author Date: 2012-03-18 20:54:17 UTC

Create branches/filesystem-v3 for v2 removal

[SVN r77385]

svn-branches/quickbook-dev 2012-03-18 18:44:50 UTC
Quickbook: Merge from trunk.

Author: Daniel James
Author Date: 2012-03-18 18:44:50 UTC

Quickbook: Merge from trunk.

[SVN r77380]

sandbox-branches/optional_optimization 2012-02-22 10:37:27 UTC
optional_optimization branch

Author: Christopher Hite
Author Date: 2012-02-22 10:37:27 UTC

optional_optimization branch

[SVN r77091]

svn-branches/doc-tools-docs 2011-02-04 21:18:24 UTC
Branch for working on the documentation tools documentation.

Author: Daniel James
Author Date: 2011-02-04 21:18:24 UTC

Branch for working on the documentation tools documentation.

[SVN r68640]

svn-branches/quickbook-filenames 2011-01-21 09:17:08 UTC
Branch to work on filename handling without disturbing trunk.

Author: Daniel James
Author Date: 2011-01-21 09:17:08 UTC

Branch to work on filename handling without disturbing trunk.

[SVN r68345]

svn-branches/filesystem3 2010-06-09 11:34:33 UTC
v2, v3, integration branch

Author: Beman Dawes
Author Date: 2010-06-09 11:34:33 UTC

v2, v3, integration branch

[SVN r62649]

svn-branches/inspect 2010-04-20 21:11:27 UTC
Create a branch for inspect fixes.

Author: Daniel James
Author Date: 2010-04-20 21:11:27 UTC

Create a branch for inspect fixes.

[SVN r61439]

sandbox-branches/birbacher/fix_documentation 2010-03-14 07:44:37 UTC
new branch to fix documentation

Author: Frank Birbacher
Author Date: 2010-03-14 07:44:37 UTC

new branch to fix documentation

[SVN r60575]

svn-branches/units/autoprefix 2010-02-28 19:19:07 UTC
Create a branch for autoprefixing

Author: Steven Watanabe
Author Date: 2010-02-28 19:19:07 UTC

Create a branch for autoprefixing

[SVN r59996]

svn-branches/b2 2010-01-19 20:47:20 UTC
Branch for merging Boost.Build and Boost.Jam completely.

Author: Vladimir Prus
Author Date: 2010-01-19 20:47:20 UTC

Branch for merging Boost.Build and Boost.Jam completely.

[SVN r59143]

svn-branches/maintenance/1_41 2009-11-19 06:09:27 UTC
Create maintenance branch for 1.41.

Author: Vladimir Prus
Author Date: 2009-11-19 06:09:27 UTC

Create maintenance branch for 1.41.

[SVN r57781]

sandbox-branches/intrusive_fix_SunCC 2009-08-24 17:08:35 UTC
creating branch to fix intrusive for Sun CC (#3339)

Author: Christopher Hite
Author Date: 2009-08-24 17:08:35 UTC

creating branch to fix intrusive for Sun CC (#3339)

[SVN r55764]

svn-branches/phoenix_v3 2009-05-28 17:15:17 UTC
Phoenix Reloaded

Author: Eric Niebler
Author Date: 2009-05-28 17:15:17 UTC

Phoenix Reloaded

[SVN r53348]

sandbox-branches/straszheim/merge_me_into_trunk 2009-05-26 14:05:46 UTC
mergme

Author: troy d. straszheim
Author Date: 2009-05-26 14:05:46 UTC

mergme

[SVN r53280]

svn-branches/sredl_2009_05_proptree_update 2009-05-15 15:15:42 UTC
Branch for big updates, so that I can have broken intermediate states.

Author: CornedBee
Author Date: 2009-05-15 15:15:42 UTC

Branch for big updates, so that I can have broken intermediate states.

[SVN r53026]

sandbox-branches/bhy/py3k 2009-04-01 16:55:33 UTC
Redo py3k branching from trunk again

Author: divinekid
Author Date: 2009-04-01 16:55:33 UTC

Redo py3k branching from trunk again

[SVN r52115]

svn-branches/proto/v4 2008-11-06 00:15:47 UTC
merged from trunk

Author: Eric Niebler
Author Date: 2008-11-06 00:15:47 UTC

merged from trunk

[SVN r49607]

svn-branches/bcbboost 2008-10-19 14:43:01 UTC
bcbboost branch rebased on current release

Author: Nicola Musatti
Author Date: 2008-10-19 14:43:01 UTC

bcbboost branch rebased on current release

[SVN r49389]

svn-branches/initializer-list 2008-09-23 19:45:43 UTC
Branch for adding initializer list support (only in the unreleased gcc 4.4 at...

Author: Daniel James
Author Date: 2008-09-23 19:45:43 UTC

Branch for adding initializer list support (only in the unreleased gcc 4.4 at the moment).

[SVN r48931]

svn-branches/pdimov_pre_136 2008-07-12 09:06:42 UTC
Save state before 1.36 merges.

Author: Peter Dimov
Author Date: 2008-07-12 09:06:42 UTC

Save state before 1.36 merges.

[SVN r47337]

svn-branches/cpp0x 2008-06-19 18:57:10 UTC
Branch at revision 46530

Author: Beman Dawes
Author Date: 2008-06-19 18:57:10 UTC

Branch at revision 46530

[SVN r46531]

svn-branches/doc 2008-04-27 08:13:25 UTC
Merge with trunk.

Author: Daniel James
Author Date: 2008-04-27 08:13:25 UTC

Merge with trunk.

[SVN r44810]

svn-branches/proto/v4.bak 2008-04-14 05:45:24 UTC
really screwy merge trancking behavior, starting over

Author: Eric Niebler
Author Date: 2008-04-14 05:45:24 UTC

really screwy merge trancking behavior, starting over

[SVN r44394]

svn-branches/proto/v3 2008-03-28 14:52:50 UTC
Merged revisions 43810-43907 via svnmerge from

Author: Eric Niebler
Author Date: 2008-03-28 14:52:50 UTC

Merged revisions 43810-43907 via svnmerge from
https://svn.boost.org/svn/boost/trunk

................
  r43810 | eric_niebler | 2008-03-23 14:51:40 -0700 (Sun, 23 Mar 2008) | 1 line

  mark up new foreach tests
................
  r43823 | fmhess | 2008-03-24 08:07:00 -0700 (Mon, 24 Mar 2008) | 3 lines

  Fixed compile error with new enable_shared_from_this code,
  reported by Tim Blechmann
................
  r43825 | ramey | 2008-03-24 08:46:09 -0700 (Mon, 24 Mar 2008) | 1 line

  removed EXIT_SUCCESS
................
  r43826 | ramey | 2008-03-24 08:46:43 -0700 (Mon, 24 Mar 2008) | 1 line

  fixed minor typo
................
  r43829 | pdimov | 2008-03-24 09:00:28 -0700 (Mon, 24 Mar 2008) | 1 line

  New enable_shared_from_this tests, fix.
................
  r43838 | danieljames | 2008-03-24 10:03:15 -0700 (Mon, 24 Mar 2008) | 12 lines

  Merge new changes to unordered & hash.

   - Unordered tests can run lightweight test or Boost.Test (at least
     theoretically).
   - Workaround Open BSD's incorrect numeric_limits.
   - Move the hash extensions in their own file.
   - Various small improvements to the unordered docs.
   - Fix some unordered examples.

  Merged revisions 43117-43837 via svnmerge from
  https://svn.boost.org/svn/boost/branches/unordered/trunk
................
  r43845 | dave | 2008-03-24 11:27:22 -0700 (Mon, 24 Mar 2008) | 1 line

  Work around vc9 bugs
................
  r43847 | anthonyw | 2008-03-24 14:44:36 -0700 (Mon, 24 Mar 2008) | 1 line

  removed forward declaration for undefined type exclusive_lock
................
  r43852 | hkaiser | 2008-03-25 06:40:53 -0700 (Tue, 25 Mar 2008) | 1 line

  Wave: Removed an assertion causing compilation problems on certain platforms.
................
  r43856 | pdimov | 2008-03-25 08:46:40 -0700 (Tue, 25 Mar 2008) | 1 line

  _internal_accept_owner now checks if _owned isn't already true.
................
  r43861 | dave | 2008-03-25 13:47:38 -0700 (Tue, 25 Mar 2008) | 2 lines

  Work around intel-10.0-win compiler bug
................
  r43864 | dave | 2008-03-25 15:28:59 -0700 (Tue, 25 Mar 2008) | 2 lines

  Account for intel 10.x compiler bug
................
  r43865 | dave | 2008-03-25 16:06:50 -0700 (Tue, 25 Mar 2008) | 2 lines

  Work around intel-win-10.0 preprocessor bug
................
  r43866 | danieljames | 2008-03-26 02:10:29 -0700 (Wed, 26 Mar 2008) | 3 lines

  Boost.Thread's documentation no longer has a build section - so just link to
  the library's documentation like we do for other libraries.
................
  r43867 | bemandawes | 2008-03-26 08:59:52 -0700 (Wed, 26 Mar 2008) | 1 line

  Initial commit
................
  r43873 | pdimov | 2008-03-26 11:34:29 -0700 (Wed, 26 Mar 2008) | 1 line

  Added "Throws: nothing" to get_deleter.
................
  r43875 | bemandawes | 2008-03-26 14:26:55 -0700 (Wed, 26 Mar 2008) | 1 line

  Initial commit
................
  r43876 | danieljames | 2008-03-26 22:49:45 -0700 (Wed, 26 Mar 2008) | 2 lines

  Update the thread links in the generated getting started documentation.
................
  r43879 | chris_kohlhoff | 2008-03-27 07:18:07 -0700 (Thu, 27 Mar 2008) | 3 lines

  Fix double-free error that occurs when an exception is thrown from a
  handler that has been dispatched (i.e. not posted) through a strand.
................
  r43880 | ramey | 2008-03-27 08:53:37 -0700 (Thu, 27 Mar 2008) | 1 line

  removed suppression of builds for certain platforms with shared libraries
................
  r43882 | ramey | 2008-03-27 10:11:23 -0700 (Thu, 27 Mar 2008) | 1 line

  tweaks to sneak past PGI compiler error message
................
  r43883 | ramey | 2008-03-27 10:12:22 -0700 (Thu, 27 Mar 2008) | 1 line

  added test to check warnings on type trait
................
  r43884 | dgregor | 2008-03-27 12:44:37 -0700 (Thu, 27 Mar 2008) | 1 line

  Change Boost.Function allocator behavior, from Emil Dotchevski
................
  r43887 | pdimov | 2008-03-27 15:13:55 -0700 (Thu, 27 Mar 2008) | 1 line

  Silence unused parameter warning.
................
  r43888 | pdimov | 2008-03-27 15:20:11 -0700 (Thu, 27 Mar 2008) | 1 line

  detail::yield(k) added.
................
  r43895 | danieljames | 2008-03-27 16:38:01 -0700 (Thu, 27 Mar 2008) | 25 lines

  Merged revisions 43838-43894 via svnmerge from
  https://svn.boost.org/svn/boost/branches/unordered/trunk

  ........
    r43840 | danieljames | 2008-03-24 17:25:07 +0000 (Mon, 24 Mar 2008) | 1 line

    Fix a g++ warning.
  ........
    r43844 | danieljames | 2008-03-24 17:56:28 +0000 (Mon, 24 Mar 2008) | 1 line

    It's a new-ish year.
  ........
    r43885 | danieljames | 2008-03-27 20:36:10 +0000 (Thu, 27 Mar 2008) | 1 line

    The release script doesn't need to copy images and css - because that's now done in the jamfiles. Also tweak the shell script a tad bit.
  ........
    r43890 | danieljames | 2008-03-27 23:01:40 +0000 (Thu, 27 Mar 2008) | 1 line

    Starting to add a docbook bibliography.
  ........
    r43894 | danieljames | 2008-03-27 23:24:18 +0000 (Thu, 27 Mar 2008) | 1 line

    Redeclare 'data' in iterator_base to help compilers which have trouble with accessing the nested typedef.
  ........
................
  r43900 | noel_belcourt | 2008-03-27 19:10:04 -0700 (Thu, 27 Mar 2008) | 4 lines

  Fix address-model support for 32/64 bit code generation.
  Replaced -mcmodel with -m32 / -m64.
................
  r43901 | bemandawes | 2008-03-27 19:11:13 -0700 (Thu, 27 Mar 2008) | 1 line

  Remove per email from Dave
................
  r43906 | eric_niebler | 2008-03-27 23:10:55 -0700 (Thu, 27 Mar 2008) | 1 line

  proto support for BOOST_PROTO_MAX_FUNCTION_CALL_ARITY
................

[SVN r43910]

svn-branches/fix-links 2008-02-17 12:49:59 UTC
Fix links to the license text file.

Author: Daniel James
Author Date: 2008-02-17 12:49:59 UTC

Fix links to the license text file.

[SVN r43289]

svn-branches/iostreams_dev 2007-12-18 20:08:11 UTC
Branch for Iostreams development

Author: Jonathan Turkanis
Author Date: 2007-12-18 20:08:11 UTC

Branch for Iostreams development

[SVN r42144]

svn-branches/bitten 2007-11-10 22:53:12 UTC
Branch for developing Bitten client/server testing

Author: DaveAbrahams
Author Date: 2007-11-10 22:53:12 UTC

Branch for developing Bitten client/server testing

[SVN r41004]

svn-branches/system 2007-11-08 14:20:16 UTC
Branch for development of boost.system related changes

Author: Beman Dawes
Author Date: 2007-11-08 14:20:16 UTC

Branch for development of boost.system related changes

[SVN r40931]

sandbox-branches/birbacher/fix_iostreams 2007-10-29 12:39:01 UTC
restart of branch, this is to include changes from trunk

Author: Frank Birbacher
Author Date: 2007-10-29 12:39:01 UTC

restart of branch, this is to include changes from trunk

[SVN r40545]

svn-branches/hash 2007-10-21 07:28:23 UTC
Merge from trunk.

Author: Daniel James
Author Date: 2007-10-21 07:28:23 UTC

Merge from trunk.

[SVN r40260]

svn-branches/thread_rewrite 2007-10-05 10:41:16 UTC
declared _ReadWriteBarrier intrinsic; added explicit check for zero to Releas...

Author: Anthony Williams
Author Date: 2007-10-05 10:41:16 UTC

declared _ReadWriteBarrier intrinsic; added explicit check for zero to ReleaseSemaphore call

[SVN r39700]

svn-branches/multi_array 2007-08-26 05:34:35 UTC
Created a branch from trunk

Author: Ronald Garcia
Author Date: 2007-08-26 05:34:35 UTC

Created a branch from trunk

[SVN r38959]

svn-branches/xpressive/nested_dynamic_regex 2007-08-19 15:07:44 UTC
+ creating a branch for a xpressive extension that allows nesting

Author: Andreas Pokorny
Author Date: 2007-08-19 15:07:44 UTC

+ creating a branch for a xpressive extension that allows nesting
of regular expressions

[SVN r38759]

svn-branches/serialization_next_release 2007-08-13 03:23:47 UTC
Create branch for next serialization release

Author: Robert Ramey
Author Date: 2007-08-13 03:23:47 UTC

Create branch for next serialization release

[SVN r38613]

svn-tags/SPIRIT_MINIBOOST_1_34_0 2007-06-19 01:09:16 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2007-06-19 01:09:16 UTC

This commit was manufactured by cvs2svn to create tag
'SPIRIT_MINIBOOST_1_34_0'.

[SVN r38032]

svn-tags/SPIRIT_1_8_5_MINIBOOST 2007-06-19 01:09:15 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2007-06-19 01:09:15 UTC

This commit was manufactured by cvs2svn to create tag
'SPIRIT_1_8_5_MINIBOOST'.

[SVN r38031]

svn-tags/merged_to_RC_1_34_0 2007-06-07 20:53:46 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2007-06-07 20:53:46 UTC

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_34_0'.

[SVN r37938]

svn-tags/RC_1_34_0_freeze 2007-03-20 19:06:03 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2007-03-20 19:06:03 UTC

This commit was manufactured by cvs2svn to create tag
'RC_1_34_0_freeze'.

[SVN r37245]

svn-tags/thread_rewrite_1 2006-04-06 09:13:23 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2006-04-06 09:13:23 UTC

This commit was manufactured by cvs2svn to create tag
'thread_rewrite_1'.

[SVN r33565]

svn-branches/RC_1_33_0 2005-12-04 18:11:08 UTC
Fix "thrd thrd" problem.

Author: Douglas Gregor
Author Date: 2005-12-04 18:11:08 UTC

Fix "thrd thrd" problem.

[SVN r31902]

svn-tags/merged_to_RC_1_33_0 2005-12-01 13:06:58 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2005-12-01 13:06:58 UTC

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_33_0'.

[SVN r31853]

svn-branches/SPIRIT_MINIBOOST 2004-11-30 07:52:25 UTC
Removed part of the Boost files from the SPIRIT_MINIBOOST branch.

Author: Hartmut Kaiser
Author Date: 2004-11-30 07:52:25 UTC

Removed part of the Boost files from the SPIRIT_MINIBOOST branch.

[SVN r26368]

svn-tags/merged_to_RC_1_32_0 2004-11-19 14:17:03 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2004-11-19 14:17:03 UTC

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_32_0'.

[SVN r26255]

svn-branches/RC_1_32_0 2004-11-18 23:55:33 UTC
fix invalid <p> tags

Author: Aleksey Gurtovoy
Author Date: 2004-11-18 23:55:33 UTC

fix invalid <p> tags

[SVN r26236]

svn-tags/merged_to_RC_ 2004-10-20 08:26:42 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2004-10-20 08:26:42 UTC

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_'.

[SVN r25796]

svn-branches/thread_dev 2004-07-20 21:33:13 UTC
Fix compile errors: some compilers don't like an enum and the namespace it is...

Author: Michael Glassford
Author Date: 2004-07-20 21:33:13 UTC

Fix compile errors: some compilers don't like an enum and the namespace it is in to have the same name; missing typename; _sntprintf not in namespace std for cw. Fix warnings on some compilers. Clean up scheduling algorithms to pass unit tests and hopefully eliminate reported deadlocks. Still needs work, but should be better than before.

[SVN r23859]

svn-branches/function_signature_patches_1_31 2004-04-13 12:19:16 UTC
This commit was manufactured by cvs2svn to create branch

Author: nobody
Author Date: 2004-04-13 12:19:16 UTC

This commit was manufactured by cvs2svn to create branch
'function_signature_patches_1_31'.

[SVN r22633]

svn-tags/minmax 2004-02-26 10:35:28 UTC
This commit was manufactured by cvs2svn to create tag 'minmax'.

Author: nobody
Author Date: 2004-02-26 10:35:28 UTC

This commit was manufactured by cvs2svn to create tag 'minmax'.

[SVN r22393]

svn-tags/merged_to_RC_1_31_0 2004-02-23 07:33:35 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2004-02-23 07:33:35 UTC

This commit was manufactured by cvs2svn to create tag
'merged_to_RC_1_31_0'.

[SVN r22369]

svn-branches/RC_1_31_0 2004-01-11 15:56:00 UTC
merged auto-linking support from main branch

Author: John Maddock
Author Date: 2004-01-11 15:56:00 UTC

merged auto-linking support from main branch

[SVN r21595]

svn-branches/RC_1_30_0 2003-03-10 15:30:29 UTC
Fixed typo: conditin.hpp.

Author: William E. Kempf
Author Date: 2003-03-10 15:30:29 UTC

Fixed typo: conditin.hpp.

[SVN r17798]

svn-tags/thread_base 2003-01-27 22:44:07 UTC
This commit was manufactured by cvs2svn to create tag 'thread_base'.

Author: nobody
Author Date: 2003-01-27 22:44:07 UTC

This commit was manufactured by cvs2svn to create tag 'thread_base'.

[SVN r17054]

svn-branches/thread_development 2002-11-05 22:43:42 UTC
Merged from RC_1_29_0

Author: William E. Kempf
Author Date: 2002-11-05 22:43:42 UTC

Merged from RC_1_29_0

[SVN r16126]

svn-branches/RC_1_29_0 2002-10-01 14:59:08 UTC
Added missing typenames

Author: =?utf-8?q?Bj=C3=B6rn_Karlsson?=
Author Date: 2002-10-01 14:59:08 UTC

Added missing typenames

[SVN r15612]

svn-tags/boost_python_llnl_ 2002-09-28 13:27:01 UTC
This commit was manufactured by cvs2svn to create tag

Author: nobody
Author Date: 2002-09-28 13:27:01 UTC

This commit was manufactured by cvs2svn to create tag
'boost_python_llnl_'.

[SVN r15542]

1100 of 106 results
This repository contains Public information 
Everyone can see this information.

Subscribers