724d1894e2Convert short paths to long paths on NT.
Steven Watanabe
2011-12-05 02:12:55 +0000
f97f602a79Simplify conditional expression.
Vladimir Prus
2011-12-04 16:39:47 +0000
a30768a083Simplify conditional expression.
Vladimir Prus
2011-12-04 16:39:47 +0000
000b9ece98Correct operator precedence.
Vladimir Prus
2011-12-04 15:43:05 +0000
f141139752Correct operator precedence.
Vladimir Prus
2011-12-04 15:43:05 +0000
a3364c6415Reduce optimization using Sun compiler when building bjam (remove -fast and replace -xO4 with -xO3). Compiler is unable to handle Steve's recent code refactor.
K. Noel Belcourt
2011-12-04 00:08:10 +0000
5f8f5c33e3Reduce optimization using Sun compiler when building bjam (remove -fast and replace -xO4 with -xO3). Compiler is unable to handle Steve's recent code refactor.
K. Noel Belcourt
2011-12-04 00:08:10 +0000
00c08ace46Assert that the hash function works.
Steven Watanabe
2011-12-03 20:15:44 +0000
d4aa36c963Assert that the hash function works.
Steven Watanabe
2011-12-03 20:15:44 +0000
925eea0270Remember to clean up.
Steven Watanabe
2011-12-03 20:00:18 +0000
12954e5708Remember to clean up.
Steven Watanabe
2011-12-03 20:00:18 +0000
5bb06a8bd3More thorough asserts.
Steven Watanabe
2011-12-03 19:54:28 +0000
e730100e50More thorough asserts.
Steven Watanabe
2011-12-03 19:54:28 +0000
8e6bfafdafAdjust search to find generated targets without regard to case, on NT.
Steven Watanabe
2011-12-02 18:49:07 +0000
dbe3fdd162Adjust search to find generated targets without regard to case, on NT.
Steven Watanabe
2011-12-02 18:49:07 +0000
296aa95e24Remove debugging code.
Steven Watanabe
2011-12-02 14:55:16 +0000
1c55d06c18Remove debugging code.
Steven Watanabe
2011-12-02 14:55:16 +0000
20be35b9dfClean up down casing paths and usage of short_path_to_long_path.
Steven Watanabe
2011-12-02 05:11:10 +0000
83428e2ffbClean up down casing paths and usage of short_path_to_long_path.
Steven Watanabe
2011-12-02 05:11:10 +0000
8c41006d43Fix @ file support.
Steven Watanabe
2011-12-02 04:49:03 +0000
d892eade45Fix @ file support.
Steven Watanabe
2011-12-02 04:49:03 +0000
712e2c751eShort circuit test if a file exists, when the name contains a grist.
Steven Watanabe
2011-12-01 19:34:06 +0000
6b8cf01ef5Short circuit test if a file exists, when the name contains a grist.
Steven Watanabe
2011-12-01 19:34:06 +0000
477b42b47dRemove the trailing '.' from the module name.
Steven Watanabe
2011-12-01 18:07:14 +0000
1e7bc7b8cdRemove the trailing '.' from the module name.
Steven Watanabe
2011-12-01 18:07:14 +0000
afcd5ad015Fix printf type error.
Steven Watanabe
2011-11-30 16:39:49 +0000
20b680bd94Fix printf type error.
Steven Watanabe
2011-11-30 16:39:49 +0000
2245fcb6adFix memory leak on Windows.
Steven Watanabe
2011-11-30 15:11:42 +0000
79f5aff9edFix memory leak on Windows.
Steven Watanabe
2011-11-30 15:11:42 +0000
c8480a9cf5Try to test the language semantics thoroughly
Steven Watanabe
2011-11-30 00:06:31 +0000
38e6896000Try to test the language semantics thoroughly
Steven Watanabe
2011-11-30 00:06:31 +0000
e53d9ada43Fix a few test problems on cygwin and mingw
Steven Watanabe
2011-11-30 00:03:54 +0000
5a1aca95a5Fix a few test problems on cygwin and mingw
Steven Watanabe
2011-11-30 00:03:54 +0000
da9410adc1Reimplement the interpreter.
Steven Watanabe
2011-11-30 00:00:35 +0000
a0fe6ff6e0Reimplement the interpreter.
Steven Watanabe
2011-11-30 00:00:35 +0000
0d91e1454bFix incorrect variable expansion
Steven Watanabe
2011-11-29 23:36:42 +0000
f3965ff693Fix incorrect variable expansion
Steven Watanabe
2011-11-29 23:36:42 +0000
183b77dc22Correct result of double-patching.
Vladimir Prus
2011-11-29 16:13:07 +0000
1d5d02c16eCorrect result of double-patching.
Vladimir Prus
2011-11-29 16:13:07 +0000
2bf372b7c4Make bjam.caller return module name without trailing dot.
Vladimir Prus
2011-11-29 16:11:54 +0000
12c74805f5Make bjam.caller return module name without trailing dot.
Vladimir Prus
2011-11-29 16:11:54 +0000
0fde20610dBump default compatibility to vc10. The impact is to eliminate warning about use of deprecated compiler switch /Op.
Beman Dawes
2011-11-29 13:17:40 +0000
f5a168cf21Bump default compatibility to vc10. The impact is to eliminate warning about use of deprecated compiler switch /Op.
Beman Dawes
2011-11-29 13:17:40 +0000
013b43bdbbInitial MSVC support for Boost.Build/Python.
Vladimir Prus
2011-11-29 12:03:57 +0000
7082880737Initial MSVC support for Boost.Build/Python.
Vladimir Prus
2011-11-29 12:03:57 +0000
3433483e25Fix cleanup
Steven Watanabe
2011-11-29 04:28:27 +0000
5c6ea579cfFix cleanup
Steven Watanabe
2011-11-29 04:28:27 +0000
aae0a1bc45Revert prior change while waiting for better fix.
Beman Dawes
2011-11-27 15:46:35 +0000
697c018be5Revert prior change while waiting for better fix.
Beman Dawes
2011-11-27 15:46:35 +0000
f84317f44eChange deprecated /Op option to its replacement, /fp:precise. This quiets a warning from the Intel compiler, which uses the msvc toolset.
Beman Dawes
2011-11-27 12:50:00 +0000
9dc8a7a32aChange deprecated /Op option to its replacement, /fp:precise. This quiets a warning from the Intel compiler, which uses the msvc toolset.
Beman Dawes
2011-11-27 12:50:00 +0000
39e45dbe41Remove -no-cpp-precomp from darwin toolset.
Daniel James
2011-11-25 00:35:35 +0000
058e1e749aRemove -no-cpp-precomp from darwin toolset.
Daniel James
2011-11-25 00:35:35 +0000
3e2399f42bRemov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed.
Steven Watanabe
2011-11-23 15:32:14 +0000
94691ce67bRemov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed.
Steven Watanabe
2011-11-23 15:32:14 +0000
9e49582c5cFix -Wformat warning.
Steven Watanabe
2011-11-23 14:50:15 +0000
052e6249e3Fix -Wformat warning.
Steven Watanabe
2011-11-23 14:50:15 +0000
58fb9d3d3bFix couple issues in common.py
Vladimir Prus
2011-11-23 06:29:08 +0000
20df9cd1e8Fix couple issues in common.py
Vladimir Prus
2011-11-23 06:29:08 +0000
ea1a2928d2Replace newstr with object. Use OBJECT * instead of char *. Fix a few bugs uncovered by the better typechecking.
Steven Watanabe
2011-11-22 23:04:09 +0000
70d5029905Replace newstr with object. Use OBJECT * instead of char *. Fix a few bugs uncovered by the better typechecking.
Steven Watanabe
2011-11-22 23:04:09 +0000
52eb370501Fix a crash when using bjam.caller.
Vladimir Prus
2011-11-22 11:20:42 +0000
e0e032809aFix a crash when using bjam.caller.
Vladimir Prus
2011-11-22 11:20:42 +0000
564db3ed4cFix syntax error in Boost.Build/Python.
Vladimir Prus
2011-11-18 19:09:12 +0000
6e491345a5Fix syntax error in Boost.Build/Python.
Vladimir Prus
2011-11-18 19:09:12 +0000
f747b12767Use a separate hash table implementation for the strings table.
Steven Watanabe
2011-11-18 17:27:28 +0000
64f6c40752Use a separate hash table implementation for the strings table.
Steven Watanabe
2011-11-18 17:27:28 +0000
85bebfff7aBetter 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.
Steven Watanabe
2011-11-16 20:40:39 +0000
8b9846315cBetter 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.
Steven Watanabe
2011-11-16 20:40:39 +0000
84b58220afEnable profiling with gcc
Steven Watanabe
2011-11-16 20:11:38 +0000
090a2cc4cbEnable profiling with gcc
Steven Watanabe
2011-11-16 20:11:38 +0000
7bcd57b821Fix regression
Steven Watanabe
2011-11-16 15:37:15 +0000
926e12a499Fix regression
Steven Watanabe
2011-11-16 15:37:15 +0000
d7e539e68aAdjust configuration.py to Boost.Build/Python.
Vladimir Prus
2011-11-16 13:00:41 +0000
aae1eb68ccAdjust configuration.py to Boost.Build/Python.
Vladimir Prus
2011-11-16 13:00:41 +0000
03e6e5dbacReplace 'bjam' with 'b2' everywhere
Vladimir Prus
2011-11-16 07:57:00 +0000
5f312e9af5Replace 'bjam' with 'b2' everywhere
Vladimir Prus
2011-11-16 07:57:00 +0000
44293826afPass libraries at the end of command line.
Vladimir Prus
2011-11-16 07:54:07 +0000
572f63697aPass libraries at the end of command line.
Vladimir Prus
2011-11-16 07:54:07 +0000
86278a4624Fix memory leaks. Make sure that newstr and copystr are always used as needed.
Steven Watanabe
2011-11-16 03:00:54 +0000
e1f9c906cdFix memory leaks. Make sure that newstr and copystr are always used as needed.
Steven Watanabe
2011-11-16 03:00:54 +0000
889fff3e70Fix Jamfile loading for Boost.Test.
Steven Watanabe
2011-11-08 15:54:54 +0000
0428ba2d19Fix Jamfile loading for Boost.Test.
Steven Watanabe
2011-11-08 15:54:54 +0000
7dae6f26d4Fix PCH support in general and on gcc.
Vladimir Prus
2011-11-08 09:06:53 +0000
27d7ecb7cbFix PCH support in general and on gcc.
Vladimir Prus
2011-11-08 09:06:53 +0000
2b758d22dfFix ordered_includes test in Python port.
Vladimir Prus
2011-10-25 08:40:05 +0000
14171cad8cFix ordered_includes test in Python port.
Vladimir Prus
2011-10-25 08:40:05 +0000
d4c51760cbFix the functionality of ignoring using config in Python port.
Vladimir Prus
2011-10-25 08:26:40 +0000
11dd0796abFix the functionality of ignoring using config in Python port.
Vladimir Prus
2011-10-25 08:26:40 +0000
38d95bfc4eFix conditionals_multiple.py test in Boost.Build/Python.
Vladimir Prus
2011-10-25 08:05:06 +0000
ad87337fb5Fix conditionals_multiple.py test in Boost.Build/Python.
Vladimir Prus
2011-10-25 08:05:06 +0000
6ae9791f9aFix prebuilt generators. The prebuilt.py test now passes with Python port.
Vladimir Prus
2011-10-18 08:59:38 +0000
b4563f0efcFix prebuilt generators. The prebuilt.py test now passes with Python port.
Vladimir Prus
2011-10-18 08:59:38 +0000
cfbe629587Fix generators.override in Python port.
Vladimir Prus
2011-10-18 08:58:42 +0000
de3d820435Fix generators.override in Python port.
Vladimir Prus
2011-10-18 08:58:42 +0000
a52f70a901Adjust the 'prebuilt' test to use the 'os' module, to help Python port.
Vladimir Prus
2011-10-18 08:58:06 +0000
04528b6ec7Adjust the 'prebuilt' test to use the 'os' module, to help Python port.
Vladimir Prus
2011-10-18 08:58:06 +0000
afc3dfda5dFix library_path.py in BoostBuild/Python.
Vladimir Prus
2011-10-11 08:22:45 +0000
9dde3e0a91Fix library_path.py in BoostBuild/Python.
Vladimir Prus
2011-10-11 08:22:45 +0000
ad44bb0d8fAutodetect Python 2.7 when building Boost.Build engine.
Vladimir Prus
2011-10-02 21:02:25 +0000