Commit Graph

  • fcd0f13b59 Borland toolset no longer crashes in bcc32 binary is not found. Vladimir Prus 2004-09-23 10:50:49 +0000
  • bf6ef576df Borland toolset no longer crashes in bcc32 binary is not found. Vladimir Prus 2004-09-23 10:50:49 +0000
  • 1cb8723481 Update the example Vladimir Prus 2004-09-23 10:46:58 +0000
  • 3f0d060af0 Update the example Vladimir Prus 2004-09-23 10:46:58 +0000
  • 22dbc84342 More docs Vladimir Prus 2004-09-23 10:35:24 +0000
  • 43f8bd71b5 More docs Vladimir Prus 2004-09-23 10:35:24 +0000
  • b86474fe8e Change the way generators selection works. Now, instead of computing 'rank' for each viable generator, we use explicit information of the form 'generator A is better than generator B', which is provided by the user. The obvious goal is to fix 'custom_generator' failure on msvc, but generally, I'm fixing BB76 -- which says that current generators selection is very broken. Vladimir Prus 2004-09-23 07:44:59 +0000
  • ffc3024749 Change the way generators selection works. Now, instead of computing 'rank' for each viable generator, we use explicit information of the form 'generator A is better than generator B', which is provided by the user. The obvious goal is to fix 'custom_generator' failure on msvc, but generally, I'm fixing BB76 -- which says that current generators selection is very broken. Vladimir Prus 2004-09-23 07:44:59 +0000
  • 8066b6a56e Support the && syntax in the property.translate-paths rule. Vladimir Prus 2004-09-22 14:25:04 +0000
  • d348f6a020 Support the && syntax in the property.translate-paths rule. Vladimir Prus 2004-09-22 14:25:04 +0000
  • da8dd523d3 Don't try setting soname on NT. Current binutils seem to ignore the option, but older report errors. Vladimir Prus 2004-09-22 11:26:59 +0000
  • 3265b13893 Don't try setting soname on NT. Current binutils seem to ignore the option, but older report errors. Vladimir Prus 2004-09-22 11:26:59 +0000
  • e706a77bdb Changed to use VS80COMNTOOLS to determine Visual Studio path - this avoids conficts with other Visual C++ versions, but in the long run, we really should look to the registry for this. John Maddock 2004-09-22 10:22:23 +0000
  • 78649c42e8 Don't use -fPIC on windows. Vladimir Prus 2004-09-21 13:40:38 +0000
  • b18b2c6e0f Don't use -fPIC on windows. Vladimir Prus 2004-09-21 13:40:38 +0000
  • 41a6ad007c Support AIX and IRIX. Vladimir Prus 2004-09-21 13:36:36 +0000
  • 3e311937bb Support AIX and IRIX. Vladimir Prus 2004-09-21 13:36:36 +0000
  • e84553a9ac Don't use -Wl,-Bdynamic and don't duplicate libraries. Vladimir Prus 2004-09-21 11:43:58 +0000
  • 517d81e4bd Don't use -Wl,-Bdynamic and don't duplicate libraries. Vladimir Prus 2004-09-21 11:43:58 +0000
  • 2e38818de4 Missing include Vladimir Prus 2004-09-20 15:08:27 +0000
  • 79b42618ea Missing include Vladimir Prus 2004-09-20 15:08:27 +0000
  • 3dd62ac852 Add the compiler runtime libraries to the stdlibpath so that they are found during running of tests. Rene Rivera 2004-09-19 21:10:26 +0000
  • b894202411 fix STLPort linking issue Aleksey Gurtovoy 2004-09-19 10:54:03 +0000
  • 52e22c12f5 Fix bad selection of dependents when rules in the targets change the requirements. Rene Rivera 2004-09-18 18:36:33 +0000
  • 2d74f24670 Fixed to work with VC8 Express edition John Maddock 2004-09-15 11:08:30 +0000
  • 20b2e4fc1d Fixed missing comment end John Maddock 2004-09-15 11:06:07 +0000
  • ac6399f4c0 Fixed missing comment end John Maddock 2004-09-15 11:06:07 +0000
  • 2fdee450a1 Initial commit Stefan Slapeta 2004-09-15 08:33:06 +0000
  • 551b706183 BSL Vladimir Prus 2004-09-15 08:18:47 +0000
  • a4621fefed BSL Vladimir Prus 2004-09-15 08:18:47 +0000
  • 687ac864bc Add new 'common-scanner' class, which makes writing scanners for custom types are piece of cake. Vladimir Prus 2004-09-14 13:50:45 +0000
  • 8ffe70423f Add new 'common-scanner' class, which makes writing scanners for custom types are piece of cake. Vladimir Prus 2004-09-14 13:50:45 +0000
  • 0f381f4678 -- typo Martin Wille 2004-09-13 21:55:37 +0000
  • 54d6111795 -- typo Martin Wille 2004-09-13 21:55:37 +0000
  • 0a31772f1c BSL Vladimir Prus 2004-09-13 16:19:19 +0000
  • 718f8e4eb3 BSL Vladimir Prus 2004-09-13 16:19:19 +0000
  • 06ca8b669d copyright-license Dave Abrahams 2004-09-13 15:46:44 +0000
  • 5809be7f52 copyright-license Dave Abrahams 2004-09-13 15:46:44 +0000
  • 1eb6920125 Fix stylesheet link Douglas Gregor 2004-09-13 15:44:23 +0000
  • 9a84c95ee1 Fix stylesheet link Douglas Gregor 2004-09-13 15:44:23 +0000
  • b91aafa44c Revert the previous behaviour of unit-test: it does not store output into a file but shows it on the screen. However, the proper setting of run paths is not done for unit-test too. Vladimir Prus 2004-09-13 09:32:37 +0000
  • 0063e9878a Revert the previous behaviour of unit-test: it does not store output into a file but shows it on the screen. However, the proper setting of run paths is not done for unit-test too. Vladimir Prus 2004-09-13 09:32:37 +0000
  • 79ba173060 Fix typo Vladimir Prus 2004-09-13 08:50:11 +0000
  • 8ba8f4eac4 Fix typo Vladimir Prus 2004-09-13 08:50:11 +0000
  • 93a525dc98 BSL update. John Maddock 2004-09-11 12:12:38 +0000
  • 55275ff326 BSL update. John Maddock 2004-09-11 12:12:38 +0000
  • d79050e8b3 Add some more :W modifiers, so that running msvc from cygwin is possible. Vladimir Prus 2004-09-10 13:26:00 +0000
  • 941aedae1f Add some more :W modifiers, so that running msvc from cygwin is possible. Vladimir Prus 2004-09-10 13:26:00 +0000
  • ab5a9ba9dc Don't use -fPIC on CYGWIN. Vladimir Prus 2004-09-10 13:17:46 +0000
  • deb051b849 Don't use -fPIC on CYGWIN. Vladimir Prus 2004-09-10 13:17:46 +0000
  • 09862a489f Supress warnings from the 'ar' tool emitted on some platfroms when the archive is created the first time. Vladimir Prus 2004-09-10 12:48:18 +0000
  • 3ca657177f Supress warnings from the 'ar' tool emitted on some platfroms when the archive is created the first time. Vladimir Prus 2004-09-10 12:48:18 +0000
  • 553e750fce Another attempt to kill SunCC's warning. Vladimir Prus 2004-09-10 12:44:00 +0000
  • c163d1b73f Another attempt to kill SunCC's warning. Vladimir Prus 2004-09-10 12:44:00 +0000
  • f5b9c2e507 Handle xdll-path property for sun, so that linker can find all libraries in a chain. E.g. in app -> a.so -> b.so, we need to pass the path to b.so to the linker so that it can verify that all symbols asked by 'app' and 'b.so' are present. Vladimir Prus 2004-09-10 12:33:42 +0000
  • d0cd12f7c5 Handle xdll-path property for sun, so that linker can find all libraries in a chain. E.g. in app -> a.so -> b.so, we need to pass the path to b.so to the linker so that it can verify that all symbols asked by 'app' and 'b.so' are present. Vladimir Prus 2004-09-10 12:33:42 +0000
  • 28b4b7adb4 Don't generate empty source file -- SunCC warns in that case. Vladimir Prus 2004-09-10 11:46:22 +0000
  • a2eb2e08cf Don't generate empty source file -- SunCC warns in that case. Vladimir Prus 2004-09-10 11:46:22 +0000
  • 45d30cdade Add some missing newlines. Sun compiler generates warning otherwise. Vladimir Prus 2004-09-10 11:42:04 +0000
  • c162145da2 Add some missing newlines. Sun compiler generates warning otherwise. Vladimir Prus 2004-09-10 11:42:04 +0000
  • 197d88d856 Use windows file extensions under cygwin. Vladimir Prus 2004-09-09 12:23:00 +0000
  • 0f8adb66cf Use windows file extensions under cygwin. Vladimir Prus 2004-09-09 12:23:00 +0000
  • 2886cf03ec Load internally defined vars (for example, 'OS'), after loading environment, so that any settings in environment, possibly unrelated to bjam, don't change bjam opinion about OS its running at. Vladimir Prus 2004-09-09 11:57:09 +0000
  • d48c13e33c Load internally defined vars (for example, 'OS'), after loading environment, so that any settings in environment, possibly unrelated to bjam, don't change bjam opinion about OS its running at. Vladimir Prus 2004-09-09 11:57:09 +0000
  • 6d7b79da48 Simplify the test, and avoid conflicts with the 'RC' type defined in 'msvc.jam/rc.jam'. Vladimir Prus 2004-09-09 10:55:59 +0000
  • 3c476d32ac Simplify the test, and avoid conflicts with the 'RC' type defined in 'msvc.jam/rc.jam'. Vladimir Prus 2004-09-09 10:55:59 +0000
  • 474a7fdbef Robustify Tester.expect_content: don't crash when the file does not exist. Vladimir Prus 2004-09-09 10:50:52 +0000
  • 74c4147419 Robustify Tester.expect_content: don't crash when the file does not exist. Vladimir Prus 2004-09-09 10:50:52 +0000
  • b474060d8e Add missing dllexport/dllimport. Vladimir Prus 2004-09-08 14:56:04 +0000
  • 9f4ff41fc9 Add missing dllexport/dllimport. Vladimir Prus 2004-09-08 14:56:04 +0000
  • 692ec14ece Only SystemExit exception from test module indicates failure. Other exceptions indicator error in the test, so should not be caught. Vladimir Prus 2004-09-08 14:48:46 +0000
  • 7a393b0b03 Only SystemExit exception from test module indicates failure. Other exceptions indicator error in the test, so should not be caught. Vladimir Prus 2004-09-08 14:48:46 +0000
  • 25b5dd55d0 Allow specifying compiler and linker flags when intializing toolset. Vladimir Prus 2004-09-08 14:33:04 +0000
  • 64555a648f Allow specifying compiler and linker flags when intializing toolset. Vladimir Prus 2004-09-08 14:33:04 +0000
  • 6832e99266 More flexible testing; dependencies on multiple python scripts. Dave Abrahams 2004-09-08 12:59:36 +0000
  • 88837c851d Initial commit Stefan Slapeta 2004-09-08 12:41:10 +0000
  • c02583087e Pass -fPIC when compiling shared libraries. This is more or less "standard" behaviour, so let's use it. In addition, not using -fPIC creates errors on x86_64. Vladimir Prus 2004-09-07 11:57:22 +0000
  • 0bc691b583 Pass -fPIC when compiling shared libraries. This is more or less "standard" behaviour, so let's use it. In addition, not using -fPIC creates errors on x86_64. Vladimir Prus 2004-09-07 11:57:22 +0000
  • 54f21a7bec More strict checks in make-Unix. Vladimir Prus 2004-09-06 07:29:46 +0000
  • 20af45d110 More strict checks in make-Unix. Vladimir Prus 2004-09-06 07:29:46 +0000
  • 1dc7462bfe Remove unused files. Rene Rivera 2004-09-04 19:37:53 +0000
  • fb25075259 Fix bad reference to kernel32 thanks to Daniel James for the patch. Rene Rivera 2004-09-04 02:00:06 +0000
  • d1c7da34a8 clear STDHDRS variable to prevent '/usr/include' to be added as include path Toon Knapen 2004-09-03 12:48:14 +0000
  • ee85342c25 Don't error out when 'PATH', 'Path', or 'path' has empty elements. Vladimir Prus 2004-09-03 11:20:51 +0000
  • 21277abf83 Don't error out when 'PATH', 'Path', or 'path' has empty elements. Vladimir Prus 2004-09-03 11:20:51 +0000
  • 95f617c6a2 Work around generators_test failure on msvc Vladimir Prus 2004-09-03 08:03:26 +0000
  • e7c04a87b7 Work around generators_test failure on msvc Vladimir Prus 2004-09-03 08:03:26 +0000
  • 9f1825c104 BSL Vladimir Prus 2004-09-01 06:37:24 +0000
  • 3accad8f3a BSL Vladimir Prus 2004-09-01 06:37:24 +0000
  • cd843c4d01 Fix overloaded use of STDHDRS between toolset standard headers and <sysinclude> headers. Fix wrongly included toolset standard headers instead of STLport headers. Remove obsolete toolsets. Rene Rivera 2004-09-01 05:37:03 +0000
  • 3b0b49a6fc Write a new example to avoid lengthy "what is the license" and "how to refer to the QPL" and "is it OK to have QPL example" discussions. Vladimir Prus 2004-08-31 06:58:52 +0000
  • 4ac49f00e0 Write a new example to avoid lengthy "what is the license" and "how to refer to the QPL" and "is it OK to have QPL example" discussions. Vladimir Prus 2004-08-31 06:58:52 +0000
  • d0cb25eb6d Comeau fixes. Patch from Larry Evans. Vladimir Prus 2004-08-30 08:22:02 +0000
  • e20a80ccc1 Comeau fixes. Patch from Larry Evans. Vladimir Prus 2004-08-30 08:22:02 +0000
  • db5e6ad67a Upload package to SF Vladimir Prus 2004-08-30 05:36:35 +0000
  • c4005e1b40 Upload package to SF Vladimir Prus 2004-08-30 05:36:35 +0000
  • 2af8567ec8 apply Bronek patch Aleksey Gurtovoy 2004-08-28 06:37:26 +0000
  • 62b3b18c4c Do no check for return status of build at all. For some reason, on msvc, 0 is returned and that broke the test. But really, we're interested only if user-defined generator is run, not that the result is compiled. Vladimir Prus 2004-08-27 08:16:38 +0000
  • 92b18afe73 Do no check for return status of build at all. For some reason, on msvc, 0 is returned and that broke the test. But really, we're interested only if user-defined generator is run, not that the result is compiled. Vladimir Prus 2004-08-27 08:16:38 +0000
  • 4b10e33207 Expand subfeatures in the conditinal properties found in project requirements. This means that <toolset>gcc-3.3:<define>FOOBAR in project properties now works. Vladimir Prus 2004-08-27 08:11:49 +0000