Commit Graph

  • 5b78d3d117 Remove mention of "jam.exe", that's no longer is built. Vladimir Prus 2005-07-22 12:42:20 +0000
  • 24c5f2114d Remove mention of "jam.exe", that's no longer is built. Vladimir Prus 2005-07-22 12:42:20 +0000
  • 440cfe9104 Fix missing import. Vladimir Prus 2005-07-21 13:35:43 +0000
  • 829518cd8a Fix missing import. Vladimir Prus 2005-07-21 13:35:43 +0000
  • 473777ae70 Fix uninitialized in/out param for getting the registry value. Thanks to Alexey Pakhunov for the patch. Rene Rivera 2005-07-17 16:09:33 +0000
  • 7442359c21 Fix uninitialized in/out param for getting the registry value. Thanks to Alexey Pakhunov for the patch. Rene Rivera 2005-07-17 16:09:33 +0000
  • f11dd93a55 Call the right setup script for newer versions. Dave Abrahams 2005-07-16 03:23:40 +0000
  • d3dcd6731f Remove debug output. Rene Rivera 2005-07-15 14:43:43 +0000
  • fd5314193e Use os.environ, and remove the "reconstruct spaces" hack. Vladimir Prus 2005-07-15 13:35:58 +0000
  • 3d8ab20f6d Use os.environ, and remove the "reconstruct spaces" hack. Vladimir Prus 2005-07-15 13:35:58 +0000
  • 251d6d98fd Improved MacOS X support for -fcoalesce-templates. Check for result of gcc --dumpversion when deciding if we're using 4.0 or not. Vladimir Prus 2005-07-15 13:31:13 +0000
  • e7a2eff161 Improved MacOS X support for -fcoalesce-templates. Check for result of gcc --dumpversion when deciding if we're using 4.0 or not. Vladimir Prus 2005-07-15 13:31:13 +0000
  • 21edf912a0 Add "--no-objcopy" option to turn unconditionally turn off use of the binutls/objcopy program as part of the compile actions. Rene Rivera 2005-07-14 16:08:25 +0000
  • e3265fe6db Docs for the SHELL builtin. Vladimir Prus 2005-07-14 08:59:24 +0000
  • b6e5510d5f Docs for the SHELL builtin. Vladimir Prus 2005-07-14 08:59:24 +0000
  • 328a8bba20 Add SHELL, execute command an capture output, builtin. Original work from Craig Rodrigues, implemented slightly modified. Rene Rivera 2005-07-13 04:26:01 +0000
  • 42ebfffce8 Add SHELL, execute command an capture output, builtin. Original work from Craig Rodrigues, implemented slightly modified. Rene Rivera 2005-07-13 04:26:01 +0000
  • eb2c12a430 Added define for unix, which is defined on Tru64 4.0F but not on Tru64 5.1. Markus Schöpflin 2005-07-07 09:27:19 +0000
  • c675d1d332 Added define for unix, which is defined on Tru64 4.0F but not on Tru64 5.1. Markus Schöpflin 2005-07-07 09:27:19 +0000
  • f1a9faf2a7 Removed quotes around the command to run in echo_run(), because this was causing the build to fail in the second stage on Tru64 4.0F. It seems like bjam tried to build the target " " or something like that. Markus Schöpflin 2005-07-07 09:23:34 +0000
  • 79a2641feb Removed quotes around the command to run in echo_run(), because this was causing the build to fail in the second stage on Tru64 4.0F. It seems like bjam tried to build the target " " or something like that. Markus Schöpflin 2005-07-07 09:23:34 +0000
  • a57c6910ab Fixed 'command -v' usage and added test for OSF1. Markus Schöpflin 2005-07-07 08:36:39 +0000
  • 1a97191fe7 Fixed 'command -v' usage and added test for OSF1. Markus Schöpflin 2005-07-07 08:36:39 +0000
  • ddea68498e added creation of shared libraries Toon Knapen 2005-07-05 08:47:55 +0000
  • 394b351f46 added creation of shared libraries Toon Knapen 2005-07-05 08:47:55 +0000
  • 1f340a281e added action to link shared libraries Toon Knapen 2005-06-30 14:42:05 +0000
  • 3bece8cd6d added action to link shared libraries Toon Knapen 2005-06-30 14:42:05 +0000
  • 9c34952dae Attempt to unbreak response file support in cw.jam. Vladimir Prus 2005-06-28 09:35:45 +0000
  • 1229cb4af9 Attempt to unbreak response file support in cw.jam. Vladimir Prus 2005-06-28 09:35:45 +0000
  • d75e3021e9 Add forgotten file Vladimir Prus 2005-06-27 12:53:32 +0000
  • 4ec68a26ea Add forgotten file Vladimir Prus 2005-06-27 12:53:32 +0000
  • 16ac2dc349 New convenience rule package.install. Use that rule in top-level Jamfile.v2. Introduce new top-level Jamfile rule 'boost-install'. Use it in date_time, other libraries to follow soon. Vladimir Prus 2005-06-27 12:37:47 +0000
  • 3362aaae85 New convenience rule package.install. Use that rule in top-level Jamfile.v2. Introduce new top-level Jamfile rule 'boost-install'. Use it in date_time, other libraries to follow soon. Vladimir Prus 2005-06-27 12:37:47 +0000
  • 08b36b749e Unbreak <install-source-root> when building from subdirectories. Vladimir Prus 2005-06-27 12:19:50 +0000
  • 1f5750af86 Unbreak <install-source-root> when building from subdirectories. Vladimir Prus 2005-06-27 12:19:50 +0000
  • 6e00485b35 Remove unused rule 'basic-target.sources'. Vladimir Prus 2005-06-27 10:21:11 +0000
  • 1e09d2d462 Remove unused rule 'basic-target.sources'. Vladimir Prus 2005-06-27 10:21:11 +0000
  • f8ee9d02f9 Allow multiple pyd files to be tested. Dave Abrahams 2005-06-25 12:55:02 +0000
  • 14d041360c Kill off bogus targets created by Python testing; these were causing white squares in test results. Dave Abrahams 2005-06-25 00:29:50 +0000
  • a7e8dcb8e5 Suppress dumb warnings Dave Abrahams 2005-06-24 15:38:56 +0000
  • f843c47eb7 Suppress dumb warnings Dave Abrahams 2005-06-24 15:38:56 +0000
  • 36eb4c8723 New build-system.location rule. Vladimir Prus 2005-06-24 11:24:24 +0000
  • 83088b827b New build-system.location rule. Vladimir Prus 2005-06-24 11:24:24 +0000
  • 8091df49bb link-runtime -> runtime-link. Vladimir Prus 2005-06-24 09:42:16 +0000
  • 0151bcfbb3 link-runtime -> runtime-link. Vladimir Prus 2005-06-24 09:42:16 +0000
  • 25b48d95e0 Handle the case when 'command' doesn't support the -v option. Rene Rivera 2005-06-23 18:02:55 +0000
  • 93833a71d6 Handle the case when 'command' doesn't support the -v option. Rene Rivera 2005-06-23 18:02:55 +0000
  • ea46f36d69 Replace "whence" with "command" as that is more widely available. Rene Rivera 2005-06-22 13:59:39 +0000
  • 4b64a5cbc7 Replace "whence" with "command" as that is more widely available. Rene Rivera 2005-06-22 13:59:39 +0000
  • 08091f76b0 Fix 'break' emulation. Inside "for local x in $(list)", changing 'list' does not terminate the loop. Vladimir Prus 2005-06-22 13:17:20 +0000
  • 33bbd474c1 Fix 'break' emulation. Inside "for local x in $(list)", changing 'list' does not terminate the loop. Vladimir Prus 2005-06-22 13:17:20 +0000
  • 934212a32e Fix so that compiling with CW/metrowerks works again. Rene Rivera 2005-06-19 19:39:53 +0000
  • db8403c38a Fix so that compiling with CW/metrowerks works again. Rene Rivera 2005-06-19 19:39:53 +0000
  • c7eb3cf7ee Fix space split problem for COMO_PATH. Rene Rivera 2005-06-19 12:48:11 +0000
  • 16fb054b25 Reversed changes to revision 1.51 Victor A. Wagner Jr. 2005-06-18 04:33:11 +0000
  • f8b3ba4bf6 Fix the dynamic library path variables on OSX. Vladimir Prus 2005-06-17 09:06:57 +0000
  • aac83264a3 Fix the dynamic library path variables on OSX. Vladimir Prus 2005-06-17 09:06:57 +0000
  • 3172511b4b Changed the compilation mode from ansi to strict ansi. This fixes the problem with function template overload resolution but might introduce others where the compiler now is too strict. Markus Schöpflin 2005-06-16 14:48:45 +0000
  • ae8766c287 Remove the call to 'property.validate' that use to prevent undeclared feature values in requirements. That is: Vladimir Prus 2005-06-16 10:59:03 +0000
  • b205eae066 Remove the call to 'property.validate' that use to prevent undeclared feature values in requirements. That is: Vladimir Prus 2005-06-16 10:59:03 +0000
  • 03dc36c02e Kill the "using independent target" warning. Vladimir Prus 2005-06-16 10:19:09 +0000
  • 6a074a1c81 Kill the "using independent target" warning. Vladimir Prus 2005-06-16 10:19:09 +0000
  • d5ad4c4307 Make borland really work under cygwin, especially when borland install path has spaces. Vladimir Prus 2005-06-16 09:38:45 +0000
  • 46f2825300 Make borland really work under cygwin, especially when borland install path has spaces. Vladimir Prus 2005-06-16 09:38:45 +0000
  • d35853f3d1 Don't add "lib" prefix if there's already "lib" prefix. Adjust paremeter list of 'notfile-target.__init__'. Vladimir Prus 2005-06-16 09:23:33 +0000
  • 2f97fb3eb7 Don't add "lib" prefix if there's already "lib" prefix. Adjust paremeter list of 'notfile-target.__init__'. Vladimir Prus 2005-06-16 09:23:33 +0000
  • 4b263b0775 Use common.rm-command instead of hardcoded 'del' for removing response files. Vladimir Prus 2005-06-16 08:37:53 +0000
  • 4b321e17fe Use common.rm-command instead of hardcoded 'del' for removing response files. Vladimir Prus 2005-06-16 08:37:53 +0000
  • 6e5772545e Add the 'notfile' target. Vladimir Prus 2005-06-16 08:24:01 +0000
  • 68d3b8f280 Add the 'notfile' target. Vladimir Prus 2005-06-16 08:24:01 +0000
  • 2220853307 Fix an error when a 'install' target has another 'install' target in sources. Vladimir Prus 2005-06-16 07:47:22 +0000
  • 4e81e3fc1c Fix an error when a 'install' target has another 'install' target in sources. Vladimir Prus 2005-06-16 07:47:22 +0000
  • fa7edfe511 Automatically prepend "lib" prefix to LIB targets on Unix. Vladimir Prus 2005-06-16 07:24:16 +0000
  • 3a7327a605 Automatically prepend "lib" prefix to LIB targets on Unix. Vladimir Prus 2005-06-16 07:24:16 +0000
  • be11700f98 fixed previous patch Joaquín M. López Muñoz 2005-06-16 07:11:39 +0000
  • a98050f654 Remove ambiguity between builtin.lib-generator and builtin.prebuilt. Vladimir Prus 2005-06-16 06:29:30 +0000
  • f99f815c17 Remove ambiguity between builtin.lib-generator and builtin.prebuilt. Vladimir Prus 2005-06-16 06:29:30 +0000
  • 568ed02cea Unbreak searched libraries for a number of toolsets. Vladimir Prus 2005-06-16 05:49:39 +0000
  • 6c5474814c Unbreak searched libraries for a number of toolsets. Vladimir Prus 2005-06-16 05:49:39 +0000
  • 6fde1328a8 Unbreak searched libs with intel toolset Vladimir Prus 2005-06-16 05:45:46 +0000
  • 62e115dcc9 Unbreak searched libs with intel toolset Vladimir Prus 2005-06-16 05:45:46 +0000
  • d9ce0e54a9 Remove tabs Vladimir Prus 2005-06-15 13:27:19 +0000
  • 85e79d010b Remove tabs Vladimir Prus 2005-06-15 13:27:19 +0000
  • 792cf4ac64 Allow "bjam some_directory" to work even if there's no Jamfile in ".". Vladimir Prus 2005-06-15 13:26:37 +0000
  • d7bdc38c6c Allow "bjam some_directory" to work even if there's no Jamfile in ".". Vladimir Prus 2005-06-15 13:26:37 +0000
  • 1b9681a9ed Correct license text Vladimir Prus 2005-06-15 13:19:07 +0000
  • c921b04cfb Correct license text Vladimir Prus 2005-06-15 13:19:07 +0000
  • 43994ac2eb Rename link-runtime to runtime-link to stay compatible with V1. Vladimir Prus 2005-06-15 12:24:06 +0000
  • 4d6bfe4eef Rename link-runtime to runtime-link to stay compatible with V1. Vladimir Prus 2005-06-15 12:24:06 +0000
  • be7f7e47f4 Report location of site-config and user-config before loading them, so that we output location even if site-config exists with a fatal error. Vladimir Prus 2005-06-15 11:43:50 +0000
  • 9bef15921f Report location of site-config and user-config before loading them, so that we output location even if site-config exists with a fatal error. Vladimir Prus 2005-06-15 11:43:50 +0000
  • f3db3f1284 made some MSVC toolset tags compatible with autolink expectations Joaquín M. López Muñoz 2005-06-15 05:46:41 +0000
  • 200db70661 Changed - /EHsc to /EHac so we pick up errors like divide by 0 Victor A. Wagner Jr. 2005-06-13 01:15:33 +0000
  • 4c496ca33c make the use of msvc-specific features in Jamfiles portable Dave Abrahams 2005-06-11 19:34:13 +0000
  • f6497c0741 make the use of msvc-specific features in Jamfiles portable Dave Abrahams 2005-06-11 19:34:13 +0000
  • 5c36886ca1 Make sure the Borland Bin directory gets into the PATH when executables built with Borland are run. Dave Abrahams 2005-06-11 06:47:19 +0000
  • 7686f12ab4 Make sure the Borland Bin directory gets into the PATH when executables built with Borland are run. Dave Abrahams 2005-06-11 06:47:19 +0000
  • 1129a6fce1 Update amd64 support for beta2; killed copy/paste programming. Dave Abrahams 2005-06-10 18:25:04 +0000
  • 841fc76515 Remove remaining use of set-intermediate Vladimir Prus 2005-06-09 10:28:58 +0000
  • 9bd57b8339 Remove remaining use of set-intermediate Vladimir Prus 2005-06-09 10:28:58 +0000