Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3261 from mwichmann/doc-default | William Deegan | 2019-02-02 | 1 | -8/+10 |
|\ | | | | | Improve scons docs regarding Default() | ||||
| * | Work on Default docu wording a bit more | Mats Wichmann | 2019-01-19 | 1 | -8/+10 |
| | | | | | | | | | | | | | | An earlier change updated some examples, this makes some tweaks to the wording as well for Default, DEFAULT_TARGETS, etc. to clarify. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | Changes for 3.0.4 release3.0.4 | William Deegan | 2019-01-23 | 1 | -1/+1 |
|/ | |||||
* | updates from update-release-info for 3.0.3 release | William Deegan | 2019-01-06 | 1 | -2/+2 |
| | |||||
* | Update some doc examples | Mats Wichmann | 2019-01-04 | 1 | -7/+6 |
| | | | | | | | | map() now returns an interable instead of a list, update examples which assumed they could just print() the result of a map(). Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Merge pull request #3249 from mwichmann/doc-install-update | William Deegan | 2018-12-17 | 1 | -241/+49 |
|\ | | | | | Update docs about installing scons3 (issue #3037) | ||||
| * | More requested changes to install doc (PR #3249) | Mats Wichmann | 2018-12-17 | 1 | -17/+7 |
| | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | PR #3249 typo fix | Mats Wichmann | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | A few more wording tweaks on scons/python install | Mats Wichmann | 2018-12-02 | 1 | -13/+18 |
| | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Update docs about installing scons3 | Mats Wichmann | 2018-12-02 | 1 | -238/+51 |
| | | | | | | | | | | | | | | | | Installing via pip now preferred; no more native-type packages (rpm, msi). Python 3 is supported - seemed one more place was missed that said it had to be Py2. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | fix broken xml in docs | William Deegan | 2018-12-06 | 2 | -26/+35 |
| | | |||||
* | | Doc updates. Some issues with generated files, but use for now | William Deegan | 2018-12-05 | 2 | -14/+4 |
|/ | |||||
* | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | initial support for virtualenv | Paweł Tomulik | 2018-11-10 | 1 | -0/+49 |
| | |||||
* | Fix some misspellings, remove repeated: and | Piotr Kasprzyk | 2018-07-20 | 2 | -4/+4 |
| | | | | Signed-off-by: Piotr Kasprzyk <ciri@ciri.pl> | ||||
* | Fix typos from issue 3194 | Mats Wichmann | 2018-07-17 | 1 | -3/+3 |
| | | | | | | https://github.com/SCons/scons/issues/3149 Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | typo | Hao Wu | 2018-07-11 | 1 | -1/+1 |
| | | | credit: https://stackoverflow.com/questions/39856184/does-scons-customized-decider-function-require-to-be-class-member | ||||
* | Fix running my_command example script in example | William Deegan | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Remove duplicate example. Likely caused by bad merge | William Deegan | 2018-02-19 | 1 | -20/+0 |
| | | | | Fixes #2983 | ||||
* | Fixed print statement to work with py2/3 | William Deegan | 2017-11-14 | 4 | -24/+24 |
| | |||||
* | fix spelling for emitter | William Deegan | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | addition to user docs | grbd | 2017-09-24 | 2 | -3/+113 |
| | |||||
* | Fix Bug #3020 - Download link in user guide broken. python setup.py install ↵ | William Deegan | 2017-08-19 | 1 | -1/+1 |
| | | | | --version-lib broken. Now fixed | ||||
* | Added fixes for docs / nested test for use of sys.path in toolpath | grbd | 2017-08-04 | 1 | -18/+31 |
| | |||||
* | Added docs for use of the PyPackageDir function | grbd | 2017-08-03 | 1 | -0/+32 |
| | |||||
* | removed ENV = os.environ from the examples | grbd | 2017-08-02 | 1 | -4/+4 |
| | |||||
* | Update to user manual on how to use sys.path for toolpath, and toolpath in ↵ | grbd | 2017-08-01 | 2 | -47/+124 |
| | | | | | | general also small update to tests | ||||
* | Updated the documentation for nested tools located within subdirs | grbd | 2017-06-19 | 1 | -0/+47 |
| | |||||
* | changes to prep for 3.0.0 alpha | William Deegan | 2017-06-14 | 1 | -2/+2 |
| | |||||
* | Remove ancient Aegis revision control system files | Jane Doe | 2017-05-30 | 1 | -4/+0 |
| | |||||
* | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 7 | -52/+52 |
| | |||||
* | Fix documentation example output to match actual output (Fix #2788) | Gaurav Juvekar | 2017-01-28 | 1 | -5/+5 |
| | |||||
* | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | |||||
* | Issue 2959: Corrected typo in User Guide for Scanner keyword. | William Blevins | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+20 |
|\ | |||||
| * | Add new CheckProg configure method to documentation and list of changes. | Carnë Draug | 2015-09-26 | 1 | -0/+20 |
| | | |||||
* | | Merged in dirkbaechle/scons (pull request #238) | William Deegan | 2015-09-29 | 1 | -12/+10 |
|\ \ | | | | | | | | | | Fixed license of SVG titlepage files (#2985) | ||||
| * | | Fixed license of SVG titlepage files, resolves #2985. This is required in ↵ | Dirk Baechle | 2015-06-02 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+22 |
| | | | |||||
* | | | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 1 | -1/+1 |
| |/ |/| | | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1 | ||||
* | | merge pull request 236: ajf58: Corrected escaping of less-than and ↵ | William Deegan | 2015-07-25 | 2 | -4/+4 |
|\ \ | | | | | | | | | | greater-than symbols. | ||||
| * | | Issue 2984: Corrected escaping of less-than and greater-than symbols. | Andrew Featherstone | 2015-05-25 | 2 | -4/+4 |
| |/ | |||||
* | | merging 2.3.5 changes | William Deegan | 2015-06-20 | 1 | -2/+2 |
| | | |||||
* | | 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. | ||||
* | 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 |
| |/ |