78ffbe0944Fix not having a default python interpreter version on targets.
Rene Rivera
2016-07-16 15:53:30 -0500
29c44bb36bMerge pull request #117 from praetorian20/develop
Jürgen Hunold
2016-07-15 17:41:47 +0200
c8665267d3Fix for auto configuring MPI on Windows.
Ashish Sadanandan
2016-07-15 00:04:28 -0600
3ea65143c0Strip trailing whitespace, no other changes
Ashish Sadanandan
2016-07-15 00:01:02 -0600
a4e99b836cMerge pull request #132 from MarcelRaad/msvc15
Jürgen Hunold
2016-07-13 08:44:08 +0200
ae5e63a131Add 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
5f09d17716Correct whitespace
Vladimir Prus
2016-07-12 21:56:17 +0300
885574b61aAdd Apple TV support
Victor Robertson
2016-06-20 17:46:08 -0700
8251fd7550Merge pull request #129 from jwakely/spelling
Edward Diener
2016-05-23 07:07:31 -0400
4d304fb904Fix typos in comments
Jonathan Wakely
2016-05-23 11:52:10 +0100
e3311b23f0Merge #127: Documentation fixes, largely grammar and spelling corrections
Vladimir Prus
2016-05-17 16:13:15 +0300
24f97b090fDocumentation 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
d0f83a8cb5Remove grammatical fix.
Edward Diener
2016-04-30 12:59:12 -0400
6f8ed92ce9Removed erroneous documentation fix.
Edward Diener
2016-04-29 15:57:49 -0400
f7e019c8adCorrected terminology in the documentation.
Edward Diener
2016-04-29 12:55:51 -0400
ef4c103510Remove syntactical change previously made.
Edward Diener
2016-04-29 08:17:11 -0400
1e6a12f5bdDocumentation fixes, largely grammar and spelling corrections.
Edward Diener
2016-04-29 07:58:50 -0400
b3f41f2294Darwin (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
786a5c5e65If 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
1dd163c51cDarwin (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
37ba13295cRemove wrong if. This case is already handled correctly by the next else if.
Steven Watanabe
2016-03-23 18:04:24 -0600
e6116e7567Clean up formatting/undefined variables/odd control flow in zlib and bzip2.
Steven Watanabe
2016-03-22 10:18:13 -0600
25819cbda3Make sure that explicit returns don't interfere with function rewriting.
Steven Watanabe
2016-03-22 09:50:51 -0600
c7b2c57e79Start testing mi.
Steven Watanabe
2016-03-10 12:49:57 -0700
e83838da44Merge remote-tracking branch 'origin/develop'
Vladimir Prus
2016-03-10 10:06:17 +0300
8b9dbbe418Add support for FreeBSD 10 or later.
Kohei Takahashi
2016-02-29 22:47:12 +0900
2564ce1853Add test for print.
Steven Watanabe
2016-03-09 15:33:31 -0700
de9a600167Do not pass -Ofast to pathscale toolset
Michał Górny
2016-03-06 18:20:51 +0100
aaeedea9ccFix a leak and a missing copy when building with the global string table disabled.
Steven Watanabe
2016-03-04 12:28:42 -0700
b015a40847Don'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
f00b27cf5aNDEBUG disables OBJECT_MAGIC.
Steven Watanabe
2016-03-04 11:11:40 -0700
8f39cdebc9Fix two memory leaks and a double free.
Steven Watanabe
2016-03-04 11:08:28 -0700
b3ed07bc1dMerge remote-tracking branch 'origin/develop'
Jürgen Hunold
2016-03-04 12:22:28 +0100
b5dc9949d0Fix 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
6ece5736bcJunctions 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
e2d07ad6dbMake sure that source files end with a newline.
Steven Watanabe
2016-03-01 12:48:38 -0700
f5e005e8f3Fix 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
9da5a06af8Add 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
7a59e03049Fix 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
72ff0b63ffFix 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
4c546c3c15Add support for more Qt libraries
Jürgen Hunold
2016-02-28 17:09:32 +0100
1a0a48af96Mark 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
09b6788df6Translate 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
596f45dab5Close para tags in listitems.
Daniel
2016-02-25 18:27:22 +0000
0da0a8ccf4Unbreak msvc build.
Steven Watanabe
2016-02-23 14:39:04 -0700
d9417960f9Document archiver and ranlib options for gcc.
Vladimir Prus
2016-02-23 13:59:24 -0500
340756c61eAdd clear to help
Steven Watanabe
2016-02-23 09:53:50 -0700
2326cfe458Finish porting tests to the new utility rule.
Steven Watanabe
2016-02-22 19:34:34 -0700
1c86c4868eTests for backtrace. Also add a simple utility to make these tests easier to read.
Steven Watanabe
2016-02-22 12:59:06 -0700
7d7de34346More testing. Fix some issues exposed by the new tests.
Steven Watanabe
2016-02-20 18:30:55 -0700
e9db80896fMerge remote-tracking branch 'origin/develop' into debug
Steven Watanabe
2016-02-19 11:55:56 -0700
51a9304c24Start making tests more systematic.
Steven Watanabe
2016-02-18 12:24:37 -0700
1a2109894eWhen possible, directly exec rst2html script to allow system installs of docutils.
Rene Rivera
2015-12-30 10:28:50 -0600
85057e89c7Force 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
7a4b66bb78Make it possible to configure docutils to use built-in docutils package.
Rene Rivera
2015-12-23 10:07:44 -0600
82543ffe7bMake 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
2a5032261fGet backtrace working and add some more tests.
Steven Watanabe
2016-02-17 10:30:48 -0700
2f8e4ae868Do not use 'mingw' as bootstrap toolchain name.
Vladimir Prus
2016-02-17 16:27:28 +0300
5424ef24d4Add tests and get break output to work in console mode.
Steven Watanabe
2016-02-16 14:35:31 -0700
7a46ea5202Get print+breakpoints+stepping to work with both console and mi.
Steven Watanabe
2016-02-11 11:14:17 -0700
54cfd5115cSupport for upcoming QtCharts and Qt3D libraries
Jürgen Hunold
2016-02-11 16:44:30 +0100
8dfda383edIgnore bin directory created by running the tests
Jürgen Hunold
2016-02-11 16:02:57 +0100
e616a56d55Finally adapt to Boost.Test changes in 1.59.0
Jürgen Hunold
2016-02-11 16:02:38 +0100
7c5b4a4c9bDisable library_order test for now.
Vladimir Prus
2016-02-04 03:24:35 -0500
e891e4b76cRun Boost.Build tests via Travis CI.
Vladimir Prus
2016-02-04 03:13:05 -0500
99b4b805a8Revive path_features.py.
Vladimir Prus
2016-02-01 02:37:21 -0500
b263f1aae0Work on un-mixing stdout and debugger internal comunication.
Steven Watanabe
2016-01-11 12:27:23 -0700
ec3ac1ce81ci: Run Boost.Build against Python 2.7 as well.
Thomas Brown
2015-12-14 05:27:17 -0500
0626908ca2ci: Run Boost.Build tests on Travis.
Thomas Brown
2015-11-20 04:11:24 -0500
4d7edbdd53test: Exit unsuccessful with failures.
Thomas Brown
2014-08-30 13:12:05 -0700
36fa8d40d0When possible, directly exec rst2html script to allow system installs of docutils.
Rene Rivera
2015-12-30 10:28:50 -0600
7d80077b49Force 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
8849b091c5Make it possible to configure docutils to use built-in docutils package.
Rene Rivera
2015-12-23 10:07:44 -0600
1b1025fe20Make 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
f301164ad4Fix typos in reference documentation
Charly Chevalier
2015-12-21 16:33:30 +0100
0704b0f0afCreate 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
4a5cf7f909OpenVMS support.
Vladimir Prus
2015-12-14 02:46:44 -0500
2d3c5bd16dAdded regression test for bzip2 tool
loonycyborg
2015-12-08 18:49:53 +0300
da6225b54fAdded tool for bzip2 library
loonycyborg
2015-12-05 01:23:03 +0300
8f25e81c3dpython: Determine the version if interp, incl & lib are provided
Michał Górny
2015-11-10 18:16:49 +0100
55593971a8Provide error message and stacktrace with bad parameter to bjam.call()
Aaron Boman
2015-10-29 09:17:38 -0500
0cb7b16543Refactoring conditional directives for incomplete if conditions.
wmarquesr
2015-12-14 02:32:09 -0300
cfe40e6d8bMerge pull request #110 from tee3/develop-travis-ci
Vladimir Prus
2015-12-14 10:03:43 +0300
c0ef46eeabAdd support for clearing breakpoints.
Steven Watanabe
2015-12-11 13:34:11 -0700
31692f06f9Check for a child when printing the stack.
Steven Watanabe
2015-12-11 13:02:37 -0700
7c8de02c3fReally 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
daa67700edImplement printing values for MI.
Steven Watanabe
2015-12-10 17:16:13 -0700
4565f96481ci: Add environment variables for toolset and flags.
Thomas Brown
2015-11-20 02:49:37 -0500
a2e9bf2f62ci: Test with the clang compiler as well.
Thomas Brown
2015-11-20 01:26:46 -0500
50856135f7ci: Use CC to indicate the compiler.
Thomas Brown
2015-11-20 03:08:55 -0500
1145865424ci: Only run on Linux for now.
Thomas Brown
2015-11-20 00:43:08 -0500
80ba423435ci: Preparation for more complex scripts.
Thomas Brown
2015-11-20 00:47:56 -0500
c0bd65d696ci: Run tests on new Travis infrastructure.
Thomas Brown
2015-11-20 00:41:36 -0500