summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updates for 2.0.1 releaseWilliam Deegan2010-08-202-7/+9
|
* Update CHANGES for the last commit. I almost remembered in time!Robert Managan2010-08-191-5/+9
|
* WHen checking the .tex file for which side effects it generates alwaysRobert Managan2010-08-192-1/+198
| | | | | | | add them if the .tex file is generated by another builder and is not yet created. If the file exists then only add the side effects if they will be created.
* Fix two badly formed epsfiles used in these tests.Robert Managan2010-08-192-2/+2
|
* Add a timing configuration for the configuration script fromSteven Knight2010-08-184-1/+690
| | | | | | the following Electric Cloud blog entry: "How scalable is SCons? The Electric Cloud Blog" http://blog.electric-cloud.com/2010/03/08/how-scalable-is-scons/
* Updates the timing infrastructure to:Steven Knight2010-08-181-10/+32
| | | | | | | | | | 1) allow the calibration script to only use some of the variables that are settable in the configuration; 2) refactor the way the --debug= options are added to the SCons invocations so that an individual timing configuration can add SCons options without having to account for those by hand; 3) give the timing configuration script easier access to the test directory in which it lives.
* Have bin/calibrate.py print the timing run output if it can't findSteven Knight2010-08-181-1/+5
| | | | any appropriate "VARIABLE:" lines in the output.
* Some updates to RELEASE.txt for 2.1.Gary Oberbrunner2010-08-171-3/+44
|
* Fix Windows test failures due to previous commit: skip pkg-config test on ↵Gary Oberbrunner2010-08-162-6/+12
| | | | Windows, and always use -D for CPPDEFPREFIX for simplicity.
* Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From ↵Gary Oberbrunner2010-08-156-16/+439
| | | | Jean-Baptiste Lab. Fixes issue #2671.
* Fix issue with implicit-cache when files are removed on disk. Fixes issue ↵Gary Oberbrunner2010-08-123-3/+83
| | | | #1938.
* Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)Gary Oberbrunner2010-08-128-13/+466
|
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-022-96/+188
| | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them.
* Updates for 1.3.1William Deegan2010-08-012-8/+8
|
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing ↵Gary Oberbrunner2010-07-313-5/+24
| | | | executor action list.
* Continuation of previous commit; new Fortran 03 tool needs to be included in ↵Gary Oberbrunner2010-07-301-0/+1
| | | | MANIFEST.in.
* Support for Fortran 03, from Luca Falavigna.Gary Oberbrunner2010-07-3012-1/+1176
|
* Fix tests that examine version output to expect new "engine path:" line.Steven Knight2010-07-292-0/+4
|
* Print the path to the SCons package in use in scons --versionGary Oberbrunner2010-07-282-0/+9
|
* Issue 2551: Add an entry in the Builders section for Command(),Steven Knight2010-07-231-0/+11
| | | | with a pointer to the Function entry.
* Issue 2549: Add support for DMD version 2. (Russel Winder)Steven Knight2010-07-233-5/+29
|
* Use <synopsis> tags for the definitions of Builders and function.Steven Knight2010-07-221-4/+5
|
* Missed these new test files in last commit (r5105).Gary Oberbrunner2010-07-226-0/+649
|
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-2210-135/+253
| | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input.
* Integrated patch for issue 2571, various fixes for MSVS project generation. ↵Gary Oberbrunner2010-07-229-119/+202
| | | | From Jean-Franois Colson.
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-2120-4057/+4527
| | | | | | .xml files (some new, some updated) next to the modules that implement them. Generate the man page using the output generated from the .xml file by bin/scons-proc.py.
* Fix formatting errors: really ignore comment lines,Steven Knight2010-07-201-50/+56
| | | | indent some after-example paragraphs correctly.
* Update bin/scons-proc.py to do a better job of converting XML to manSteven Knight2010-07-191-11/+75
| | | | | | | page macros, with the intent of being able to move the documentation of all the supported functions from the man page to .xml files and then incorporate the generated output into the final man page (like we do with Builders and Tool modules).
* Aegis cleanup - remove references from bootstrap.py (issue #2639)Anatoly Techtonik2010-07-062-26/+3
|
* fix links, remove MIT license explanation (README is verbose enough)Anatoly Techtonik2010-07-061-13/+4
|
* remove Python 1.5.2 compatibility code from runtest.pyAnatoly Techtonik2010-07-051-20/+3
|
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-059-11/+0
|
* use subprocess in bootstrap.py instead of os.execve to avoid losingAnatoly Techtonik2010-07-052-1/+7
| | | | output control on Windows - see http://bugs.python.org/issue9148
* Fix substitution in command-line actions created by the global Alias() function.Steven Knight2010-07-052-0/+10
|
* Issue 2654: Consolidate three chapters into one. (Greg Noel)Steven Knight2010-07-052-24/+58
|
* Add .sx assembly files to preprocessed-assembly source scanner list. Closes ↵Gary Oberbrunner2010-07-043-2/+20
| | | | issue 2573.
* Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵Gary Oberbrunner2010-07-043-6/+70
| | | | closes issue 2520.
* Users Guide updates re: Tools as packages. Also updates UG xml files for my ↵Gary Oberbrunner2010-07-043-30/+61
| | | | previous patch. Closes issue 2642.
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-046-21/+205
|
* Update for 1.3 and 2.0 checkpointsWilliam Deegan2010-06-302-5/+6
|
* Windows fix: use shell=True on subprocess.Popen(), don't use communicate().Steven Knight2010-06-281-2/+3
|
* Generalize searching for the Fortran startup libraries (-lfrtbeginSteven Knight2010-06-271-16/+14
| | | | vs. -lgfortranbegin) for gcc version 4.4 (and later).
* Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)Steven Knight2010-06-2724-51/+58
|
* Add commented outlines for Ubuntu 9.10 packagesWilliam Deegan2010-06-211-1/+5
|
* Update Changes with the LaTeX changes I committed earlier to branches/pendingRobert Managan2010-06-171-0/+7
| | | | that are now in trunk.
* Fix misspelled entity (&Scons; => &SCons;).Steven Knight2010-06-172-2/+2
|
* Fix #2574: case sensitivity issue with Fortran module scanner.Gary Oberbrunner2010-06-173-3/+73
|
* Add Users Guide example of generating source code.Gary Oberbrunner2010-06-173-2/+127
|
* Solaris portability fix to avoid substitutions during Tool module intialization.Steven Knight2010-06-161-1/+5
|
* Add __COPYRIGHT__ and __FILE__ template strings.Steven Knight2010-06-161-0/+3
|