Daniel James
8ddbf2034b
Add expected failure for Joachim Faulhaber.
2014-02-01 21:45:05 +00:00
Automated Commit
75699dc19c
Update math from develop.
2014-02-01 15:00:02 -05:00
Automated Commit
dd176e7b0b
Update phoenix from develop.
2014-02-01 13:30:03 -05:00
Automated Commit
9299773a82
Update phoenix from develop.
2014-02-01 12:00:03 -05:00
Automated Commit
56e9ca2584
Update flyweight, math from develop.
2014-02-01 07:00:02 -05:00
Automated Commit
5a468b1c50
Update flyweight from develop.
2014-02-01 06:00:03 -05:00
Automated Commit
e0ed48de32
Update build from develop.
2014-02-01 05:30:03 -05:00
Automated Commit
675533e891
Update flyweight from develop.
2014-02-01 05:00:03 -05:00
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