Aaron Boman
1c315cf87b
Update unix.ArchiveGenerator.run().
2016-10-27 20:21:59 -05:00
Aaron Boman
1080608e11
Remove CScanner from cpp.py as it was already declared in builtin.py
2016-10-27 20:21:58 -05:00
Aaron Boman
8ee37e2afe
Fix asm.set_asm_type() return value.
2016-10-27 20:21:58 -05:00
Aaron Boman
83de3c5827
Fix call to alias() in testing.py.
2016-10-27 20:21:58 -05:00
Aaron Boman
404ae8a89d
Incorrect type passed in rc.py
2016-10-27 20:21:58 -05:00
Aaron Boman
359f21c237
Fix incorrect type passed in msvc.py
2016-10-27 20:21:58 -05:00
Aaron Boman
aaf9187883
Add support for faster MSVC Startup script.
2016-10-27 20:21:58 -05:00
Aaron Boman
aa49e0a141
Fix msvc.preprocess action name in msvc.py.
2016-10-27 20:21:57 -05:00
Aaron Boman
643bc6f410
Fix toolset.flags() call for 'mc.compile' in mc.py.
2016-10-27 20:21:57 -05:00
Aaron Boman
e50815353e
Add preprocessor support in gcc.py/
2016-10-27 20:21:57 -05:00
Aaron Boman
1fee455656
Fix function called with wrong type in gcc.py.
2016-10-27 20:21:57 -05:00
Aaron Boman
eb097ad804
Fix options bug in gcc.py
2016-10-27 20:21:57 -05:00
Aaron Boman
b4b5e3179e
Clean up common.MkDir in common.py.
2016-10-27 20:21:57 -05:00
Aaron Boman
2371e387a0
Make the command line outputs like that of Jam.
2016-10-27 20:21:56 -05:00
Aaron Boman
d5a07dcdb3
Fix get_invocation_command_nodefault().
...
It was possible for command to be None. Thus, calling ' '.join(None) directly
would error out.
2016-10-27 20:21:56 -05:00
Aaron Boman
8f0b57e54e
Fix cast() rule.
...
Previously, only the TYPE was allowed and not the type's rule.
This brings the Python port up to date with Jam.
2016-10-27 20:21:56 -05:00
Aaron Boman
aa42913e08
Finish porting the ArchivingGenerator.
2016-10-27 20:21:56 -05:00
Aaron Boman
593f615a1a
Prevent LinkingGenerator from direclty modifying its source list.
2016-10-27 20:21:56 -05:00
Aaron Boman
a216a9a2c8
Set CScanner as scanner for H and HPP types.
2016-10-27 20:21:56 -05:00
Aaron Boman
0e164d20d2
Fix inconsistency with <asynch-exceptions> in builtin.py.
2016-10-27 20:21:55 -05:00
Stefan Seefeld
3fc8257303
Remove obsolete code.
2016-10-27 08:38:50 -04:00
Stefan Seefeld
a1979fe91c
Improve logging.
2016-10-26 20:32:58 -04:00
Rene Rivera
ee9a70268b
Fix missing numpy tests.
...
We ensure that we don't have tests with subdirectories in the name to
avoid a log processing defficiency (and not easily resolved) of not
supporting subdirs for individual tests.
2016-10-26 16:43:55 -05:00
Sergiu Deitsch
594ef7b1da
added Intel C++ compiler 17.0 support
2016-10-26 11:59:59 +03:00
Stefan Seefeld
4b099e76b0
Add include path for NumPy extension.
2016-10-20 17:24:36 -04:00
Stefan Seefeld
22f41dfa32
Add support for NumPy extension.
2016-10-13 21:16:29 -04:00
Rene Rivera
895196b739
Fix time data test for added clock field.
2016-10-12 08:50:23 -05:00
Rene Rivera
a94e1d0727
Fix testing.time feature and add clock value to it.
...
The old testing.time feature was horribly broken in the face of the
current b2 virtual target design. This redoes the feature in a friendly
manner to the virtual targets. This also adds the clock (aka wall clock)
timing value to __TIMING_RULE__ invocations.
2016-10-11 23:29:20 -05:00
Rene Rivera
a5a2536499
Add, and update, documentation build targets.
2016-10-07 23:07:37 -05:00
Aaron Boman
2591785b6e
Replace '.has_key()' with 'in'.
2016-09-30 20:37:05 +01:00
Rene Rivera
94816f80ff
Add emscripten debug option to get better runtime debug output.
2016-08-06 14:48:39 -05:00
Rene Rivera
833a0abbea
Support static libs for emscripten building.
2016-08-04 09:01:46 -05:00
Rene Rivera
01a1bfa253
A basic implementation of a toolset for Emscripten. It can currently
...
compile C/C++ to Javascript (as ASM.js).
2016-08-03 18:32:03 -05:00
Rene Rivera
caeb6a9695
Fix check to avoid duplicate default python toolset requirement.
2016-07-23 12:40:14 -05:00
Rene Rivera
78ffbe0944
Fix not having a default python interpreter version on targets.
...
This change adds a toolset requirement that sets the python version
feature of the first configured python for a given target OS (usually
the host OS). This allows to correctly configure different python
interpreters for different target OSes.
2016-07-16 15:53:30 -05:00
Ashish Sadanandan
c8665267d3
Fix for auto configuring MPI on Windows.
...
Microsoft has a new MPI implementation available -
https://msdn.microsoft.com/en-us/library/windows/desktop/bb524831%28v=vs.85%29.aspx
There are now two installers, one for the MPI executor and another for the MPI
SDK (which contains the headers and static libraries), and these install to
different locations by default.
The jam file has been changed so that MS-MPI is first checked, if found use
that as the MPI executor/SDK. If not found, the MS Compute Cluster Pack is
checked next.
2016-07-15 00:04:28 -06:00
Ashish Sadanandan
3ea65143c0
Strip trailing whitespace, no other changes
2016-07-15 00:01:02 -06:00
Marcel Raad
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.
2016-07-12 22:01:12 +02:00
Vladimir Prus
5f09d17716
Correct whitespace
2016-07-12 21:56:17 +03:00
Victor Robertson
885574b61a
Add Apple TV support
2016-07-12 21:54:28 +03:00
Rene Rivera
2540d311e7
Don't accidentally remove python source tests.
2016-06-13 23:29:33 -05:00
Jonathan Wakely
4d304fb904
Fix typos in comments
2016-05-23 11:52:10 +01:00
Steven Watanabe
786a5c5e65
If we can't find the python headers and libraries, abort configuration. Otherwise, we would attempt to build Boost.Python unconditionally.
2016-04-14 08:49:00 -06:00
K. Noel Belcourt
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.
2016-04-08 20:05:50 -06:00
Steven Watanabe
e6116e7567
Clean up formatting/undefined variables/odd control flow in zlib and bzip2.
2016-03-22 10:18:13 -06:00
Steven Watanabe
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.
2016-03-01 15:58:10 -07:00
Steven Watanabe
6ece5736bc
Junctions should be removed with rmdir, not del. This fixes a bug that causes -a --reconfigure to decide that junctions are not supported.
2016-03-01 13:15:19 -07:00
Steven Watanabe
72ff0b63ff
Fix setup script handling for msvc-7.1.
...
* global-setup doesn't exist.
* cpu should only be i386.
2016-03-01 10:17:54 -07:00
Jürgen Hunold
4c546c3c15
Add support for more Qt libraries
...
- QtDataVisualization
- QtSerialPort
- QtWebChannel
- QtWebSockets
- QtPurchasing
- WebEngine (QtWebengine and QtWebengineWidgets)
- Connectivity (QtBluetooth and QtNfc)
- QtGamepad
- QtScxml
- QtSerialBus
2016-02-28 17:09:32 +01:00
Steven Watanabe
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.
2016-02-27 11:41:34 -07:00