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
Automated Commit
12482bac21
Update atomic from develop.
2014-01-27 03:00:03 -05:00
K. Noel Belcourt
eaaf9c93b0
Fix regression.py when running tests in the same test
...
directory more than once, and the --tag differs. If
the boost_root directory already exists, add a new
remote for a different branch (remote set-branches)
and added an explicit checkout on this branch.
If you run run.py script once with --tag=master,
and again with --tag=develop, the script will now
correctly checkout develop the second time and
will run tests using the develop fork rather than
master.
2014-01-26 23:16:03 -07:00
Automated Commit
6cb30dba5d
Update fusion from develop.
2014-01-26 20:30:02 -05:00
Automated Commit
6f6417bc52
Update phoenix from develop.
2014-01-26 19:00:02 -05:00
Automated Commit
99a2e6f264
Update unordered from develop.
2014-01-26 18:00:03 -05:00
Automated Commit
70a8c55d29
Update coroutine from develop.
2014-01-26 15:30:02 -05:00
Automated Commit
f8968b7551
Update coroutine from develop.
2014-01-26 14:30:03 -05:00
Automated Commit
ccfdcb8178
Update icl, atomic from develop.
2014-01-26 12:30:02 -05:00
Automated Commit
92c5df6a68
Update thread from develop.
2014-01-26 12:00:03 -05:00
Automated Commit
018f19c93d
Update unordered, quickbook from develop.
2014-01-26 09:00:02 -05:00
Daniel James
066dbcbe0f
Ignore the /dist
directory.
...
Used as the destination when building some of the tools.
2014-01-26 13:42:59 +00:00
Automated Commit
6396c593cd
Update atomic from develop.
2014-01-26 08:30:03 -05:00
Automated Commit
d7a846ff25
Update config from develop.
2014-01-26 07:30:03 -05:00
Automated Commit
33dc025743
Update atomic from develop.
2014-01-26 05:00:02 -05:00
Automated Commit
6249d0ef39
Update phoenix from develop.
2014-01-26 04:30:02 -05:00
Automated Commit
eb52874bc3
Update thread from develop.
2014-01-26 03:30:03 -05:00
Automated Commit
acdec2b83a
Update geometry from develop.
2014-01-25 20:00:03 -05:00
Automated Commit
37107e5c91
Update phoenix from develop.
2014-01-25 19:00:03 -05:00
K. Noel Belcourt
2b3b97f7eb
When running tests with proxy, change http_get to use https
...
so can run tests from behind firewall.
2014-01-25 10:27:20 -07:00
K. Noel Belcourt
493a24f187
Fix use of proxy to use https, rather than http, when
...
accessing github repos from behind firewall.
2014-01-25 09:34:18 -07:00
K. Noel Belcourt
ccc0830f8a
Fix broken echo -n syntax on Macs by avoiding shell
...
builtin echo command and using standalone executable
echo (e.g. /bin/echo) instead, if one exists.
2014-01-24 22:57:26 -07:00
Automated Commit
f82f3a5256
Update flyweight from develop.
2014-01-24 14:00:03 -05:00
Automated Commit
eb1729848a
Update phoenix from develop.
2014-01-24 10:00:03 -05:00
Automated Commit
855b2d05e6
Update math from develop.
2014-01-24 07:30:02 -05:00
Automated Commit
5355470dfd
Update smart_ptr from develop.
2014-01-24 00:30:02 -05:00
Automated Commit
e5b0368fb1
Update unordered from develop.
2014-01-23 22:52:46 +00:00
Automated Commit
f099295d88
Update phoenix from develop.
2014-01-23 22:06:13 +00:00