Repositories
svn
Tracks upstream svn more…
-
Cloning this repository:
git clone git://gitorious.org/boost/svn.git svn cd svn
Add this repository as a remote to an existing local repository:
git remote add svn git://gitorious.org/boost/svn.git git fetch svn git checkout -b my-local-tracking-branch svn/master_or_other_branch
joelfalcous-clone
-
Cloning this repository:
git clone git://gitorious.org/~joelfalcou/boost/joelfalcous-clone.git joelfalcous-clone cd joelfalcous-clone
Add this repository as a remote to an existing local repository:
git remote add joelfalcous-clone git://gitorious.org/~joelfalcou/boost/joelfalcous-clone.git git fetch joelfalcous-clone git checkout -b my-local-tracking-branch joelfalcous-clone/master_or_other_branch
cmake-tmp
Main repo for cmake branches. more…
master = svn trunk
release = svn release
1.40.0 = boost release 1.40.0
-
Cloning this repository:
git clone git://gitorious.org/~straszheim/boost/cmake-tmp.git cmake-tmp cd cmake-tmp
Add this repository as a remote to an existing local repository:
git remote add cmake-tmp git://gitorious.org/~straszheim/boost/cmake-tmp.git git fetch cmake-tmp git checkout -b my-local-tracking-branch cmake-tmp/master_or_other_branch
hi-perf-prngs
High performance pseudo random number generators. more…
I’ll try to use this repo for my semester thesis.
-
Cloning this repository:
git clone git://gitorious.org/~das-g/boost/hi-perf-prngs.git hi-perf-prngs cd hi-perf-prngs
Add this repository as a remote to an existing local repository:
git remote add hi-perf-prngs git://gitorious.org/~das-g/boost/hi-perf-prngs.git git fetch hi-perf-prngs git checkout -b my-local-tracking-branch hi-perf-prngs/master_or_other_branch
cmake
CMake-able Boost! See the CMake page on the boost wiki for IRC, mailing list, etc. information.
For modularized CMake-able Boost (with each component in a separate repo), please see Ryppl
more…
Tar/zipballs corresponding to the tags in this repository are available at http://sodium.resophonic.com/boost-cmake
-
Cloning this repository:
git clone git://gitorious.org/boost/cmake.git cmake cd cmake
Add this repository as a remote to an existing local repository:
git remote add cmake git://gitorious.org/boost/cmake.git git fetch cmake git checkout -b my-local-tracking-branch cmake/master_or_other_branch
straszheim-boospiele
-
Cloning this repository:
git clone git://gitorious.org/~straszheim/boost/straszheim-boospiele.git straszheim-boospiele cd straszheim-boospiele
Add this repository as a remote to an existing local repository:
git remote add straszheim-boospiele git://gitorious.org/~straszheim/boost/straszheim-boospiele.git git fetch straszheim-boospiele git checkout -b my-local-tracking-branch straszheim-boospiele/master_or_other_branch
git-docs
docs about these repos, you can read them online here:
http://gitorious.org/boost/git-docs/blobs/raw/master/build/html/index.html
-
Cloning this repository:
git clone git://gitorious.org/boost/git-docs.git git-docs cd git-docs
Add this repository as a remote to an existing local repository:
git remote add git-docs git://gitorious.org/boost/git-docs.git git fetch git-docs git checkout -b my-local-tracking-branch git-docs/master_or_other_branch
ericnieblers-clone
-
Cloning this repository:
git clone git://gitorious.org/~ericniebler/boost/ericnieblers-clone.git ericnieblers-clone cd ericnieblers-clone
Add this repository as a remote to an existing local repository:
git remote add ericnieblers-clone git://gitorious.org/~ericniebler/boost/ericnieblers-clone.git git fetch ericnieblers-clone git checkout -b my-local-tracking-branch ericnieblers-clone/master_or_other_branch
alexeypa-boost
-
Cloning this repository:
git clone git://gitorious.org/~alexeypa/boost/alexeypa-boost.git alexeypa-boost cd alexeypa-boost
Add this repository as a remote to an existing local repository:
git remote add alexeypa-boost git://gitorious.org/~alexeypa/boost/alexeypa-boost.git git fetch alexeypa-boost git checkout -b my-local-tracking-branch alexeypa-boost/master_or_other_branch
boost
-
Cloning this repository:
git clone git://gitorious.org/~alexeypa/boost/boost.git boost cd boost
Add this repository as a remote to an existing local repository:
git remote add boost git://gitorious.org/~alexeypa/boost/boost.git git fetch boost git checkout -b my-local-tracking-branch boost/master_or_other_branch
algorithm
boost.algorithm
-
Cloning this repository:
git clone git://gitorious.org/boost/algorithm.git algorithm cd algorithm
Add this repository as a remote to an existing local repository:
git remote add algorithm git://gitorious.org/boost/algorithm.git git fetch algorithm git checkout -b my-local-tracking-branch algorithm/master_or_other_branch
accumulators
boost.accumulators
-
Cloning this repository:
git clone git://gitorious.org/boost/accumulators.git accumulators cd accumulators
Add this repository as a remote to an existing local repository:
git remote add accumulators git://gitorious.org/boost/accumulators.git git fetch accumulators git checkout -b my-local-tracking-branch accumulators/master_or_other_branch
any
boost.any
-
Cloning this repository:
git clone git://gitorious.org/boost/any.git any cd any
Add this repository as a remote to an existing local repository:
git remote add any git://gitorious.org/boost/any.git git fetch any git checkout -b my-local-tracking-branch any/master_or_other_branch
array
boost.array
-
Cloning this repository:
git clone git://gitorious.org/boost/array.git array cd array
Add this repository as a remote to an existing local repository:
git remote add array git://gitorious.org/boost/array.git git fetch array git checkout -b my-local-tracking-branch array/master_or_other_branch
asio
boost.asio
-
Cloning this repository:
git clone git://gitorious.org/boost/asio.git asio cd asio
Add this repository as a remote to an existing local repository:
git remote add asio git://gitorious.org/boost/asio.git git fetch asio git checkout -b my-local-tracking-branch asio/master_or_other_branch
assign
boost.assign
-
Cloning this repository:
git clone git://gitorious.org/boost/assign.git assign cd assign
Add this repository as a remote to an existing local repository:
git remote add assign git://gitorious.org/boost/assign.git git fetch assign git checkout -b my-local-tracking-branch assign/master_or_other_branch
bimap
boost.bimap
-
Cloning this repository:
git clone git://gitorious.org/boost/bimap.git bimap cd bimap
Add this repository as a remote to an existing local repository:
git remote add bimap git://gitorious.org/boost/bimap.git git fetch bimap git checkout -b my-local-tracking-branch bimap/master_or_other_branch
bind
boost.bind
-
Cloning this repository:
git clone git://gitorious.org/boost/bind.git bind cd bind
Add this repository as a remote to an existing local repository:
git remote add bind git://gitorious.org/boost/bind.git git fetch bind git checkout -b my-local-tracking-branch bind/master_or_other_branch
circular_buffer
circular_buffer
-
Cloning this repository:
git clone git://gitorious.org/boost/circular_buffer.git circular_buffer cd circular_buffer
Add this repository as a remote to an existing local repository:
git remote add circular_buffer git://gitorious.org/boost/circular_buffer.git git fetch circular_buffer git checkout -b my-local-tracking-branch circular_buffer/master_or_other_branch
compatibility
boost.compatibility
-
Cloning this repository:
git clone git://gitorious.org/boost/compatibility.git compatibility cd compatibility
Add this repository as a remote to an existing local repository:
git remote add compatibility git://gitorious.org/boost/compatibility.git git fetch compatibility git checkout -b my-local-tracking-branch compatibility/master_or_other_branch
concept_check
boost.concept_check
-
Cloning this repository:
git clone git://gitorious.org/boost/concept_check.git concept_check cd concept_check
Add this repository as a remote to an existing local repository:
git remote add concept_check git://gitorious.org/boost/concept_check.git git fetch concept_check git checkout -b my-local-tracking-branch concept_check/master_or_other_branch
config_
boost.config
-
Cloning this repository:
git clone git://gitorious.org/boost/config_.git config_ cd config_
Add this repository as a remote to an existing local repository:
git remote add config_ git://gitorious.org/boost/config_.git git fetch config_ git checkout -b my-local-tracking-branch config_/master_or_other_branch
core
boost.core (headers and stuff that didn’t seem to go anywhere else)
-
Cloning this repository:
git clone git://gitorious.org/boost/core.git core cd core
Add this repository as a remote to an existing local repository:
git remote add core git://gitorious.org/boost/core.git git fetch core git checkout -b my-local-tracking-branch core/master_or_other_branch
crc
boost.crc
-
Cloning this repository:
git clone git://gitorious.org/boost/crc.git crc cd crc
Add this repository as a remote to an existing local repository:
git remote add crc git://gitorious.org/boost/crc.git git fetch crc git checkout -b my-local-tracking-branch crc/master_or_other_branch
date_time
boost.date_time
-
Cloning this repository:
git clone git://gitorious.org/boost/date_time.git date_time cd date_time
Add this repository as a remote to an existing local repository:
git remote add date_time git://gitorious.org/boost/date_time.git git fetch date_time git checkout -b my-local-tracking-branch date_time/master_or_other_branch
detail
boost.detail doesn’t exist. This is cruft.
-
Cloning this repository:
git clone git://gitorious.org/boost/detail.git detail cd detail
Add this repository as a remote to an existing local repository:
git remote add detail git://gitorious.org/boost/detail.git git fetch detail git checkout -b my-local-tracking-branch detail/master_or_other_branch
conversion
boost.conversion
-
Cloning this repository:
git clone git://gitorious.org/boost/conversion.git conversion cd conversion
Add this repository as a remote to an existing local repository:
git remote add conversion git://gitorious.org/boost/conversion.git git fetch conversion git checkout -b my-local-tracking-branch conversion/master_or_other_branch
disjoint_sets
boost.disjoint_sets
-
Cloning this repository:
git clone git://gitorious.org/boost/disjoint_sets.git disjoint_sets cd disjoint_sets
Add this repository as a remote to an existing local repository:
git remote add disjoint_sets git://gitorious.org/boost/disjoint_sets.git git fetch disjoint_sets git checkout -b my-local-tracking-branch disjoint_sets/master_or_other_branch
dynamic_bitset
boost.dynamic_bitset
-
Cloning this repository:
git clone git://gitorious.org/boost/dynamic_bitset.git dynamic_bitset cd dynamic_bitset
Add this repository as a remote to an existing local repository:
git remote add dynamic_bitset git://gitorious.org/boost/dynamic_bitset.git git fetch dynamic_bitset git checkout -b my-local-tracking-branch dynamic_bitset/master_or_other_branch
exception
boost.exception
-
Cloning this repository:
git clone git://gitorious.org/boost/exception.git exception cd exception
Add this repository as a remote to an existing local repository:
git remote add exception git://gitorious.org/boost/exception.git git fetch exception git checkout -b my-local-tracking-branch exception/master_or_other_branch

