summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 2.3.6 for changeset 6ccc44a210aerel_2.3.6William Deegan2015-07-310-0/+0
|
* Final auto updates for 2.3.6 release2.3.6William Deegan2015-07-317-15/+16
|
* Changes for 2.3.6William Deegan2015-07-313-4/+9
|
* update docs for 2.3.5 releaseWilliam Deegan2015-07-314-30/+30
|
* Call scons-proc.py with the same python executable that the ↵William Deegan2015-07-291-2/+3
| | | | docs-update-generated is being run by.
* Remove obsolete aegis revision control scriptsWilliam Deegan2015-07-293-1023/+0
|
* mergedWilliam Deegan2015-07-270-0/+0
|\
| * Merged in ajf58/scons (pull request #236)William Deegan2015-07-252-4/+4
| |\ | | | | | | | | | Issue 2984: Corrected escaping of less-than and greater-than symbols.
* | \ merge pull request 236: ajf58: Corrected escaping of less-than and ↵William Deegan2015-07-252-4/+4
|\ \ \ | |/ / |/| / | |/ greater-than symbols.
| * Reverting changes to generated output as requested in PR feedback.Andrew Featherstone2015-05-272-30/+30
| |
| * Issue 2984: Corrected escaping of less-than and greater-than symbols.Andrew Featherstone2015-05-254-34/+34
| |
* | Issue 3004: Updated Environment.Dump pydoc.William Blevins2015-06-291-2/+2
| |
* | Merged in techtonik/scons (pull request #239)William Deegan2015-07-241-1/+1
|\ \ | | | | | | | | | Fix premature SyntaxError on Python 3
| * | Fix premature SyntaxError on Python 3anatoly techtonik2015-06-201-1/+1
| | | | | | | | | | | | This allows to show correct message for Python 3 users
* | | Kick buildbotWilliam Deegan2015-07-231-1/+0
|/ /
* | Update CHANGES.txt for VS2015 supportRob Smith2015-07-201-1/+3
| |
* | Add VS14 support to the solution generation code and fix the solution ↵Rob Smith2015-07-202-2/+4
| | | | | | | | version number (12.0)
* | Update MSVS project samples in TestSConsMSVSRob Smith2015-07-171-0/+108
| |
* | Add VS 2015 testsRob Smith2015-07-155-0/+541
| |
* | Add Visual Studio 2015 support to SConsRob Smith2015-07-143-1/+33
| |
* | post release changes back to develop settingsWilliam Deegan2015-06-204-3/+10
| |
* | merging 2.3.5 changesWilliam Deegan2015-06-2011-21/+80
| |
* | reverting 3320William Deegan2015-06-178-39/+19
| |
* | reverting 3321William Deegan2015-06-177-15/+14
| |
* | Backed out changeset 47b5d15ad8c1William Deegan2015-06-170-0/+0
| |
* | Tagging 2.3.5William Deegan2015-06-150-0/+0
| |
* | Release 2.3.5.final.0William Deegan2015-06-157-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Release 2.3.5.final.0William Deegan2015-06-158-19/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | rolling back unicode --tree=all patchWilliam Deegan2015-06-142-4/+2
| |
* | rolling back unicode --tree=all patchWilliam Deegan2015-06-141-15/+0
| |
* | Merged in techtonik/scons (pull request #235)William Deegan2015-05-263-2/+19
|\ \ | |/ |/| | | Fix --tree=all print when build tree contains non-ascii Node representation
| * Add test for UnicodeDecode failureanatoly techtonik2015-05-261-0/+15
| |
| * Fix --tree=all print when build tree contains non-asciianatoly techtonik2015-05-182-2/+4
| | | | | | | | Node representation (PR #235)
* | - updated generated documentation, prior to release of 2.3.5Dirk Baechle2015-05-202-4/+15
|/
* Updated CHANGES.txtDirk Baechle2015-05-051-0/+4
|
* Merged in spollard/scons-issue-2990 (pull request #2), fixes #2990 (doc ↵Dirk Baechle2015-05-051-1/+1
|\ | | | | | | change in builders-writing.xml, forked from dirkbaechle/scons)
| * Fixed minor punctuation issue 2990Stephen Pollard2015-05-021-1/+1
| |
* | Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc ↵Dirk Baechle2015-05-051-1/+1
|\ \ | | | | | | | | | change in libraries.xml, forked from dirkbaechle/scons)
| * | Fixed a sentence in libraries.xml in response to issue 2989.Stephen Pollard2015-05-021-1/+1
| |/
* | Update READMEAlexandre Feblot2015-04-301-0/+2
| |
* | Glob exclude parameter can now be a string or a list of stringsAlexandre Feblot2015-04-303-7/+8
| |
* | merge defaultAlexandre Feblot2015-04-296-20/+122
|\ \
| * | Additional Glob exlude testsAlexandre Feblot2015-04-291-0/+4
| | |
| * | Fix typo in the docAlexandre Feblot2015-04-251-1/+1
| | |
| * | Add an exclude parameter to Glob(), to allow excluding some elements ↵Alexandre Feblot2015-04-255-19/+117
| | | | | | | | | | | | matching the main pattern
| * | Fix C typo error in a testAlexandre Feblot2015-04-251-1/+1
| | |
* | | Merged in feblot/scons-feblot/pchdll (pull request #232)William Deegan2015-04-290-0/+0
|\ \ \ | |/ / | | | | | | VC11 needs PCH objects added to the link line also for shared libraries.
* | | Add a test on basic PCH behavior: bulid a simple executable and a simple ↵pchdllAlexandre Feblot2015-04-291-0/+79
| | | | | | | | | | | | shared lib
* | | VC11 needs PCH objects added to the link line.Alexandre Feblot2015-04-251-0/+8
|/ / | | | | | | Update msvc linker emitter to add the PCH object to shared libraries if not already present.
* | Merged in bdbaddog/scons (pull request #230), extending docs for ↵Dirk Baechle2015-04-0613-3728/+4691
|\ \ | | | | | | | | | InstallVersionedLib and SharedLibrary