Commit Graph

  • c5c81f7f56 Expand aCC documentation Vladimir Prus 2007-09-18 11:44:13 +0000
  • 9762b1f3dd Expand aCC documentation Vladimir Prus 2007-09-18 11:44:13 +0000
  • 7fa6118e55 A minor optimization to eliminate two OS calls (one to times, one to kill). Now all expired processes are killed in one place. If the select command times out, I set each processes start_time to zero to ensure it is picked up as an expired process. K. Noel Belcourt 2007-09-18 03:27:48 +0000
  • 4870d72e91 A minor optimization to eliminate two OS calls (one to times, one to kill). Now all expired processes are killed in one place. If the select command times out, I set each processes start_time to zero to ensure it is picked up as an expired process. K. Noel Belcourt 2007-09-18 03:27:48 +0000
  • 445da99019 Fix One more obscure way for the timeout to miss processes. K. Noel Belcourt 2007-09-18 02:42:13 +0000
  • 04868e21a2 Fix One more obscure way for the timeout to miss processes. K. Noel Belcourt 2007-09-18 02:42:13 +0000
  • 4468f9e815 Rene found a problem with the code I committed to terminate expired processes. This patch basically causes the select function to return after -l seconds. This gives me a shot at killing processes still running. K. Noel Belcourt 2007-09-17 23:30:57 +0000
  • 70d2f9a567 Rene found a problem with the code I committed to terminate expired processes. This patch basically causes the select function to return after -l seconds. This gives me a shot at killing processes still running. K. Noel Belcourt 2007-09-17 23:30:57 +0000
  • 63c43e0a65 Handle invalid formats of @() as doing a straight substitution instead of erroring out. Rene Rivera 2007-09-17 21:35:58 +0000
  • 30200dfad1 Handle invalid formats of @() as doing a straight substitution instead of erroring out. Rene Rivera 2007-09-17 21:35:58 +0000
  • b0afd67e56 Add test for no-op @() expansion. Rene Rivera 2007-09-17 20:00:18 +0000
  • 2a46723127 Allow to specify version, and explicitly specify the command, when initializing the acc toolset. Vladimir Prus 2007-09-17 19:29:06 +0000
  • a85d38d083 Allow to specify version, and explicitly specify the command, when initializing the acc toolset. Vladimir Prus 2007-09-17 19:29:06 +0000
  • 7bee0360ec Add test of -l limit option now that it's implemented on windows and unix. Rene Rivera 2007-09-17 16:58:10 +0000
  • b19a4d5589 Add internal dependencies for multi-file generating actions to indicate that the targets all only appear when the first target appears. (fixes ticket #431) Rene Rivera 2007-09-17 08:32:24 +0000
  • 1e4f85ff24 Add internal dependencies for multi-file generating actions to indicate that the targets all only appear when the first target appears. (fixes ticket #431) Rene Rivera 2007-09-17 08:32:24 +0000
  • 9685e0489f Really fix missing INT_MAX declaration. And fix pma.jam test on Unix. Rene Rivera 2007-09-17 00:54:20 +0000
  • 8a8cb0f0d9 Really fix missing INT_MAX declaration. And fix pma.jam test on Unix. Rene Rivera 2007-09-17 00:54:20 +0000
  • a13eb14a1c Add test for ticket #431. Rene Rivera 2007-09-17 00:44:16 +0000
  • df836c6bd9 Added missing #include <utility> and qualified make_pair with std:: to library_status.cpp. K. Noel Belcourt 2007-09-17 00:27:37 +0000
  • 0ab51f6341 Added missing #include <utility> and qualified make_pair with std:: to library_status.cpp. K. Noel Belcourt 2007-09-17 00:27:37 +0000
  • f0a4613cf9 Fix undeclared INT_MAX on some platforms, i.e. Linux. Rene Rivera 2007-09-16 22:13:02 +0000
  • a0275aa3c6 Fix undeclared INT_MAX on some platforms, i.e. Linux. Rene Rivera 2007-09-16 22:13:02 +0000
  • acb224e465 Define OSPLAT var unconditionally, and more generically, when possible. (fixes #798) Rene Rivera 2007-09-16 21:55:02 +0000
  • 6832a395a9 Define OSPLAT var unconditionally, and more generically, when possible. (fixes #798) Rene Rivera 2007-09-16 21:55:02 +0000
  • 1859f9fb44 Implement @() expansion during parse phase. (fixes #721) Rene Rivera 2007-09-16 21:35:19 +0000
  • a0cea58bba Implement @() expansion during parse phase. (fixes #721) Rene Rivera 2007-09-16 21:35:19 +0000
  • 2f178b0841 Call the correct subjam file. Rene Rivera 2007-09-15 04:33:32 +0000
  • a5777c5893 Remove acc_pa_risc.jam. Given that it's a copy of acc.jam with only toolset name changed, I see no point in having this file. Vladimir Prus 2007-09-14 15:30:42 +0000
  • 913ad3ded4 Remove acc_pa_risc.jam. Given that it's a copy of acc.jam with only toolset name changed, I see no point in having this file. Vladimir Prus 2007-09-14 15:30:42 +0000
  • 074a8759f1 * gcc.jam (init-link-flags): Add missing 'unchecked'. This was breaking intel. Vladimir Prus 2007-09-14 15:28:13 +0000
  • 856a41141e * gcc.jam (init-link-flags): Add missing 'unchecked'. This was breaking intel. Vladimir Prus 2007-09-14 15:28:13 +0000
  • 9af56e0e97 Don't run gcc_runtime test on msvc Vladimir Prus 2007-09-11 19:36:48 +0000
  • 8ee55c0651 Don't run gcc_runtime test on msvc Vladimir Prus 2007-09-11 19:36:48 +0000
  • de592346b0 * BoostBuild.py (wait_for_time_change): Wait for more serious time change, in order to fix sporadic dependency_test failures. Vladimir Prus 2007-09-11 19:17:49 +0000
  • 47883c1710 * BoostBuild.py (wait_for_time_change): Wait for more serious time change, in order to fix sporadic dependency_test failures. Vladimir Prus 2007-09-11 19:17:49 +0000
  • 3bac4643ae Don't try to apply --build-dir to standalone projects. Fixes build_dir test failure on linux. Vladimir Prus 2007-09-11 19:16:06 +0000
  • ef24b573cf Don't try to apply --build-dir to standalone projects. Fixes build_dir test failure on linux. Vladimir Prus 2007-09-11 19:16:06 +0000
  • f09fd1a197 Record failure reason when we fail to open a file. Vladimir Prus 2007-09-08 17:10:26 +0000
  • bcc1770d08 Record failure reason when we fail to open a file. Vladimir Prus 2007-09-08 17:10:26 +0000
  • 3fac77c14d Fix the rebuilds test on linux. * BoostBuild.py (wait_for_time_change): Use floor, to avoid waiting 0.5 seconds. * rebuilds.py: Wait for time change as necessary. Vladimir Prus 2007-09-08 16:24:50 +0000
  • c349da3998 Fix the rebuilds test on linux. * BoostBuild.py (wait_for_time_change): Use floor, to avoid waiting 0.5 seconds. * rebuilds.py: Wait for time change as necessary. Vladimir Prus 2007-09-08 16:24:50 +0000
  • 8edaa3e0f1 Print test results summary at the end Vladimir Prus 2007-09-08 00:26:18 +0000
  • faedb8b0ef Print test results summary at the end Vladimir Prus 2007-09-08 00:26:18 +0000
  • a14761fd47 Fix remove_requirements test. I have no idea how it could have passed as-is. Vladimir Prus 2007-09-08 00:15:23 +0000
  • 526f85c280 Fix remove_requirements test. I have no idea how it could have passed as-is. Vladimir Prus 2007-09-08 00:15:23 +0000
  • 259e5a2843 Implement --ignore-toolset-requirements and set in during testing. Vladimir Prus 2007-09-07 23:59:54 +0000
  • 44298f02c7 Implement --ignore-toolset-requirements and set in during testing. Vladimir Prus 2007-09-07 23:59:54 +0000
  • bb89e5142f Make it work Vladimir Prus 2007-09-07 23:59:10 +0000
  • 216e84fba9 Make it work Vladimir Prus 2007-09-07 23:59:10 +0000
  • 7fd3402b2f Undo #38702, which fixes alternative.py on linux. Real fix for win coming soon. Vladimir Prus 2007-09-07 23:51:07 +0000
  • 109fba60a0 Undo #38702, which fixes alternative.py on linux. Real fix for win coming soon. Vladimir Prus 2007-09-07 23:51:07 +0000
  • 7663d860e2 Make output from test run nicer, and more structured. In future, we might be able to generate XML, or any other voodoo we want. Vladimir Prus 2007-09-07 23:18:20 +0000
  • 28f5cfdd14 Make output from test run nicer, and more structured. In future, we might be able to generate XML, or any other voodoo we want. Vladimir Prus 2007-09-07 23:18:20 +0000
  • 2e36b14c26 Adjust faq entry about targets in site-config.jam Vladimir Prus 2007-09-07 21:34:27 +0000
  • 42bc94fdc5 Adjust faq entry about targets in site-config.jam Vladimir Prus 2007-09-07 21:34:27 +0000
  • a568cc7006 Boost.Build V2 toolset for the HP aC++ compiler on PA-RISC Boris Gubenko 2007-09-05 23:43:40 +0000
  • 840201ae89 Boost.Build V2 toolset for the HP aC++ compiler on PA-RISC Boris Gubenko 2007-09-05 23:43:40 +0000
  • 9cefb72cc7 Remove unnecessary line Vladimir Prus 2007-09-05 08:03:17 +0000
  • 59b793fdc2 Remove unnecessary line Vladimir Prus 2007-09-05 08:03:17 +0000
  • f9feb61242 Unbreak the gcc_runtime test Vladimir Prus 2007-09-04 20:29:56 +0000
  • 7cbb1b9b42 Unbreak the gcc_runtime test Vladimir Prus 2007-09-04 20:29:56 +0000
  • 692f1fc20a Allow to print the tree delta to any file. Vladimir Prus 2007-09-04 20:26:19 +0000
  • 258f36f179 Allow to print the tree delta to any file. Vladimir Prus 2007-09-04 20:26:19 +0000
  • 05c93e4d3c Make use of gnu ld's -Bstatic and -Bdynamic switches to choose order of libraries searched by -l switch. Roland Schwarz 2007-09-03 19:38:40 +0000
  • b3ec4fc36d Make use of gnu ld's -Bstatic and -Bdynamic switches to choose order of libraries searched by -l switch. Roland Schwarz 2007-09-03 19:38:40 +0000
  • 5d6be523a2 Changed library naming convention for mingw and cygwin. For details see comment in file. Also should resolve Ticket #1058 . Roland Schwarz 2007-09-02 18:37:14 +0000
  • 793f19ac11 Changed library naming convention for mingw and cygwin. For details see comment in file. Also should resolve Ticket #1058 . Roland Schwarz 2007-09-02 18:37:14 +0000
  • 42c9e46f9e Previously, I've accidentally committed a patch to make <tag> affect names of searched libraries. This commit greatly simplifies that. Vladimir Prus 2007-09-01 22:10:46 +0000
  • c2db8be793 Previously, I've accidentally committed a patch to make <tag> affect names of searched libraries. This commit greatly simplifies that. Vladimir Prus 2007-09-01 22:10:46 +0000
  • aef14d8748 Make free features on the command line affect all targets, not just directly requested ones. Vladimir Prus 2007-09-01 21:46:09 +0000
  • cd3fd6b171 Make free features on the command line affect all targets, not just directly requested ones. Vladimir Prus 2007-09-01 21:46:09 +0000
  • 4f5947ca91 Fix glob excludes in subdirectories. Vladimir Prus 2007-09-01 20:28:42 +0000
  • 02a6e3ad65 Fix glob excludes in subdirectories. Vladimir Prus 2007-09-01 20:28:42 +0000
  • 566764c705 Initial support for defining action body from Python. Vladimir Prus 2007-09-01 08:55:35 +0000
  • 79e71a3d0c Initial support for defining action body from Python. Vladimir Prus 2007-09-01 08:55:35 +0000
  • 5468d5f070 Another fix Vladimir Prus 2007-08-27 07:00:18 +0000
  • 2726f4b86a Another fix Vladimir Prus 2007-08-27 07:00:18 +0000
  • d28fe36c96 Another svnversion fix Vladimir Prus 2007-08-27 06:41:18 +0000
  • 565c34df47 Another svnversion fix Vladimir Prus 2007-08-27 06:41:18 +0000
  • 4510d05f55 Run svnversion before modifying anything Vladimir Prus 2007-08-27 06:30:56 +0000
  • a9f0d8f23a Run svnversion before modifying anything Vladimir Prus 2007-08-27 06:30:56 +0000
  • a51a53d5fa Run svnversion before removing .svn Vladimir Prus 2007-08-27 06:18:11 +0000
  • ce9e971b3e Run svnversion before removing .svn Vladimir Prus 2007-08-27 06:18:11 +0000
  • 013107971f Make rm try the glob_file in addition to regular glob. Clears alternatives and project_glob failures on windows. Rene Rivera 2007-08-26 19:24:13 +0000
  • eeede1435d Make rm try the glob_file in addition to regular glob. Clears alternatives and project_glob failures on windows. Rene Rivera 2007-08-26 19:24:13 +0000
  • a886d87ce9 Fix quoting. Remove .svn directories Vladimir Prus 2007-08-26 18:32:21 +0000
  • 998cf486f6 Fix quoting. Remove .svn directories Vladimir Prus 2007-08-26 18:32:21 +0000
  • 98b331d2b8 Include svn revision in nightly build Vladimir Prus 2007-08-26 17:23:03 +0000
  • 55baa6e2c5 Include svn revision in nightly build Vladimir Prus 2007-08-26 17:23:03 +0000
  • 578f6bd326 Use SVN for nightly builds Vladimir Prus 2007-08-26 17:15:51 +0000
  • 717d17f49a Use SVN for nightly builds Vladimir Prus 2007-08-26 17:15:51 +0000
  • 4d930c37a0 Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't. Rene Rivera 2007-08-26 16:16:38 +0000
  • 3cee40793a Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't. Rene Rivera 2007-08-26 16:16:38 +0000
  • a25f561bab Read expected files with universal EOL translation enabled to account for comparing with newline only Python strings. Rene Rivera 2007-08-26 16:14:44 +0000
  • 1f9e521532 Read expected files with universal EOL translation enabled to account for comparing with newline only Python strings. Rene Rivera 2007-08-26 16:14:44 +0000
  • 581361c1fd Revert mistaken commit Vladimir Prus 2007-08-25 04:36:02 +0000
  • 56b84b3330 Revert mistaken commit Vladimir Prus 2007-08-25 04:36:02 +0000
  • 1da1fa9aee Use -KPIC for shared libs. Addresses #1186. Vladimir Prus 2007-08-25 04:34:31 +0000
  • cdc5204212 Use -KPIC for shared libs. Addresses #1186. Vladimir Prus 2007-08-25 04:34:31 +0000