Commit graph

48026 commits

Author SHA1 Message Date
Automated Commit
b1495e0ee7 Update phoenix from develop. 2014-02-01 03:30:02 -05:00
Automated Commit
f7714177f3 Update function from develop. 2014-01-31 23:30:02 -05:00
K. Noel Belcourt
b30491299e Fix Jamfile so builds wave and changed use of auto
to explicitly use string::iterator.  Wave builds
shared and runs on both Darwin and Linux, I'm
not wave conversant so it does startup but I
don't know what to do next.

Wave: A Standard conformant C++ preprocessor based on the Boost.Wave library
Version: 2.3.2.4432 [linux/GNU C++ version 4.4.6 20120305 (Red Hat 4.4.6-4)]
(20120523)

I replaced an auto declaration that was preventing
cross-platform building of compile_status.cpp.  I'm
now able to run b2 in boostorg/tools and have everything
buid.
2014-01-31 20:22:23 -07:00
Automated Commit
c3198e9c8b Update phoenix, multiprecision from develop. 2014-01-31 17:30:03 -05:00
Automated Commit
f909403645 Update phoenix, flyweight from develop. 2014-01-31 16:00:05 -05:00
Automated Commit
d96356d5b3 Update phoenix from develop. 2014-01-31 15:30:02 -05:00
Automated Commit
f3f5e11fe1 Update phoenix from develop. 2014-01-31 15:00:03 -05:00
Automated Commit
caba632e70 Update smart_ptr from develop. 2014-01-31 14:30:03 -05:00
Automated Commit
40f8c2606a Update serialization from develop. 2014-01-31 12:30:03 -05:00
Automated Commit
f8adbd478e Update phoenix from develop. 2014-01-31 03:30:03 -05:00
K. Noel Belcourt
ac2b9090e2 Change -m64 to -m4, keep log and xml files smaller. 2014-01-30 20:37:05 -07:00
Automated Commit
2df7240cc1 Update phoenix, flyweight from develop. 2014-01-30 18:00:02 -05:00
Automated Commit
b7f2b0382e Update math from develop. 2014-01-30 15:00:03 -05:00
Automated Commit
aa8947c006 Update intrusive from develop. 2014-01-30 08:30:02 -05:00
Automated Commit
97dd98ee33 Update multiprecision from develop. 2014-01-30 05:00:03 -05:00
Automated Commit
eba8a9e544 Update mpi from develop. 2014-01-30 00:00:02 -05:00
K. Noel Belcourt
932463db99 Add default -m64 to bjam_options if no -m argument.
Since results reporting limits output to 64kb we'll
do the same with target output collected by bjam.
This should help clang testers with develop branch.
2014-01-29 21:17:46 -07:00
Automated Commit
1f8b4d03e3 Update smart_ptr from develop. 2014-01-29 20:30:03 -05:00
Automated Commit
e4cacf1862 Update smart_ptr from develop. 2014-01-29 20:00:03 -05:00
Automated Commit
50380340c2 Update multiprecision from develop. 2014-01-29 17:30:03 -05:00
Automated Commit
7a88a210a7 Update math, multiprecision from develop. 2014-01-29 17:00:03 -05:00
Automated Commit
dbe72d8069 Update math, flyweight from develop. 2014-01-29 16:30:03 -05:00
Automated Commit
57d3c357b7 Update geometry from develop. 2014-01-29 14:30:03 -05:00
Automated Commit
6193efa8de Update smart_ptr, build from develop. 2014-01-29 12:30:03 -05:00
Automated Commit
81cec52a7d Update coroutine from develop. 2014-01-29 11:30:02 -05:00
Automated Commit
d29a2d6985 Update smart_ptr from develop. 2014-01-29 10:30:03 -05:00
Beman
850ccc9edf Move single-statement if-then-clauses to separate line so that break-points can be set on the 'then' line. Fix several '{' that were not following the program's conventions. 2014-01-29 09:58:20 -05:00
Automated Commit
a843c39f0f Update smart_ptr from develop. 2014-01-29 09:30:03 -05:00
Automated Commit
7b85e0f20a Update smart_ptr from develop. 2014-01-29 09:00:02 -05:00
K. Noel Belcourt
60f74fc79c Eliminate a git command by combining update and init.
Strangely enough git submodule command allows you to pass
the --init argument to submodule update.

git submodule update --init

We can eliminate one extraneous call to git, should slightly
help regression testers.
2014-01-28 21:09:59 -07:00
Automated Commit
473a7b19a7 Update fusion from develop. 2014-01-28 18:30:03 -05:00
Automated Commit
339d092b01 Update functional from develop. 2014-01-28 18:00:03 -05:00
Automated Commit
9e3b272d77 Update thread from develop. 2014-01-28 17:30:03 -05:00
Automated Commit
7cd31861c9 Update math from develop. 2014-01-28 15:00:05 -05:00
K. Noel Belcourt
13e3858053 Fix problem with missing libs/sync/test target.
The problem can be reproduced in a clean regression
test directory by first running tests with --tag=master
and then running tests with --tag=develop.  The fix,
as Beman pointed out, is to init the submodules.
Fortunately the init command is a noop for existing
submodules so added this command to the git testing
sequence when the boost_root directory already exists.

With this patch applied, I am now able to run tests
with master first, and develop second, no error. Tested
on Linux and Darwin.
2014-01-28 12:02:13 -07:00
Automated Commit
6ae7f9cc0f Update coroutine from develop. 2014-01-28 11:30:03 -05:00
Automated Commit
335cbb5dd9 Update smart_ptr from develop. 2014-01-28 07:00:03 -05:00
Automated Commit
dc28fb9093 Update mpi from develop. 2014-01-28 01:00:03 -05:00
Automated Commit
305dd62587 Update serialization from develop. 2014-01-27 18:00:03 -05:00
Automated Commit
bf716cfdbc Update multiprecision from develop. 2014-01-27 17:30:13 -05:00
Beman Dawes
2c8e35db69 Merge pull request #7 from Belcourt/develop
Fix broken echo -n syntax on Macs
2014-01-27 14:11:31 -08:00
Automated Commit
1da590d02d Update thread from develop. 2014-01-27 17:00:02 -05:00
Automated Commit
df3ebe4f1a Update multiprecision from develop. 2014-01-27 15:30:02 -05:00
Automated Commit
9f5b50b287 Update math from develop. 2014-01-27 14:30:02 -05:00
Automated Commit
bc74beb044 Update coroutine from develop. 2014-01-27 14:00:03 -05:00
Automated Commit
43fb173d11 Update phoenix, icl from develop. 2014-01-27 12:00:03 -05:00
Beman
5cdbaa9cb7 Refactor boost_root_path into separate header; utilize in both compiler_status and process_jam_log. Change compiler_status boost-root argument to accept any directory within the boost directory tree and now accept a relative path. Modernize test.bat and provide an install option for the build jamfile so that users no longer have to search for where the executable files end up. 2014-01-27 10:16:35 -05:00
Beman
9d396ba4be Replace really old Visual Studio solution with more modern approach. 2014-01-27 10:03:01 -05:00
Beman
1e132fbc5d Correct description of naming conventions 2014-01-27 09:48:42 -05:00
Beman
3afd0de1e5 compile- and -compile in test names and source file names crash process_jam_log. Workaround is simply to avoid these names. 2014-01-27 08:58:54 -05:00