Commit Graph

  • 3675413e3c Updated to make the setup threading more robust. Edward Diener 2014-07-11 10:48:28 -0400
  • d7fd728245 Merge pull request #18 from MSOpenTech/dev12_phone81_fix Vladimir Prus 2014-07-11 12:44:28 +0400
  • 0ebd41e33e Fixing build break with Visual Studio if phone scripts aren't installed with VS 2012 or 2013. Steve Gates 2014-07-11 01:25:26 -0700
  • a198a6a4a1 Support building for the Windows Runtime. Steve Gates 2014-07-10 18:11:25 -0700
  • e6854b8363 Addressing feedback from review: 1. Fixing up a bit how the phone setup script location is calculated. 2. Reusing generate-setup-cmd rule in configure-really to avoid duplication and make cleaner. 3. Adding some more comments explaining. Steve Gates 2014-07-09 17:13:19 -0700
  • 02fee367b1 This file is essentially clang-linux.jam with changes for clang on Windows in gcc/mingw target mode, which should also use clang-linux.jam. The changes are simply that multithreading should use the -pthread option rather than the -mthreads option on Windows. I could have directly updated clang-linux.jam, since the change only affects clang targeted to Windows but I am being conservative and showing the change in this file for others to look at first. Edward Diener 2014-07-09 11:28:11 -0400
  • 39a45d305c Added version of common.jam to be used for clang in VC++ target mode. This is just a current example of changes which work when using clang in VC++ target mode in Windows, and should eventually be integrated into common.jam when we figure out how to support clang for both VC++ target mode and mingw/gcc target mode on Windows. Edward Diener 2014-07-09 10:45:56 -0400
  • 1fd46a8046 Merge branch 'develop' of https://github.com/boostorg/build into develop Edward Diener 2014-07-08 15:29:17 -0400
  • 88807c6866 Add a clang for Windows jam file for use with clang when the target is msvc. Edward Diener 2014-07-08 15:26:50 -0400
  • 20a3fb2981 Merge pull request #5 from jivancic/more_than_64_jobs Jürgen Hunold 2014-07-02 16:55:03 +0200
  • 566c65f1c6 Merge pull request #16 from jivancic/slow_msvc_setup_scripts_2 Jürgen Hunold 2014-07-02 09:13:49 +0200
  • 164318ffba add support for MSVC setup script rewrite Juraj Ivančić 2014-06-17 12:07:39 +0200
  • eb4a8a6d4f Updating to include support for Windows Phone 8.1. Steve Gates 2014-06-26 18:15:44 -0700
  • 2fa4a9855c Merge branch 'develop' Jürgen Hunold 2014-06-19 19:15:38 +0200
  • e581591514 Merge pull request #15 from MarcelRaad/develop Vladimir Prus 2014-06-17 10:53:24 +0400
  • 521685d181 Specify linker flags in clang.jam like gcc.jam, close #5820 Kohei Takahashi 2012-08-09 16:18:59 +0900
  • b6e0c71875 Add testing.execution feature. Steve Gates 2014-05-27 15:25:12 -0700
  • 5420ce3a4c Add support for Qt builds using bundled ANGLE Jürgen Hunold 2014-06-13 19:21:11 +0200
  • cb0a9660f6 make qt5 rcc testcase use Qt5Core Jürgen Hunold 2014-06-13 19:20:23 +0200
  • 70d1bbde74 adjust paths to modular layout Jürgen Hunold 2014-06-13 19:19:38 +0200
  • a106dd3798 Add support for MSVC 14 Marcel Raad 2014-06-11 21:14:03 +0200
  • 708ceafa3d Add support for removing more testing binaries to reduce space requirements for testers. This adds a new "--remove-test-targets" option to enable the extra removals. Rene Rivera 2014-06-08 21:08:49 -0500
  • d8e5c7fa7b Removing use of testing.execute feature until it gets added in separate pull request. Steve Gates 2014-05-28 11:42:48 -0700
  • f3896eb774 Adding a new feature to help support building for the Windows Runtime (Windows store/phone). 1. Adds a new feature <windows-api> for specifying the WINAPI_FAMILY API set to target. Defaults to desktop, which is how builds before my changes. 2. A few small changes for adding ARM support. 3. Changes to call to correct vcvars setup script for Windows Phone 8. Steve Gates 2014-05-27 16:59:59 -0700
  • 59fd3b651e Mods to get Cray building cleanly, target native hardware on compute nodes. K. Noel Belcourt 2014-05-16 23:06:32 -0600
  • 8dcc9ce950 Begin adding Cray support to MPI jam. K. Noel Belcourt 2014-05-16 21:29:39 -0600
  • b0ef209bbd Merge pull request #11 from thomassuckow/develop Noel Belcourt 2014-05-12 15:21:12 -0600
  • 559d80f38e Add runtime-debugging description below debug-symbols Thomas Suckow 2014-05-12 13:36:19 -0700
  • a4cd97b8a4 Merge pull request #8 from bernhard-b/develop Noel Belcourt 2014-05-08 19:53:36 -0600
  • a4f10b52a9 Don't go into an infinte loop if the braces aren't matched. (Either because of a syntax error, or because our parser is to simplistic.) Steven Watanabe 2014-04-10 11:19:46 -0700
  • d782ec52d0 Don't exit immediately on Windows if JAMSHELL is % and CreateProcess fails. Steven Watanabe 2014-04-03 14:13:33 -0700
  • 23032af425 Parentheses are not allowed in REMs. Fixes #9800. Steven Watanabe 2014-04-03 09:13:53 -0700
  • 702d40baf9 Fix build with MinGW. Fixes #9301. Steven Watanabe 2014-04-03 09:00:19 -0700
  • 290e284ffe topological sort ordered includes. Steven Watanabe 2014-04-01 13:12:17 -0700
  • 602befb89c fixes bugs of previous version. Skips and doesn't error out on using intel : : : <compatibility>vc12 if one of the detected versions doesn't support requested msvc version. bernhard-b 2014-03-31 20:15:23 +0200
  • 80584727af Merge branch 'develop' Steven Watanabe 2014-03-29 10:58:42 -0700
  • 5c1a97b928 cxxflags should not apply to C files. Fixes #9815. Steven Watanabe 2014-03-28 15:45:40 -0700
  • 9f58144c03 correct version with autodetection of installed versions. bernhard-b 2014-03-28 19:50:10 +0100
  • 4339e5700a support newer intel >=12 versions. add autodetection of installed versions. bernhard-b 2014-03-27 22:55:23 +0100
  • 6f709a2706 Attempt to fix source_order.py on Windows. Steven Watanabe 2014-03-26 16:43:47 -0700
  • e8c4dd3366 prebuilt.py needs to treat clang-darwin the same way as darwin. Steven Watanabe 2014-03-26 14:52:30 -0700
  • 9732c695d1 Fix bug in pathnt.c that caused the results of GLOB to be downcased under some circumstances. Steven Watanabe 2014-03-24 15:18:37 -0700
  • 1a1cb5aba1 Add another file to .gitignore. Steven Watanabe 2014-03-24 10:44:40 -0700
  • 385699422c Fix error message. Steven Watanabe 2014-03-12 12:10:43 -0700
  • 27d418a53e Add toolset_requirements.py to the test suite. Steven Watanabe 2014-03-12 12:09:30 -0700
  • 350b050467 Add documentation of the sequence module. Steven Watanabe 2014-03-11 20:08:22 -0700
  • f022e89b20 Add documentation of regex module. Steven Watanabe 2014-03-08 17:34:05 -0800
  • 2e99c6f74b Merge branch 'develop' Steven Watanabe 2014-03-07 12:33:10 -0800
  • 9fb7faedcc Increment Boost.Build version Steven Watanabe 2014-03-07 12:24:12 -0800
  • b869e58fa0 Fix broken toolset.add-requirements. Steven Watanabe 2014-03-06 08:14:17 -0800
  • 7f8aac5d5e Add support for junctions on Windows Steven Watanabe 2014-02-06 14:50:20 -0800
  • 8dd176f683 Suppress fatal long long warning with gcc on Darwin. K. Noel Belcourt 2014-02-06 15:37:33 -0700
  • 3116da2b95 Prefer symlinks to hardlinks. Steven Watanabe 2014-02-04 18:43:57 -0800
  • 80acd48dd4 Update test to match source change. Steven Watanabe 2014-02-04 18:41:34 -0800
  • 28b7d5f82f Export BOOST_JAM_TOOLSET to calling script. Dan Smith 2014-01-27 00:48:54 -0700
  • 0ef40cb867 Need to bump MAXJOBS to 256. K. Noel Belcourt 2014-01-29 10:22:01 -0700
  • ba7c16e956 Add .gitignore Vladimir Prus 2014-01-22 17:02:38 +0400
  • 854d98d92c redistribute whitespace around colon Jürgen Hunold 2014-01-22 10:55:35 +0100
  • 31cfa99489 Introduce 'android' as value of 'target-os' feature. Vladimir Prus 2014-01-22 11:30:33 +0400
  • 5858d2166f Document some lesser known features Thomas Suckow 2014-01-15 11:16:34 -0800
  • 10611c1f88 Fix boost.root being too deep now that v2/ has been removed Thomas Suckow 2014-01-15 10:15:33 -0800
  • 9b7b2f9ac0 Bump copyright year to include 2014 Thomas Suckow 2014-01-03 17:17:29 -0800
  • d4e2ff956b Merge improvements from Juraj, as follows: Vladimir Prus 2014-01-15 22:53:09 +0400
  • 4833fc7336 Add Python port test results. Vladimir Prus 2014-01-15 22:49:26 +0400
  • cc49bbe33c Fix typo in comment. Juraj Ivančić 2014-01-15 11:13:20 +0100
  • 72d4a95f04 Fix increasing indent when running --debug-generators. Juraj Ivancic 2011-12-06 14:00:25 +0100
  • ad9170e939 Fix some trivial syntax/runtime errors in stage.py. Juraj Ivancic 2011-12-05 00:52:23 +0100
  • 86887293e1 Fix mixed slash/backslash in actions. Juraj Ivancic 2011-12-05 00:50:45 +0100
  • c152ab6083 Fix a bug causing invalid composite features due to a missing expand call. Juraj Ivancic 2011-12-04 01:35:28 +0100
  • 6950d8373e Fix syntax errors in rc.py and midl.py. Juraj Ivancic 2011-12-02 15:59:20 +0100
  • 0a13310cdc Ported boost.jam module. Juraj Ivancic 2011-12-02 08:59:43 +0100
  • 2a562c569a Fix some porting errors in common.py. Juraj Ivancic 2011-12-12 15:27:54 +0100
  • e54541bffa Fix some porting errors in msvc.py. Created a new action which allows us to change sources for target as well as decide on the actions name at the last moment. This is needed by MSVC PCH targets. Juraj Ivancic 2011-12-01 21:46:42 +0100
  • e6eee3ecdc Resurrect c++-template-depth feature. Juraj Ivancic 2011-12-07 10:40:13 +0100
  • cec5795057 Fix tag rule for searched libs. Juraj Ivancic 2011-12-07 10:38:40 +0100
  • ab7796ae67 Removed porting error which flattens property set into strings. Juraj Ivancic 2011-12-07 10:22:27 +0100
  • dda9962601 Add support for --hash. Juraj Ivancic 2011-12-07 10:44:29 +0100
  • 7032f9a433 Removed unused var. Juraj Ivancic 2011-12-01 21:41:28 +0100
  • b47d51f796 Prevent hard error when creating a property from string, in case string references an unknown feature. Juraj Ivancic 2011-12-06 14:41:55 +0100
  • 7b9d51d7fd Minor changes in feature.py. Juraj Ivancic 2011-12-06 14:39:35 +0100
  • d2cf5aed72 Avoid creating a thread if remaining jobs can be placed in the same array as thread handles. Juraj Ivančić 2014-01-14 15:20:00 +0100
  • db6c3d7a79 Support more than 64 parallel jobs (-j). Juraj Ivančić 2014-01-14 11:14:03 +0100
  • 53ca2b0aa3 Merge branch 'develop' Vladimir Prus 2013-12-27 10:05:52 +0400
  • e50149de3d Make installation of Boost.Build work again. Vladimir Prus 2013-12-27 10:04:27 +0400
  • fbe346b2a3 Merge branch 'develop' Vladimir Prus 2013-12-27 08:44:08 +0400
  • 4edcb7f2e6 Fix location of bootstrap log on Windows. Vladimir Prus 2013-12-27 08:41:58 +0400
  • 4d5c1f1306 Ignore build directories Jürgen Hunold 2013-12-20 11:33:30 +0100
  • eccf231c61 Fix mdash->emdash typo that broke documentation build. Vladimir Prus 2013-12-20 10:39:25 +0400
  • 1ac2203331 Merge branch 'master' into develop Vladimir Prus 2013-12-18 11:37:30 +0400
  • ad1e5add9a Merge branch 'develop' Vladimir Prus 2013-12-18 11:36:42 +0400
  • d3015e3ea4 Update relative paths. Vladimir Prus 2013-12-18 10:48:36 +0400
  • 6f3ea379a8 Update relative paths. Vladimir Prus 2013-12-18 10:48:36 +0400
  • 3b3a1cf02a Merge branch 'develop' Vladimir Prus 2013-12-18 10:34:56 +0400
  • 5ce453de47 Fix c-scanner regex pattern Kohei Takahashi 2012-08-09 14:41:07 +0900
  • b116fbaeba Support shared libraries in cray builds. Richard Dale 2013-12-06 12:55:33 -0600
  • 524cdfa2b5 Merge rewritten version of 'develop' branch. Vladimir Prus 2013-12-18 10:09:03 +0400
  • dc428e2ab3 Extend version-countdown to also support Python 3.1-3.4. Fredrik Orderud 2013-12-15 13:14:07 +0100
  • 6a5a9b7c95 Check whether hard links between different directories work. Vladimir Prus 2013-12-17 09:15:05 +0400
  • 87098597c0 Merge pull request #4 from forderud/master Jürgen Hunold 2013-12-16 02:30:01 -0800
  • d9552f16e0 Extend version-countdown to also support Python 3.1-3.4. Fredrik Orderud 2013-12-15 13:14:07 +0100