summaryrefslogtreecommitdiffstats
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3261 from mwichmann/doc-defaultWilliam Deegan2019-02-021-8/+10
|\ | | | | Improve scons docs regarding Default()
| * Work on Default docu wording a bit moreMats Wichmann2019-01-191-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.4William Deegan2019-01-231-1/+1
|/
* updates from update-release-info for 3.0.3 releaseWilliam Deegan2019-01-061-2/+2
|
* Update some doc examplesMats Wichmann2019-01-041-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-updateWilliam Deegan2018-12-171-241/+49
|\ | | | | Update docs about installing scons3 (issue #3037)
| * More requested changes to install doc (PR #3249)Mats Wichmann2018-12-171-17/+7
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * PR #3249 typo fixMats Wichmann2018-12-031-1/+1
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * A few more wording tweaks on scons/python installMats Wichmann2018-12-021-13/+18
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * Update docs about installing scons3Mats Wichmann2018-12-021-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 docsWilliam Deegan2018-12-062-26/+35
| |
* | Doc updates. Some issues with generated files, but use for nowWilliam Deegan2018-12-052-14/+4
|/
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-101-1/+1
|
* initial support for virtualenvPaweł Tomulik2018-11-101-0/+49
|
* Fix some misspellings, remove repeated: andPiotr Kasprzyk2018-07-202-4/+4
| | | | Signed-off-by: Piotr Kasprzyk <ciri@ciri.pl>
* Fix typos from issue 3194Mats Wichmann2018-07-171-3/+3
| | | | | | https://github.com/SCons/scons/issues/3149 Signed-off-by: Mats Wichmann <mats@linux.com>
* typo Hao Wu2018-07-111-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 exampleWilliam Deegan2018-02-191-1/+1
|
* Remove duplicate example. Likely caused by bad mergeWilliam Deegan2018-02-191-20/+0
| | | | Fixes #2983
* Fixed print statement to work with py2/3William Deegan2017-11-144-24/+24
|
* fix spelling for emitterWilliam Deegan2017-09-241-2/+2
|
* addition to user docsgrbd2017-09-242-3/+113
|
* Fix Bug #3020 - Download link in user guide broken. python setup.py install ↵William Deegan2017-08-191-1/+1
| | | | --version-lib broken. Now fixed
* Added fixes for docs / nested test for use of sys.path in toolpathgrbd2017-08-041-18/+31
|
* Added docs for use of the PyPackageDir functiongrbd2017-08-031-0/+32
|
* removed ENV = os.environ from the examplesgrbd2017-08-021-4/+4
|
* Update to user manual on how to use sys.path for toolpath, and toolpath in ↵grbd2017-08-012-47/+124
| | | | | | general also small update to tests
* Updated the documentation for nested tools located within subdirsgrbd2017-06-191-0/+47
|
* changes to prep for 3.0.0 alphaWilliam Deegan2017-06-141-2/+2
|
* Remove ancient Aegis revision control system filesJane Doe2017-05-301-4/+0
|
* Use print() function to fix py2/3Craig Rodrigues2017-03-107-52/+52
|
* Fix documentation example output to match actual output (Fix #2788)Gaurav Juvekar2017-01-281-5/+5
|
* changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
|
* Issue 2959: Corrected typo in User Guide for Scanner keyword.William Blevins2016-02-191-1/+1
|
* doc: do not recommend os.popen which is deprecated in pythonCarnë Draug2015-09-261-2/+2
|
* Merged in carandraug/scons (pull request #248)William Deegan2015-09-291-0/+20
|\
| * Add new CheckProg configure method to documentation and list of changes.Carnë Draug2015-09-261-0/+20
| |
* | Merged in dirkbaechle/scons (pull request #238)William Deegan2015-09-291-12/+10
|\ \ | | | | | | | | | Fixed license of SVG titlepage files (#2985)
| * | Fixed license of SVG titlepage files, resolves #2985. This is required in ↵Dirk Baechle2015-06-021-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 #226William Deegan2015-09-281-0/+22
| | |
* | | fix spelling mistakes found by debian lintian tool list here: ↵William Deegan2015-09-281-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 Deegan2015-07-252-4/+4
|\ \ | | | | | | | | | greater-than symbols.
| * | Issue 2984: Corrected escaping of less-than and greater-than symbols.Andrew Featherstone2015-05-252-4/+4
| |/
* | merging 2.3.5 changesWilliam Deegan2015-06-201-2/+2
| |
* | reverting 3320William Deegan2015-06-181-2/+2
| |
* | Release 2.3.5.final.0William Deegan2015-06-151-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 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
| |/