Vladimir Prus
f97f602a79
Simplify conditional expression.
...
[SVN r75804]
2011-12-04 16:39:47 +00:00
Vladimir Prus
000b9ece98
Correct operator precedence.
...
Fixes #6209 .
[SVN r75803]
2011-12-04 15:43:05 +00:00
K. Noel Belcourt
a3364c6415
Reduce optimization using Sun compiler when building
...
bjam (remove -fast and replace -xO4 with -xO3). Compiler
is unable to handle Steve's recent code refactor.
[SVN r75795]
2011-12-04 00:08:10 +00:00
Steven Watanabe
00c08ace46
Assert that the hash function works.
...
[SVN r75794]
2011-12-03 20:15:44 +00:00
Steven Watanabe
925eea0270
Remember to clean up.
...
[SVN r75793]
2011-12-03 20:00:18 +00:00
Steven Watanabe
5bb06a8bd3
More thorough asserts.
...
[SVN r75792]
2011-12-03 19:54:28 +00:00
Steven Watanabe
8e6bfafdaf
Adjust search to find generated targets without regard to case, on NT.
...
[SVN r75776]
2011-12-02 18:49:07 +00:00
Steven Watanabe
296aa95e24
Remove debugging code.
...
[SVN r75772]
2011-12-02 14:55:16 +00:00
Steven Watanabe
20be35b9df
Clean up down casing paths and usage of short_path_to_long_path.
...
[SVN r75768]
2011-12-02 05:11:10 +00:00
Steven Watanabe
8c41006d43
Fix @ file support.
...
[SVN r75767]
2011-12-02 04:49:03 +00:00
Steven Watanabe
712e2c751e
Short circuit test if a file exists, when the name contains a grist.
...
[SVN r75765]
2011-12-01 19:34:06 +00:00
Steven Watanabe
477b42b47d
Remove the trailing '.' from the module name.
...
[SVN r75762]
2011-12-01 18:07:14 +00:00
Steven Watanabe
afcd5ad015
Fix printf type error.
...
[SVN r75752]
2011-11-30 16:39:49 +00:00
Steven Watanabe
2245fcb6ad
Fix memory leak on Windows.
...
[SVN r75750]
2011-11-30 15:11:42 +00:00
Steven Watanabe
c8480a9cf5
Try to test the language semantics thoroughly
...
[SVN r75738]
2011-11-30 00:06:31 +00:00
Steven Watanabe
e53d9ada43
Fix a few test problems on cygwin and mingw
...
[SVN r75737]
2011-11-30 00:03:54 +00:00
Steven Watanabe
da9410adc1
Reimplement the interpreter.
...
[SVN r75736]
2011-11-30 00:00:35 +00:00
Steven Watanabe
0d91e1454b
Fix incorrect variable expansion
...
[SVN r75734]
2011-11-29 23:36:42 +00:00
Vladimir Prus
183b77dc22
Correct result of double-patching.
...
[SVN r75728]
2011-11-29 16:13:07 +00:00
Vladimir Prus
2bf372b7c4
Make bjam.caller return module name without trailing dot.
...
This makes the behaviour consistent with Jam's builtin for the same
purpose and fixes make_rule.py test.
[SVN r75727]
2011-11-29 16:11:54 +00:00
Beman Dawes
0fde20610d
Bump default compatibility to vc10. The impact is to eliminate warning about use of deprecated compiler switch /Op.
...
[SVN r75725]
2011-11-29 13:17:40 +00:00
Vladimir Prus
013b43bdbb
Initial MSVC support for Boost.Build/Python.
...
Patch from Juraj Ivančić.
[SVN r75722]
2011-11-29 12:03:57 +00:00
Steven Watanabe
3433483e25
Fix cleanup
...
[SVN r75719]
2011-11-29 04:28:27 +00:00
Beman Dawes
aae0a1bc45
Revert prior change while waiting for better fix.
...
[SVN r75692]
2011-11-27 15:46:35 +00:00
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
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
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
9e49582c5c
Fix -Wformat warning.
...
[SVN r75638]
2011-11-23 14:50:15 +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
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
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
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
f747b12767
Use a separate hash table implementation for the strings table.
...
[SVN r75545]
2011-11-18 17:27:28 +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
84b58220af
Enable profiling with gcc
...
[SVN r75512]
2011-11-16 20:11:38 +00:00
Steven Watanabe
7bcd57b821
Fix regression
...
[SVN r75510]
2011-11-16 15:37:15 +00:00
Vladimir Prus
d7e539e68a
Adjust configuration.py to Boost.Build/Python.
...
[SVN r75506]
2011-11-16 13:00:41 +00:00
Vladimir Prus
03e6e5dbac
Replace 'bjam' with 'b2' everywhere
...
[SVN r75504]
2011-11-16 07:57:00 +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
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
889fff3e70
Fix Jamfile loading for Boost.Test.
...
[SVN r75407]
2011-11-08 15:54:54 +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
2b758d22df
Fix ordered_includes test in Python port.
...
[SVN r75111]
2011-10-25 08:40:05 +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
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
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
cfbe629587
Fix generators.override in Python port.
...
[SVN r75033]
2011-10-18 08:58:42 +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
afc3dfda5d
Fix library_path.py in BoostBuild/Python.
...
Patch from Georgy Gritsenko.
[SVN r74912]
2011-10-11 08:22:45 +00:00
Vladimir Prus
ad44bb0d8f
Autodetect Python 2.7 when building Boost.Build engine.
...
[SVN r74660]
2011-10-02 21:02:25 +00:00