Commit Graph

  • 78ffbe0944 Fix not having a default python interpreter version on targets. Rene Rivera 2016-07-16 15:53:30 -0500
  • 29c44bb36b Merge pull request #117 from praetorian20/develop Jürgen Hunold 2016-07-15 17:41:47 +0200
  • c8665267d3 Fix for auto configuring MPI on Windows. Ashish Sadanandan 2016-07-15 00:04:28 -0600
  • 3ea65143c0 Strip trailing whitespace, no other changes Ashish Sadanandan 2016-07-15 00:01:02 -0600
  • a4e99b836c Merge pull request #132 from MarcelRaad/msvc15 Jürgen Hunold 2016-07-13 08:44:08 +0200
  • ae5e63a131 Add support for upcoming Visual Studio "15" This allows building with Visual Studio "15", expected to be released in 2017. Tested with Visual Studio "15" Preview 3. The compiler itself is the same as with Visual Studio 2015 Update 3, but if only Visual Studio "15" is installed, the compiler could not be found. Marcel Raad 2016-07-03 22:53:36 +0200
  • 5f09d17716 Correct whitespace Vladimir Prus 2016-07-12 21:56:17 +0300
  • 885574b61a Add Apple TV support Victor Robertson 2016-06-20 17:46:08 -0700
  • ba9856a8b1 Don't accidentally remove python source tests. Rene Rivera 2016-06-13 23:29:33 -0500
  • 2540d311e7 Don't accidentally remove python source tests. Rene Rivera 2016-06-13 23:29:33 -0500
  • 8251fd7550 Merge pull request #129 from jwakely/spelling Edward Diener 2016-05-23 07:07:31 -0400
  • 4d304fb904 Fix typos in comments Jonathan Wakely 2016-05-23 11:52:10 +0100
  • e3311b23f0 Merge #127: Documentation fixes, largely grammar and spelling corrections Vladimir Prus 2016-05-17 16:13:15 +0300
  • 24f97b090f Documentation fix: a directory is a valid target-id which refers to the project in that directory. Steven Watanabe 2016-05-16 07:56:10 -0600
  • d0f83a8cb5 Remove grammatical fix. Edward Diener 2016-04-30 12:59:12 -0400
  • 6f8ed92ce9 Removed erroneous documentation fix. Edward Diener 2016-04-29 15:57:49 -0400
  • f7e019c8ad Corrected terminology in the documentation. Edward Diener 2016-04-29 12:55:51 -0400
  • ef4c103510 Remove syntactical change previously made. Edward Diener 2016-04-29 08:17:11 -0400
  • 1e6a12f5bd Documentation fixes, largely grammar and spelling corrections. Edward Diener 2016-04-29 07:58:50 -0400
  • b3f41f2294 Darwin (gcc under El Capitan) no longer supports the -finline-functions option. Override the <inlining>full option to just pass -Wno-inline only if on 10.11 or later. K. Noel Belcourt 2016-04-08 20:05:50 -0600
  • 786a5c5e65 If we can't find the python headers and libraries, abort configuration. Otherwise, we would attempt to build Boost.Python unconditionally. Steven Watanabe 2016-04-14 08:49:00 -0600
  • 1dd163c51c Darwin (gcc under El Capitan) no longer supports the -finline-functions option. Override the <inlining>full option to just pass -Wno-inline only if on 10.11 or later. K. Noel Belcourt 2016-04-08 20:05:50 -0600
  • 37ba13295c Remove wrong if. This case is already handled correctly by the next else if. Steven Watanabe 2016-03-23 18:04:24 -0600
  • e6116e7567 Clean up formatting/undefined variables/odd control flow in zlib and bzip2. Steven Watanabe 2016-03-22 10:18:13 -0600
  • 25819cbda3 Make sure that explicit returns don't interfere with function rewriting. Steven Watanabe 2016-03-22 09:50:51 -0600
  • c7b2c57e79 Start testing mi. Steven Watanabe 2016-03-10 12:49:57 -0700
  • e83838da44 Merge remote-tracking branch 'origin/develop' Vladimir Prus 2016-03-10 10:06:17 +0300
  • 8b9dbbe418 Add support for FreeBSD 10 or later. Kohei Takahashi 2016-02-29 22:47:12 +0900
  • 2564ce1853 Add test for print. Steven Watanabe 2016-03-09 15:33:31 -0700
  • de9a600167 Do not pass -Ofast to pathscale toolset Michał Górny 2016-03-06 18:20:51 +0100
  • aaeedea9cc Fix a leak and a missing copy when building with the global string table disabled. Steven Watanabe 2016-03-04 12:28:42 -0700
  • b015a40847 Don't close the file automatically in yyline. We need yylval.file to survive until the parser is really done. Steven Watanabe 2016-03-04 11:38:50 -0700
  • f00b27cf5a NDEBUG disables OBJECT_MAGIC. Steven Watanabe 2016-03-04 11:11:40 -0700
  • 8f39cdebc9 Fix two memory leaks and a double free. Steven Watanabe 2016-03-04 11:08:28 -0700
  • b3ed07bc1d Merge remote-tracking branch 'origin/develop' Jürgen Hunold 2016-03-04 12:22:28 +0100
  • b5dc9949d0 Fix building bzip2 from source as a shared library. bzip2 doesn't use a macro to control symbol export. Instead it provides a .def file, which we need to pass to the linker. Steven Watanabe 2016-03-01 15:58:10 -0700
  • 6ece5736bc Junctions should be removed with rmdir, not del. This fixes a bug that causes -a --reconfigure to decide that junctions are not supported. Steven Watanabe 2016-03-01 13:15:19 -0700
  • e2d07ad6db Make sure that source files end with a newline. Steven Watanabe 2016-03-01 12:48:38 -0700
  • f5e005e8f3 Fix memory leak on cygwin and vms. path_copy initializes a new string. It should never be used on a string that is already initialized. Steven Watanabe 2016-03-01 11:32:34 -0700
  • 9da5a06af8 Add missing header. Without this OS_CYGWIN is not defined which causes the :W modifier to fail. Steven Watanabe 2016-03-01 11:22:20 -0700
  • 7a59e03049 Fix test on windows. We shouldn't assume that W32_GETREGNAMES returns its results in any particular order. Steven Watanabe 2016-03-01 10:44:56 -0700
  • 72ff0b63ff Fix setup script handling for msvc-7.1. * global-setup doesn't exist. * cpu should only be i386. Steven Watanabe 2016-03-01 10:17:54 -0700
  • 4c546c3c15 Add support for more Qt libraries Jürgen Hunold 2016-02-28 17:09:32 +0100
  • 1a0a48af96 Mark python as configured even if we couldn't find the includes or libraries. We try to forge ahead anyway, and saying we didn't just causes more problems. We should consider erroring out in this case, instead, but for now this change is minimally disruptive. Steven Watanabe 2016-02-27 11:41:34 -0700
  • 09b6788df6 Translate the result of running -print-prog-name to a windows path when running a cygwin gcc from a native windows build of b2. Steven Watanabe 2016-02-25 16:16:31 -0700
  • 596f45dab5 Close para tags in listitems. Daniel 2016-02-25 18:27:22 +0000
  • 0da0a8ccf4 Unbreak msvc build. Steven Watanabe 2016-02-23 14:39:04 -0700
  • d9417960f9 Document archiver and ranlib options for gcc. Vladimir Prus 2016-02-23 13:59:24 -0500
  • 340756c61e Add clear to help Steven Watanabe 2016-02-23 09:53:50 -0700
  • 2326cfe458 Finish porting tests to the new utility rule. Steven Watanabe 2016-02-22 19:34:34 -0700
  • 1c86c4868e Tests for backtrace. Also add a simple utility to make these tests easier to read. Steven Watanabe 2016-02-22 12:59:06 -0700
  • 7d7de34346 More testing. Fix some issues exposed by the new tests. Steven Watanabe 2016-02-20 18:30:55 -0700
  • e9db80896f Merge remote-tracking branch 'origin/develop' into debug Steven Watanabe 2016-02-19 11:55:56 -0700
  • 51a9304c24 Start making tests more systematic. Steven Watanabe 2016-02-18 12:24:37 -0700
  • 1a2109894e When possible, directly exec rst2html script to allow system installs of docutils. Rene Rivera 2015-12-30 10:28:50 -0600
  • 85057e89c7 Force doxygen to not use a format as it's meaningless and avoids conflicts when building other multi-format docs. Rene Rivera 2015-12-23 10:08:56 -0600
  • 7a4b66bb78 Make it possible to configure docutils to use built-in docutils package. Rene Rivera 2015-12-23 10:07:44 -0600
  • 82543ffe7b Make format feature non-incidental as the same targets for different formats can be built at the same time. Rene Rivera 2015-12-23 10:06:03 -0600
  • 2a5032261f Get backtrace working and add some more tests. Steven Watanabe 2016-02-17 10:30:48 -0700
  • 2f8e4ae868 Do not use 'mingw' as bootstrap toolchain name. Vladimir Prus 2016-02-17 16:27:28 +0300
  • 5424ef24d4 Add tests and get break output to work in console mode. Steven Watanabe 2016-02-16 14:35:31 -0700
  • 7a46ea5202 Get print+breakpoints+stepping to work with both console and mi. Steven Watanabe 2016-02-11 11:14:17 -0700
  • 54cfd5115c Support for upcoming QtCharts and Qt3D libraries Jürgen Hunold 2016-02-11 16:44:30 +0100
  • 8dfda383ed Ignore bin directory created by running the tests Jürgen Hunold 2016-02-11 16:02:57 +0100
  • e616a56d55 Finally adapt to Boost.Test changes in 1.59.0 Jürgen Hunold 2016-02-11 16:02:38 +0100
  • 7c5b4a4c9b Disable library_order test for now. Vladimir Prus 2016-02-04 03:24:35 -0500
  • e891e4b76c Run Boost.Build tests via Travis CI. Vladimir Prus 2016-02-04 03:13:05 -0500
  • 99b4b805a8 Revive path_features.py. Vladimir Prus 2016-02-01 02:37:21 -0500
  • b263f1aae0 Work on un-mixing stdout and debugger internal comunication. Steven Watanabe 2016-01-11 12:27:23 -0700
  • ec3ac1ce81 ci: Run Boost.Build against Python 2.7 as well. Thomas Brown 2015-12-14 05:27:17 -0500
  • 0626908ca2 ci: Run Boost.Build tests on Travis. Thomas Brown 2015-11-20 04:11:24 -0500
  • 4d7edbdd53 test: Exit unsuccessful with failures. Thomas Brown 2014-08-30 13:12:05 -0700
  • 36fa8d40d0 When possible, directly exec rst2html script to allow system installs of docutils. Rene Rivera 2015-12-30 10:28:50 -0600
  • 7d80077b49 Force doxygen to not use a format as it's meaningless and avoids conflicts when building other multi-format docs. Rene Rivera 2015-12-23 10:08:56 -0600
  • 8849b091c5 Make it possible to configure docutils to use built-in docutils package. Rene Rivera 2015-12-23 10:07:44 -0600
  • 1b1025fe20 Make format feature non-incidental as the same targets for different formats can be built at the same time. Rene Rivera 2015-12-23 10:06:03 -0600
  • 891a110224 Merge pull request #116 from NumScale/fix_typos_in_reference_doc Rene Rivera 2015-12-21 09:43:44 -0600
  • f301164ad4 Fix typos in reference documentation Charly Chevalier 2015-12-21 16:33:30 +0100
  • 0704b0f0af Create a flag for running the debugger. Also start splitting the text interface from the gdm/mi interface. Steven Watanabe 2015-12-14 13:33:55 -0700
  • 4a5cf7f909 OpenVMS support. Vladimir Prus 2015-12-14 02:46:44 -0500
  • 2d3c5bd16d Added regression test for bzip2 tool loonycyborg 2015-12-08 18:49:53 +0300
  • da6225b54f Added tool for bzip2 library loonycyborg 2015-12-05 01:23:03 +0300
  • 8f25e81c3d python: Determine the version if interp, incl & lib are provided Michał Górny 2015-11-10 18:16:49 +0100
  • 55593971a8 Provide error message and stacktrace with bad parameter to bjam.call() Aaron Boman 2015-10-29 09:17:38 -0500
  • 0cb7b16543 Refactoring conditional directives for incomplete if conditions. wmarquesr 2015-12-14 02:32:09 -0300
  • cfe40e6d8b Merge pull request #110 from tee3/develop-travis-ci Vladimir Prus 2015-12-14 10:03:43 +0300
  • c0ef46eeab Add support for clearing breakpoints. Steven Watanabe 2015-12-11 13:34:11 -0700
  • 31692f06f9 Check for a child when printing the stack. Steven Watanabe 2015-12-11 13:02:37 -0700
  • 7c8de02c3f Really commit the code that I intended to add in the last commit. Also add support for viewing the stack. Steven Watanabe 2015-12-10 19:48:01 -0700
  • daa67700ed Implement printing values for MI. Steven Watanabe 2015-12-10 17:16:13 -0700
  • 4565f96481 ci: Add environment variables for toolset and flags. Thomas Brown 2015-11-20 02:49:37 -0500
  • a2e9bf2f62 ci: Test with the clang compiler as well. Thomas Brown 2015-11-20 01:26:46 -0500
  • 50856135f7 ci: Use CC to indicate the compiler. Thomas Brown 2015-11-20 03:08:55 -0500
  • 1145865424 ci: Only run on Linux for now. Thomas Brown 2015-11-20 00:43:08 -0500
  • 80ba423435 ci: Preparation for more complex scripts. Thomas Brown 2015-11-20 00:47:56 -0500
  • c0bd65d696 ci: Run tests on new Travis infrastructure. Thomas Brown 2015-11-20 00:41:36 -0500
  • bcd4e52997 Merge pull request #103 from jzmaddock/patch-4 Rene Rivera 2015-11-08 13:06:54 -0600
  • 4169b86ccd Update for Intel 16.0 on Windows. jzmaddock 2015-11-08 19:00:18 +0000
  • e7ad998104 Add bootstrap install info for VMS. Artur Shepilko 2015-10-27 17:14:55 -0500
  • 0026610c41 Update examples to support VMS. Artur Shepilko 2015-04-21 18:57:37 -0500