Commit Graph

  • 724d1894e2 Convert short paths to long paths on NT. Steven Watanabe 2011-12-05 02:12:55 +0000
  • f97f602a79 Simplify conditional expression. Vladimir Prus 2011-12-04 16:39:47 +0000
  • a30768a083 Simplify conditional expression. Vladimir Prus 2011-12-04 16:39:47 +0000
  • 000b9ece98 Correct operator precedence. Vladimir Prus 2011-12-04 15:43:05 +0000
  • f141139752 Correct operator precedence. Vladimir Prus 2011-12-04 15:43:05 +0000
  • 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. K. Noel Belcourt 2011-12-04 00:08:10 +0000
  • 5f8f5c33e3 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. K. Noel Belcourt 2011-12-04 00:08:10 +0000
  • 00c08ace46 Assert that the hash function works. Steven Watanabe 2011-12-03 20:15:44 +0000
  • d4aa36c963 Assert that the hash function works. Steven Watanabe 2011-12-03 20:15:44 +0000
  • 925eea0270 Remember to clean up. Steven Watanabe 2011-12-03 20:00:18 +0000
  • 12954e5708 Remember to clean up. Steven Watanabe 2011-12-03 20:00:18 +0000
  • 5bb06a8bd3 More thorough asserts. Steven Watanabe 2011-12-03 19:54:28 +0000
  • e730100e50 More thorough asserts. Steven Watanabe 2011-12-03 19:54:28 +0000
  • 8e6bfafdaf Adjust search to find generated targets without regard to case, on NT. Steven Watanabe 2011-12-02 18:49:07 +0000
  • dbe3fdd162 Adjust search to find generated targets without regard to case, on NT. Steven Watanabe 2011-12-02 18:49:07 +0000
  • 296aa95e24 Remove debugging code. Steven Watanabe 2011-12-02 14:55:16 +0000
  • 1c55d06c18 Remove debugging code. Steven Watanabe 2011-12-02 14:55:16 +0000
  • 20be35b9df Clean up down casing paths and usage of short_path_to_long_path. Steven Watanabe 2011-12-02 05:11:10 +0000
  • 83428e2ffb Clean up down casing paths and usage of short_path_to_long_path. Steven Watanabe 2011-12-02 05:11:10 +0000
  • 8c41006d43 Fix @ file support. Steven Watanabe 2011-12-02 04:49:03 +0000
  • d892eade45 Fix @ file support. Steven Watanabe 2011-12-02 04:49:03 +0000
  • 712e2c751e Short circuit test if a file exists, when the name contains a grist. Steven Watanabe 2011-12-01 19:34:06 +0000
  • 6b8cf01ef5 Short circuit test if a file exists, when the name contains a grist. Steven Watanabe 2011-12-01 19:34:06 +0000
  • 477b42b47d Remove the trailing '.' from the module name. Steven Watanabe 2011-12-01 18:07:14 +0000
  • 1e7bc7b8cd Remove the trailing '.' from the module name. Steven Watanabe 2011-12-01 18:07:14 +0000
  • afcd5ad015 Fix printf type error. Steven Watanabe 2011-11-30 16:39:49 +0000
  • 20b680bd94 Fix printf type error. Steven Watanabe 2011-11-30 16:39:49 +0000
  • 2245fcb6ad Fix memory leak on Windows. Steven Watanabe 2011-11-30 15:11:42 +0000
  • 79f5aff9ed Fix memory leak on Windows. Steven Watanabe 2011-11-30 15:11:42 +0000
  • c8480a9cf5 Try to test the language semantics thoroughly Steven Watanabe 2011-11-30 00:06:31 +0000
  • 38e6896000 Try to test the language semantics thoroughly Steven Watanabe 2011-11-30 00:06:31 +0000
  • e53d9ada43 Fix a few test problems on cygwin and mingw Steven Watanabe 2011-11-30 00:03:54 +0000
  • 5a1aca95a5 Fix a few test problems on cygwin and mingw Steven Watanabe 2011-11-30 00:03:54 +0000
  • da9410adc1 Reimplement the interpreter. Steven Watanabe 2011-11-30 00:00:35 +0000
  • a0fe6ff6e0 Reimplement the interpreter. Steven Watanabe 2011-11-30 00:00:35 +0000
  • 0d91e1454b Fix incorrect variable expansion Steven Watanabe 2011-11-29 23:36:42 +0000
  • f3965ff693 Fix incorrect variable expansion Steven Watanabe 2011-11-29 23:36:42 +0000
  • 183b77dc22 Correct result of double-patching. Vladimir Prus 2011-11-29 16:13:07 +0000
  • 1d5d02c16e Correct result of double-patching. Vladimir Prus 2011-11-29 16:13:07 +0000
  • 2bf372b7c4 Make bjam.caller return module name without trailing dot. Vladimir Prus 2011-11-29 16:11:54 +0000
  • 12c74805f5 Make bjam.caller return module name without trailing dot. Vladimir Prus 2011-11-29 16:11:54 +0000
  • 0fde20610d Bump 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
  • f5a168cf21 Bump 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
  • 013b43bdbb Initial MSVC support for Boost.Build/Python. Vladimir Prus 2011-11-29 12:03:57 +0000
  • 7082880737 Initial MSVC support for Boost.Build/Python. Vladimir Prus 2011-11-29 12:03:57 +0000
  • 3433483e25 Fix cleanup Steven Watanabe 2011-11-29 04:28:27 +0000
  • 5c6ea579cf Fix cleanup Steven Watanabe 2011-11-29 04:28:27 +0000
  • aae0a1bc45 Revert prior change while waiting for better fix. Beman Dawes 2011-11-27 15:46:35 +0000
  • 697c018be5 Revert prior change while waiting for better fix. Beman Dawes 2011-11-27 15:46:35 +0000
  • f84317f44e Change 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
  • 9dc8a7a32a Change 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
  • 39e45dbe41 Remove -no-cpp-precomp from darwin toolset. Daniel James 2011-11-25 00:35:35 +0000
  • 058e1e749a Remove -no-cpp-precomp from darwin toolset. Daniel James 2011-11-25 00:35:35 +0000
  • 3e2399f42b Remov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed. Steven Watanabe 2011-11-23 15:32:14 +0000
  • 94691ce67b Remov MAC, VMS, and OS2 support. These were already broken with little chance of being fixed. Steven Watanabe 2011-11-23 15:32:14 +0000
  • 9e49582c5c Fix -Wformat warning. Steven Watanabe 2011-11-23 14:50:15 +0000
  • 052e6249e3 Fix -Wformat warning. Steven Watanabe 2011-11-23 14:50:15 +0000
  • 58fb9d3d3b Fix couple issues in common.py Vladimir Prus 2011-11-23 06:29:08 +0000
  • 20df9cd1e8 Fix couple issues in common.py Vladimir Prus 2011-11-23 06:29:08 +0000
  • ea1a2928d2 Replace 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
  • 70d5029905 Replace 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
  • 52eb370501 Fix a crash when using bjam.caller. Vladimir Prus 2011-11-22 11:20:42 +0000
  • e0e032809a Fix a crash when using bjam.caller. Vladimir Prus 2011-11-22 11:20:42 +0000
  • 564db3ed4c Fix syntax error in Boost.Build/Python. Vladimir Prus 2011-11-18 19:09:12 +0000
  • 6e491345a5 Fix syntax error in Boost.Build/Python. Vladimir Prus 2011-11-18 19:09:12 +0000
  • f747b12767 Use a separate hash table implementation for the strings table. Steven Watanabe 2011-11-18 17:27:28 +0000
  • 64f6c40752 Use a separate hash table implementation for the strings table. Steven Watanabe 2011-11-18 17:27:28 +0000
  • 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. Steven Watanabe 2011-11-16 20:40:39 +0000
  • 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. Steven Watanabe 2011-11-16 20:40:39 +0000
  • 84b58220af Enable profiling with gcc Steven Watanabe 2011-11-16 20:11:38 +0000
  • 090a2cc4cb Enable profiling with gcc Steven Watanabe 2011-11-16 20:11:38 +0000
  • 7bcd57b821 Fix regression Steven Watanabe 2011-11-16 15:37:15 +0000
  • 926e12a499 Fix regression Steven Watanabe 2011-11-16 15:37:15 +0000
  • d7e539e68a Adjust configuration.py to Boost.Build/Python. Vladimir Prus 2011-11-16 13:00:41 +0000
  • aae1eb68cc Adjust configuration.py to Boost.Build/Python. Vladimir Prus 2011-11-16 13:00:41 +0000
  • 03e6e5dbac Replace 'bjam' with 'b2' everywhere Vladimir Prus 2011-11-16 07:57:00 +0000
  • 5f312e9af5 Replace 'bjam' with 'b2' everywhere Vladimir Prus 2011-11-16 07:57:00 +0000
  • 44293826af Pass libraries at the end of command line. Vladimir Prus 2011-11-16 07:54:07 +0000
  • 572f63697a Pass libraries at the end of command line. Vladimir Prus 2011-11-16 07:54:07 +0000
  • 86278a4624 Fix memory leaks. Make sure that newstr and copystr are always used as needed. Steven Watanabe 2011-11-16 03:00:54 +0000
  • e1f9c906cd Fix memory leaks. Make sure that newstr and copystr are always used as needed. Steven Watanabe 2011-11-16 03:00:54 +0000
  • 889fff3e70 Fix Jamfile loading for Boost.Test. Steven Watanabe 2011-11-08 15:54:54 +0000
  • 0428ba2d19 Fix Jamfile loading for Boost.Test. Steven Watanabe 2011-11-08 15:54:54 +0000
  • 7dae6f26d4 Fix PCH support in general and on gcc. Vladimir Prus 2011-11-08 09:06:53 +0000
  • 27d7ecb7cb Fix PCH support in general and on gcc. Vladimir Prus 2011-11-08 09:06:53 +0000
  • 2b758d22df Fix ordered_includes test in Python port. Vladimir Prus 2011-10-25 08:40:05 +0000
  • 14171cad8c Fix ordered_includes test in Python port. Vladimir Prus 2011-10-25 08:40:05 +0000
  • d4c51760cb Fix the functionality of ignoring using config in Python port. Vladimir Prus 2011-10-25 08:26:40 +0000
  • 11dd0796ab Fix the functionality of ignoring using config in Python port. Vladimir Prus 2011-10-25 08:26:40 +0000
  • 38d95bfc4e Fix conditionals_multiple.py test in Boost.Build/Python. Vladimir Prus 2011-10-25 08:05:06 +0000
  • ad87337fb5 Fix conditionals_multiple.py test in Boost.Build/Python. Vladimir Prus 2011-10-25 08:05:06 +0000
  • 6ae9791f9a Fix prebuilt generators. The prebuilt.py test now passes with Python port. Vladimir Prus 2011-10-18 08:59:38 +0000
  • b4563f0efc Fix prebuilt generators. The prebuilt.py test now passes with Python port. Vladimir Prus 2011-10-18 08:59:38 +0000
  • cfbe629587 Fix generators.override in Python port. Vladimir Prus 2011-10-18 08:58:42 +0000
  • de3d820435 Fix generators.override in Python port. Vladimir Prus 2011-10-18 08:58:42 +0000
  • a52f70a901 Adjust the 'prebuilt' test to use the 'os' module, to help Python port. Vladimir Prus 2011-10-18 08:58:06 +0000
  • 04528b6ec7 Adjust the 'prebuilt' test to use the 'os' module, to help Python port. Vladimir Prus 2011-10-18 08:58:06 +0000
  • afc3dfda5d Fix library_path.py in BoostBuild/Python. Vladimir Prus 2011-10-11 08:22:45 +0000
  • 9dde3e0a91 Fix library_path.py in BoostBuild/Python. Vladimir Prus 2011-10-11 08:22:45 +0000
  • ad44bb0d8f Autodetect Python 2.7 when building Boost.Build engine. Vladimir Prus 2011-10-02 21:02:25 +0000