Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 8 | -37/+47 |
|\ | |||||
| * | updated copyright on manpage. TODO: fix update-release-files.sh to do this ↵ | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | | | | | | | | automatically | ||||
| * | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | | |||||
| * | Regenerated docs for 2.5.0 release | William Deegan | 2016-04-09 | 6 | -33/+33 |
| | | |||||
| * | Merged in thosrtanner/scons-cache-name (pull request #302) | William Deegan | 2016-04-08 | 1 | -0/+10 |
| |\ | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows | ||||
| | * | Cleanup of code/comments and rename and rewrite of upgrade script | Thomas Tanner | 2016-03-19 | 1 | -3/+3 |
| | | | |||||
| | * | Update to produce warning message. | Thomas Tanner | 2016-03-13 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | This also means an existing empty cache directory will be treated as v2 (which is probably a good idea...) | ||||
* | | | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 11 | -38/+45 |
|\ \ \ | |/ / | |||||
| * | | Issue 2959: Corrected typo in User Guide for Scanner keyword. | William Blevins | 2016-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | Updated documentation | Adarsh Sanjeev | 2016-01-04 | 10 | -37/+44 |
| |/ | |||||
* | | Some more print statements to functions. | Russel Winder | 2016-01-01 | 1 | -1/+2 |
| | | |||||
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 32 | -753/+1333 |
|\ \ | |/ | |||||
| * | merge changes from 2.4.1 release to default | William Deegan | 2015-11-09 | 10 | -30/+22 |
| | | |||||
| * | doc: do not recommend os.popen which is deprecated in python | Carnë Draug | 2015-09-26 | 1 | -2/+2 |
| | | |||||
| * | Merged in carandraug/scons (pull request #248) | William Deegan | 2015-09-29 | 2 | -0/+21 |
| |\ | |||||
| | * | Add new CheckProg configure method to documentation and list of changes. | Carnë Draug | 2015-09-26 | 2 | -0/+21 |
| | | | |||||
| * | | Merged in dirkbaechle/scons (pull request #238) | William Deegan | 2015-09-29 | 4 | -48/+40 |
| |\ \ | | | | | | | | | | | | | Fixed license of SVG titlepage files (#2985) | ||||
| | * | | Fixed license of SVG titlepage files, resolves #2985. This is required in ↵ | Dirk Baechle | 2015-06-02 | 4 | -48/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | the Debian packaging context, such that the images allow for commercial use too. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787356 for the original bug description. | ||||
| * | | | Added help for pull request #226 | William Deegan | 2015-09-28 | 15 | -40/+291 |
| | | | | |||||
| * | | | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1 | ||||
| * | | | Regenerated docs for 2.4.0 Release | William Deegan | 2015-09-21 | 3 | -7/+5 |
| | |/ | |/| | |||||
| * | | update docs for 2.3.5 release | William Deegan | 2015-07-31 | 4 | -30/+30 |
| | | | |||||
| * | | merge pull request 236: ajf58: Corrected escaping of less-than and ↵ | William Deegan | 2015-07-25 | 2 | -4/+4 |
| |\ \ | | | | | | | | | | | | | greater-than symbols. | ||||
| | * | | Reverting changes to generated output as requested in PR feedback. | Andrew Featherstone | 2015-05-27 | 2 | -30/+30 |
| | | | | |||||
| | * | | Issue 2984: Corrected escaping of less-than and greater-than symbols. | Andrew Featherstone | 2015-05-25 | 4 | -34/+34 |
| | |/ | |||||
| * | | merging 2.3.5 changes | William Deegan | 2015-06-20 | 2 | -4/+4 |
| | | | |||||
| * | | reverting 3320 | William Deegan | 2015-06-18 | 1 | -2/+2 |
| | | | |||||
| * | | Release 2.3.5.final.0 | William Deegan | 2015-06-15 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | - updated generated documentation, prior to release of 2.3.5 | Dirk Baechle | 2015-05-20 | 2 | -4/+15 |
| | | |||||
| * | Merged in spollard/scons-issue-2990 (pull request #2), fixes #2990 (doc ↵ | Dirk Baechle | 2015-05-05 | 1 | -1/+1 |
| |\ | | | | | | | | | | change in builders-writing.xml, forked from dirkbaechle/scons) | ||||
| | * | Fixed minor punctuation issue 2990 | Stephen Pollard | 2015-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc ↵ | Dirk Baechle | 2015-05-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | change in libraries.xml, forked from dirkbaechle/scons) | ||||
| | * | | Fixed a sentence in libraries.xml in response to issue 2989. | Stephen Pollard | 2015-05-02 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add an exclude parameter to Glob(), to allow excluding some elements ↵ | Alexandre Feblot | 2015-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | matching the main pattern | ||||
| * | | Merged in bdbaddog/scons (pull request #230), extending docs for ↵ | Dirk Baechle | 2015-04-06 | 2 | -6/+22 |
| |\ \ | | | | | | | | | | | | | InstallVersionedLib and SharedLibrary | ||||
| | * | | updated copyright date on man pages | William Deegan | 2015-03-25 | 1 | -2/+2 |
| | | | | |||||
| | * | | added more info to the section on InstallVersionedLib(). fixed having ↵ | William Deegan | 2015-03-24 | 5 | -3537/+2675 |
| | |/ | | | | | | | | | | InstallAs example in the text for InstallVersionedLib() | ||||
| * | | Merged in LaurentMarchelli/scons (pull request #209), implementation of ↵ | Dirk Baechle | 2015-04-06 | 3 | -524/+478 |
| |\ \ | | |/ | |/| | | | | Visual Studio users files | ||||
| * | | - providing MAN page stubs when not all doc packages for the packaging ↵ | Dirk Baechle | 2015-01-18 | 4 | -6/+44 |
| | | | | | | | | | | | | | | | | | | process are installed - fixed refmiscinfo for MAN pages | ||||
| * | | doc/SConscript: Fix build crash when XML toolchain is not installed | anatoly techtonik | 2015-01-11 | 1 | -26/+29 |
| |/ | | | | | | | by intercepting previously added ImportError from SConsDoc | ||||
| * | Merged in russel/scons (pull request #203), update Fortran tooling to ↵ | Dirk Baechle | 2015-01-10 | 4 | -36/+338 |
| | | | | | | | | support .f08 file extensions" | ||||
| * | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 1 | -0/+1 |
| | | |||||
| * | Updated generated docs for 2.3.3 release | Gary Oberbrunner | 2014-08-24 | 6 | -39/+39 |
| | | |||||
| * | Update doc, change python floor from 2.4 to 2.7. | Gary Oberbrunner | 2014-08-24 | 4 | -16/+15 |
| | | |||||
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 18 | -80/+570 |
|\ \ | |/ | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts. | ||||
| * | Merged in williamblevins/scons (pull request #164), update of documentation ↵ | Dirk Baechle | 2014-08-20 | 2 | -16/+13 |
| |\ | | | | | | | | | | for issue #2395 | ||||
| | * | Updated Issue 2395 documentation per request. | William Blevins | 2014-08-09 | 1 | -13/+10 |
| |/ | |||||
| * | - updated CHANGES.txt | Dirk Baechle | 2014-07-28 | 4 | -36/+36 |
| | | | | | | | | - updated generated doc files | ||||
| * | Adds basic documentation of the CheckTypeSize method. | Andrew Featherstone | 2014-07-21 | 2 | -0/+21 |
| | | |||||
| * | Issue 2395: Added user guide details for Copy symbolic link support. | William Blevins | 2014-07-20 | 1 | -0/+21 |
| | |