Commit Graph

12124 Commits

Author SHA1 Message Date
Beman Dawes
f84317f44e Change deprecated /Op option to its replacement, /fp:precise. This quiets a warning from the Intel compiler, which uses the msvc toolset.
[SVN r75690]
2011-11-27 12:50:00 +00:00
Daniel James
058e1e749a Remove -no-cpp-precomp from darwin toolset.
This apparently hasn't been used for some time. Might be a good idea to do a
version check though.


[SVN r75659]
2011-11-25 00:35:35 +00:00
Daniel James
39e45dbe41 Remove -no-cpp-precomp from darwin toolset.
This apparently hasn't been used for some time. Might be a good idea to do a
version check though.


[SVN r75659]
2011-11-25 00:35:35 +00:00
Steven Watanabe
94691ce67b Remov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed.
[SVN r75639]
2011-11-23 15:32:14 +00:00
Steven Watanabe
3e2399f42b Remov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed.
[SVN r75639]
2011-11-23 15:32:14 +00:00
Steven Watanabe
052e6249e3 Fix -Wformat warning.
[SVN r75638]
2011-11-23 14:50:15 +00:00
Steven Watanabe
9e49582c5c Fix -Wformat warning.
[SVN r75638]
2011-11-23 14:50:15 +00:00
Vladimir Prus
20df9cd1e8 Fix couple issues in common.py
Patch from Juraj Ivančić


[SVN r75635]
2011-11-23 06:29:08 +00:00
Vladimir Prus
58fb9d3d3b Fix couple issues in common.py
Patch from Juraj Ivančić


[SVN r75635]
2011-11-23 06:29:08 +00:00
Steven Watanabe
70d5029905 Replace newstr with object. Use OBJECT * instead of char *. Fix a few bugs uncovered by the better typechecking.
[SVN r75609]
2011-11-22 23:04:09 +00:00
Steven Watanabe
ea1a2928d2 Replace newstr with object. Use OBJECT * instead of char *. Fix a few bugs uncovered by the better typechecking.
[SVN r75609]
2011-11-22 23:04:09 +00:00
Vladimir Prus
e0e032809a Fix a crash when using bjam.caller.
Patch from Juraj Ivančić


[SVN r75605]
2011-11-22 11:20:42 +00:00
Vladimir Prus
52eb370501 Fix a crash when using bjam.caller.
Patch from Juraj Ivančić


[SVN r75605]
2011-11-22 11:20:42 +00:00
Vladimir Prus
6e491345a5 Fix syntax error in Boost.Build/Python.
Patch from Juraj Ivančić.


[SVN r75546]
2011-11-18 19:09:12 +00:00
Vladimir Prus
564db3ed4c Fix syntax error in Boost.Build/Python.
Patch from Juraj Ivančić.


[SVN r75546]
2011-11-18 19:09:12 +00:00
Steven Watanabe
64f6c40752 Use a separate hash table implementation for the strings table.
[SVN r75545]
2011-11-18 17:27:28 +00:00
Steven Watanabe
f747b12767 Use a separate hash table implementation for the strings table.
[SVN r75545]
2011-11-18 17:27:28 +00:00
Steven Watanabe
8b9846315c Better caching for toolset.set-target-variables. The existing cache is useless for testing because testing.jam sets <location-root> with the result that every target gets a different property set.
[SVN r75513]
2011-11-16 20:40:39 +00:00
Steven Watanabe
85bebfff7a Better caching for toolset.set-target-variables. The existing cache is useless for testing because testing.jam sets <location-root> with the result that every target gets a different property set.
[SVN r75513]
2011-11-16 20:40:39 +00:00
Steven Watanabe
090a2cc4cb Enable profiling with gcc
[SVN r75512]
2011-11-16 20:11:38 +00:00
Steven Watanabe
84b58220af Enable profiling with gcc
[SVN r75512]
2011-11-16 20:11:38 +00:00
Steven Watanabe
926e12a499 Fix regression
[SVN r75510]
2011-11-16 15:37:15 +00:00
Steven Watanabe
7bcd57b821 Fix regression
[SVN r75510]
2011-11-16 15:37:15 +00:00
Vladimir Prus
aae1eb68cc Adjust configuration.py to Boost.Build/Python.
[SVN r75506]
2011-11-16 13:00:41 +00:00
Vladimir Prus
d7e539e68a Adjust configuration.py to Boost.Build/Python.
[SVN r75506]
2011-11-16 13:00:41 +00:00
Vladimir Prus
5f312e9af5 Replace 'bjam' with 'b2' everywhere
[SVN r75504]
2011-11-16 07:57:00 +00:00
Vladimir Prus
03e6e5dbac Replace 'bjam' with 'b2' everywhere
[SVN r75504]
2011-11-16 07:57:00 +00:00
Vladimir Prus
572f63697a Pass libraries at the end of command line.
Ubuntu 11.10 has --as-needed on by default, which means
that libraries must be specified after the sources/objects
that use those libraries, even for shared libraries.

See http://www.gentoo.org/proj/en/qa/asneeded.xml


[SVN r75503]
2011-11-16 07:54:07 +00:00
Vladimir Prus
44293826af Pass libraries at the end of command line.
Ubuntu 11.10 has --as-needed on by default, which means
that libraries must be specified after the sources/objects
that use those libraries, even for shared libraries.

See http://www.gentoo.org/proj/en/qa/asneeded.xml


[SVN r75503]
2011-11-16 07:54:07 +00:00
Steven Watanabe
e1f9c906cd Fix memory leaks. Make sure that newstr and copystr are always used as needed.
[SVN r75502]
2011-11-16 03:00:54 +00:00
Steven Watanabe
86278a4624 Fix memory leaks. Make sure that newstr and copystr are always used as needed.
[SVN r75502]
2011-11-16 03:00:54 +00:00
Steven Watanabe
0428ba2d19 Fix Jamfile loading for Boost.Test.
[SVN r75407]
2011-11-08 15:54:54 +00:00
Steven Watanabe
889fff3e70 Fix Jamfile loading for Boost.Test.
[SVN r75407]
2011-11-08 15:54:54 +00:00
Vladimir Prus
27d7ecb7cb Fix PCH support in general and on gcc.
Patch from Georgy Gritsenko.


[SVN r75401]
2011-11-08 09:06:53 +00:00
Vladimir Prus
7dae6f26d4 Fix PCH support in general and on gcc.
Patch from Georgy Gritsenko.


[SVN r75401]
2011-11-08 09:06:53 +00:00
Vladimir Prus
14171cad8c Fix ordered_includes test in Python port.
[SVN r75111]
2011-10-25 08:40:05 +00:00
Vladimir Prus
2b758d22df Fix ordered_includes test in Python port.
[SVN r75111]
2011-10-25 08:40:05 +00:00
Vladimir Prus
11dd0796ab Fix the functionality of ignoring using config in Python port.
[SVN r75110]
2011-10-25 08:26:40 +00:00
Vladimir Prus
d4c51760cb Fix the functionality of ignoring using config in Python port.
[SVN r75110]
2011-10-25 08:26:40 +00:00
Vladimir Prus
ad87337fb5 Fix conditionals_multiple.py test in Boost.Build/Python.
Patch from Georgy Gritsenko.


[SVN r75109]
2011-10-25 08:05:06 +00:00
Vladimir Prus
38d95bfc4e Fix conditionals_multiple.py test in Boost.Build/Python.
Patch from Georgy Gritsenko.


[SVN r75109]
2011-10-25 08:05:06 +00:00
Vladimir Prus
b4563f0efc Fix prebuilt generators. The prebuilt.py test now passes with Python port.
[SVN r75034]
2011-10-18 08:59:38 +00:00
Vladimir Prus
6ae9791f9a Fix prebuilt generators. The prebuilt.py test now passes with Python port.
[SVN r75034]
2011-10-18 08:59:38 +00:00
Vladimir Prus
de3d820435 Fix generators.override in Python port.
[SVN r75033]
2011-10-18 08:58:42 +00:00
Vladimir Prus
cfbe629587 Fix generators.override in Python port.
[SVN r75033]
2011-10-18 08:58:42 +00:00
Vladimir Prus
04528b6ec7 Adjust the 'prebuilt' test to use the 'os' module, to help Python port.
[SVN r75032]
2011-10-18 08:58:06 +00:00
Vladimir Prus
a52f70a901 Adjust the 'prebuilt' test to use the 'os' module, to help Python port.
[SVN r75032]
2011-10-18 08:58:06 +00:00
Vladimir Prus
9dde3e0a91 Fix library_path.py in BoostBuild/Python.
Patch from Georgy Gritsenko.


[SVN r74912]
2011-10-11 08:22:45 +00:00
Vladimir Prus
afc3dfda5d Fix library_path.py in BoostBuild/Python.
Patch from Georgy Gritsenko.


[SVN r74912]
2011-10-11 08:22:45 +00:00
Vladimir Prus
66569da42e Autodetect Python 2.7 when building Boost.Build engine.
[SVN r74660]
2011-10-02 21:02:25 +00:00