2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
Commit Graph

5013 Commits

Author SHA1 Message Date
Vladimir Prus
024fdef13d Install both "b2" and "bjam".
[SVN r70624]
2011-03-27 11:28:55 +00:00
Vladimir Prus
fa23f3a5c1 Make "b2" binary operate in Boost.Build mode, not classic mode.
[SVN r70623]
2011-03-27 11:25:24 +00:00
Vladimir Prus
824a74645c Build (but don't install yet), binary named 'b2'.
[SVN r70621]
2011-03-27 10:53:29 +00:00
Vladimir Prus
e585f3a6b6 Set version to 2010.04-svn, and eliminate separate engine version.
[SVN r70616]
2011-03-27 10:30:33 +00:00
Vladimir Prus
af27fd2f70 Doh.
[SVN r70472]
2011-03-23 09:58:34 +00:00
Vladimir Prus
adabffd0df Fix path.makedirs on Windows.
[SVN r70471]
2011-03-23 09:55:29 +00:00
Rene Rivera
8fc6a5310b Building for iPhoneSim is a mixed bag, it's OSX and it's not. We actually need to compile as OSX but tell it that we are requiring iOS by defining __IPHONE_OS_VERSION_MIN_REQUIRED=X instead of -miphoneos-version-min=X.
[SVN r70298]
2011-03-21 04:19:27 +00:00
Vladimir Prus
ade0b9e90d Update roll.sh
[SVN r70220]
2011-03-20 09:55:24 +00:00
Vladimir Prus
241361971c Make sure the directory for config.log exists.
This fixes a problem whereby when building the first time
in a fresh source tree, output of configuration checks goes
to stdout, because we tried to create config.log in as-yet
nonexistent building directory.


[SVN r70179]
2011-03-19 12:30:49 +00:00
Rene Rivera
d6ee98e478 Testing svn checkout perms.
[SVN r69580]
2011-03-05 02:54:38 +00:00
Daniel James
67a6670c8b Typo.
[SVN r69324]
2011-02-27 12:00:03 +00:00
Vladimir Prus
806acaa5ed Make address-model affect gcc assembler compilations.
Patch from Gevorg Voskanyan.


[SVN r69123]
2011-02-21 17:32:38 +00:00
Bryce Adelstein-Lelbach
4599e946c9 Disable PCH support on clang-linux until we can come up with a better solution
for it.



[SVN r68845]
2011-02-13 15:57:21 +00:00
Bryce Adelstein-Lelbach
8fca85ba52 Updates to the intel-linux toolset for newer version of the compiler; namely,
fix the default search paths for intel-linux 8.1, 9.0, 9.1, 10.1, 11.0, 11.1
and 12.0. Also, use the -Os flag for intel 11 and intel 12 - previously this 
flag was not available.



[SVN r68826]
2011-02-13 09:43:49 +00:00
Bryce Adelstein-Lelbach
beebc3e16c Fix PCH support for the clang-linux toolset.
[SVN r68824]
2011-02-13 07:00:59 +00:00
Steven Watanabe
52e94f8b34 Fix bootstrap.bat.
[SVN r68818]
2011-02-12 22:28:37 +00:00
K. Noel Belcourt
e6aa2fea0f Replace archive rule with stock ar command.
May break 3.2 but will work with 4.x.



[SVN r68763]
2011-02-10 18:47:17 +00:00
K. Noel Belcourt
d0587e06c6 Break Pathscale 3.2 build while trying to bring up 4.x.
Remove pathscale.jam AR rule to see if we can link with
4.x.  Will figure out later how to support both, if 
necessary.



[SVN r68762]
2011-02-10 18:25:44 +00:00
K. Noel Belcourt
62d1e7cc11 Another try at this commit.
With gcc-4.5.2, the stuct option defined in option.h

conflicts with an identically named struct in the gcc 
headers.  Renamed the bjam struct to bjam_option in all
places where referenced.



[SVN r68730]
2011-02-08 18:46:03 +00:00
K. Noel Belcourt
e144c5ed0a Reverting previous commit and going back to 68727
[SVN r68729]
2011-02-08 18:39:13 +00:00
K. Noel Belcourt
4d6b6865e9 With gcc-4.5.2, the stuct option conflicts with
an identically named struct in the gcc headers.
Renamed the bjam struct to bjam_option in all
places where referenced.



[SVN r68728]
2011-02-08 18:34:53 +00:00
Steven Watanabe
e1e7e5b845 Allow quickbook configuration to be overridden. Eliminate duplicate warnings when we fall back on searching PATH.
[SVN r68686]
2011-02-07 00:36:36 +00:00
Steven Watanabe
9cbd770e61 Allow doxygen configuration to be overridden. Use common.get-invocation-command to check the command.
[SVN r68685]
2011-02-06 23:55:31 +00:00
Steven Watanabe
cb3ca6d89e Fix error checking boostbook-dir, reported by Bryce Lelbach.
[SVN r68677]
2011-02-06 19:13:42 +00:00
Steven Watanabe
52a1e32354 Allow xsltproc configuration to be overridden. Add a check that we can run xsltproc.
[SVN r68663]
2011-02-06 05:53:30 +00:00
Steven Watanabe
ea0f725910 Update boostbook configuration to allow parameters to be overridden. Also, add validation of parameters.
[SVN r68662]
2011-02-05 21:42:26 +00:00
Steven Watanabe
e61f8a192b Make sure that NEAREST_USER_LOCATION doesn't pick up the rules from project-rules.
[SVN r68661]
2011-02-05 21:20:52 +00:00
Daniel James
922a49b23f Fix typo.
[SVN r68652]
2011-02-05 09:04:03 +00:00
Daniel James
a90dab2d6b Slightly clarify the quickbook build tool docs.
[SVN r68651]
2011-02-05 09:03:11 +00:00
Daniel James
74c275043b Markup fix.
[SVN r68650]
2011-02-05 09:02:14 +00:00
Daniel James
4853417035 Fix boost build standalone documentation.
Boost build defines its own jamroot, so it wasn't picking up the
`boost.defaults` flag from the main jamroot.

[SVN r68649]
2011-02-05 09:01:27 +00:00
Steven Watanabe
d8678f9bf7 Document documentation tools.
[SVN r68635]
2011-02-04 05:06:25 +00:00
Steven Watanabe
facca8c213 Update boostbook module documentation.
[SVN r68628]
2011-02-03 20:57:09 +00:00
Vladimir Prus
c5c0853519 Kill 'engine/src', moving all content to 'engine'.
[SVN r68592]
2011-02-01 08:16:47 +00:00
Vladimir Prus
b8f0b181a0 Move engine tests. Remove some releng bits that were useful only for
standardlone engine.


[SVN r68591]
2011-02-01 08:08:56 +00:00
Vladimir Prus
3cc51bf067 Remove mistakenly added usage of Unix headers everywhere
[SVN r68475]
2011-01-27 16:25:26 +00:00
Vladimir Prus
907d58f6e6 Mention that MSVC 2010 is the same as 10.0
[SVN r68465]
2011-01-27 09:14:19 +00:00
Vladimir Prus
dce520889a Commit the "don't stop when configure test fail" fix.
It appears to be only comitted to the release branch.


[SVN r68442]
2011-01-25 19:51:05 +00:00
Vicente J. Botet Escriba
68cb8b7532 PGI add -fPIC when compiling with shared libs to try to solve this issue
Link [2011-01-23 10:12:19 UTC]: fail

    "/sierra/Sntools/extras/compilers/pgi/linux86-64/10.1/bin/pgCC" -gopt -fpic --zc_eh -shared   -o "/scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/libboost_system.so" "/scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/error_code.o" -Wl,-h -Wl,libboost_system.so  -Bdynamic -lpthread -lrt -lrt -lrt -Bstatic  -Bdynamic

/usr/bin/ld: /scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/error_code.o: relocation R_X86_64_PC32 against `__catch_clause_number' can not be used when making a shared object; recompile with -fPIC


[SVN r68379]
2011-01-23 14:29:45 +00:00
Vicente J. Botet Escriba
ff3c6f383d PGI add -fPIC when compiling with shared libs to try to solve this issue
Link [2011-01-21 10:46:17 UTC]: fail

    "/sierra/Sntools/extras/compilers/pgi/linux86-64/10.1/bin/pgCC" -gopt -fpic --zc_eh -shared   -o "/scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/libboost_system.so" "/scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/error_code.o" -Wl,-h -Wl,libboost_system.so  -Bdynamic -lpthread -lrt -lrt -lrt -Bstatic  -Bdynamic

/usr/bin/ld: /scratch/boost/results/boost/bin.v2/libs/system/build/pgi-10.1/debug/threading-multi/error_code.o: relocation R_X86_64_PC32 against `__catch_clause_number' can not be used when making a shared object; recompile with -fPIC


[SVN r68363]
2011-01-22 11:33:21 +00:00
Bryce Adelstein-Lelbach
2238f41437 Made <cxxflags> override flags set by Boost.Build, modified default flag options.
[SVN r68132]
2011-01-13 23:23:22 +00:00
Bryce Adelstein-Lelbach
4750e6a626 Suppressing uninitialized warnings on pathscale unless explicitly specified
(they are copious).



[SVN r67709]
2011-01-06 02:50:13 +00:00
Bryce Adelstein-Lelbach
113857a0f9 Support for PathScale EKOPath Compiler Suite, version 4.0.0.
[SVN r67707]
2011-01-06 02:38:20 +00:00
Beman Dawes
021ca287a6 tell boost inspect to ignore this directory
[SVN r67681]
2011-01-05 14:07:10 +00:00
Ralf W. Grosse-Kunstleve
1e66eda291 Boost.Python: Python 3 module initialization fixes (using PyModuleDef), based on patches provided by Austin Bingham
[SVN r67462]
2010-12-26 22:42:32 +00:00
Vladimir Prus
b1427e4090 Validate the parameter to -j.
Thanks to Michael Caisse for the bug report.


[SVN r67277]
2010-12-16 17:26:01 +00:00
K. Noel Belcourt
8810a80455 Revert previous commit that changed how -l timeout is handled.
Decided that wasn't the best approach and am reverting the code
to the original source.



[SVN r66921]
2010-11-30 21:25:06 +00:00
K. Noel Belcourt
ac9f2c68b6 Set bjam timeout to maximum of -l options on command line.
Patch to ensure that maximum value is selected when there's
multiple -l timeout options.



[SVN r66705]
2010-11-23 22:01:27 +00:00
Vladimir Prus
cceaba7bfe Implement negative conditional requirements.
For example: <threading>!single:<library>pthread


[SVN r66697]
2010-11-23 07:16:28 +00:00
K. Noel Belcourt
5022f01a92 Fix poor parallel throughput on larger SMP systems.
When select() returns with data on one or more file descriptors, 
we use fread() to read data from the live descriptors.  The problem 
is that these are blocking file descriptors so most of the time 
bjam is waiting, it's actually waiting in fread(), rather than 
waiting in select().

There are two possible patches: one is to just call fread() a single  
time (not inside a loop) or we can make the file descriptors non- 
blocking.  It's more efficient to make the descriptors non-blocking  
as this allows us to read all data on a descriptor each time select()  
returns.  The first approach would not permit us to read all the data  
on a descriptor (only as much as fits into our buffer).

I tested this patch on Suse, Redhat, and Darwin.



[SVN r66650]
2010-11-20 00:15:41 +00:00