| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Documentation fixes for libraries.xml and
builders-writing.xml (#2989 and #2990)
- Extended docs for InstallVersionedLib/SharedLibrary,
and added SKIP_WIN_PACKAGES argument to build script
bootstrap.py (PR #230, #3002).
- Fixed symlink support (PR #227, #2395).
- Updated debug-count test case (PR #229).
- Fixed incomplete LIBS flattening and substitution in
Program scanner(PR #205, #2954).
- Added new method rentry_exists_on_disk to Node.FS (PR #193).
- Fixed several D tests under the different OS.
- Add support for f08 file extensions for Fortran 2008 code.
- Show --config choices if no argument is specified (PR #202).
- Fixed build crash when XML toolchain isn't installed, and
activated compression for ZIP archives.
- Fix for VersionedSharedLibrary under 'sunos' platform.
- Fixed dll link with precompiled headers on MSVC 2012
- Added an 'exclude' parameter to Glob()
- Support for multiple cmdargs (one per variant) in VS project files.
- Various improvements for TempFileMunge class.
- Added an implementation for Visual Studio users files (PR #209).
- Added support for the 'PlatformToolset' tag in VS project files (#2978).
- Added support for '-isystem' to ParseFlags.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes
-- Extended docs for InstallVersionedLib/SharedLibrary,
-- Fixed symlink support (PR #227, #2395).
-- Fixed incomplete LIBS flattening and substitution in
Program scanner(PR #205, #2954).
-- Added new method rentry_exists_on_disk to Node.FS (PR #193).
-- Add support for f08 file extensions for Fortran 2008 code.
-- Show --config choices if no argument is specified (PR #202).
-- Fixed build crash when XML toolchain isn't installed, and
activated compression for ZIP archives.
-- Fix for VersionedSharedLibrary under 'sunos' platform.
-- Fixed dll link with precompiled headers on MSVC 2012
-- Added an 'exclude' parameter to Glob()
-- Support for multiple cmdargs (one per variant) in VS project files.
-- Various improvements for TempFileMunge class.
-- Added an implementation for Visual Studio users files (PR #209).
-- Added support for the 'PlatformToolset' tag in VS project files (#2978).
-- Added support for '-isystem' to ParseFlags.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes
-- Extended docs for InstallVersionedLib/SharedLibrary,
-- Fixed symlink support (PR #227, #2395).
-- Fixed incomplete LIBS flattening and substitution in
Program scanner(PR #205, #2954).
-- Added new method rentry_exists_on_disk to Node.FS (PR #193).
-- Add support for f08 file extensions for Fortran 2008 code.
-- Show --config choices if no argument is specified (PR #202).
-- Fixed build crash when XML toolchain isn't installed, and
activated compression for ZIP archives.
-- Fix for VersionedSharedLibrary under 'sunos' platform.
-- Fixed dll link with precompiled headers on MSVC 2012
-- Added an 'exclude' parameter to Glob()
-- Support for multiple cmdargs (one per variant) in VS project files.
-- Various improvements for TempFileMunge class.
-- Added an implementation for Visual Studio users files (PR #209).
-- Added support for the 'PlatformToolset' tag in VS project files (#2978).
-- Added support for '-isystem' to ParseFlags.
|
| | |
|
| |
|
|
| |
Node representation (PR #235)
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
Update msvc linker emitter to add the PCH object to shared libraries if not already present.
|
| | | |
|
| |/
|
|
| |
matching the main pattern
|
| |\
| |
| |
| | |
InstallVersionedLib and SharedLibrary
|
| | |
| |
| |
| | |
InstallAs example in the text for InstallVersionedLib()
|
| | | |
|
| |\ \
| | |
| | |
| | | |
Visual Studio users files
|
| | | | |
|
| | | | |
|
| | |/
|/|
| |
| |
| | |
Symlink contents now copied correctly with relative path
when ( cwd != symlink directory ).
|
| |\ \
| | |
| | |
| | | |
A few simple refactorings and optimizations
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Issue 2994.
|
| | | |
| | |
| | |
| | | |
discussion with Pawel Tomulik. Any typeerror will be handled by trying str.decode()
|
| | | |
| | |
| | |
| | | |
installed. Also fixed some error messages when not finding requested SDK's. Previously would throw an exception
|
| |/ /
| |
| |
| | |
because if it's being run on a non-windows platform it always defaults to use msvc version 6, which doesn't provide a 64 bit installer boilerplate. Switching to 9 should work with python 2.7.x
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
rentry_exists_on_disk
|
| | | |
|
| |\ \
| | |
| | |
| | | |
support .f08 file extensions"
|
| | | | |
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Changes output of `scons --config` from:
usage: scons [OPTION] [TARGET] ...
SCons Error: --config option requires an argument
To:
usage: scons [OPTION] [TARGET] ...
SCons Error: --config option requires an argument (choose from auto, force, cache)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
setattr(TList, 'tempfile_cmdlist', cmdlist)
|
| | |
| |
| |
| | |
fixed.
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|