Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 2.7 fixes in four tests. | Steven Knight | 2010-08-27 | 4 | -8/+17 |
| | |||||
* | I had to add the INDEXSTYLES environment variable to the code | Robert Managan | 2010-08-23 | 3 | -0/+197 |
| | | | | | | | | | so the user can define a path to look for makeindex style files. When the latex files are generated by another builder the user may have to define env['TEXINPUTS'] or some of the other environment variables so latex can find files that are not sideeffects. This woul dinclude style files and the like. | ||||
* | Clean up a test file that had some bad PostScript in it. Seems to work | Robert Managan | 2010-08-23 | 1 | -1/+1 |
| | | | | most of the time but it needed fixing. | ||||
* | This time make it really platform agnostic. | Robert Managan | 2010-08-23 | 1 | -1/+1 |
| | | | | Sorry about the multiple commits!! | ||||
* | Clean up this test so it is platform agnostic. Added a builder to do the | Robert Managan | 2010-08-23 | 1 | -27/+10 |
| | | | | file copy and rename so it is same for Windows, Linux and Mac | ||||
* | Add code review upload script http://codereview.appspot.com/1960047/ | Anatoly Techtonik | 2010-08-23 | 2 | -0/+1781 |
| | |||||
* | bug 2668 - add initial support for vs/vc 2010, and limit vc2010 Express to ↵ | William Deegan | 2010-08-23 | 3 | -0/+34 |
| | | | | only generate x86 binaries | ||||
* | Tigris issue 2562 | William Deegan | 2010-08-22 | 2 | -336/+0 |
| | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2562 Delete obsolete files | ||||
* | Update CHANGES.txt file with info on 2.0.0.final.0 and 2.0.1 | William Deegan | 2010-08-22 | 1 | -3/+37 |
| | |||||
* | Add tests of using SConsignFile() with Python dbm modules. | Steven Knight | 2010-08-21 | 6 | -2/+406 |
| | | | | | Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py. | ||||
* | Add a test of switching back and forth between Decider() values | Steven Knight | 2010-08-20 | 1 | -0/+93 |
| | | | | | (specifically 'MD5' and 'timestamp-match'), copied from back when this functionality was configured with the SourceSignatures() function. | ||||
* | Avoid testing for a SCons copyright in the captured script that | Steven Knight | 2010-08-20 | 1 | -0/+1 |
| | | | | generates ElectricCloud's configuration. | ||||
* | updates for 2.0.1 release | William Deegan | 2010-08-20 | 2 | -7/+9 |
| | |||||
* | Update CHANGES for the last commit. I almost remembered in time! | Robert Managan | 2010-08-19 | 1 | -5/+9 |
| | |||||
* | WHen checking the .tex file for which side effects it generates always | Robert Managan | 2010-08-19 | 2 | -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 Managan | 2010-08-19 | 2 | -2/+2 |
| | |||||
* | Add a timing configuration for the configuration script from | Steven Knight | 2010-08-18 | 4 | -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 Knight | 2010-08-18 | 1 | -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 find | Steven Knight | 2010-08-18 | 1 | -1/+5 |
| | | | | any appropriate "VARIABLE:" lines in the output. | ||||
* | Some updates to RELEASE.txt for 2.1. | Gary Oberbrunner | 2010-08-17 | 1 | -3/+44 |
| | |||||
* | Fix Windows test failures due to previous commit: skip pkg-config test on ↵ | Gary Oberbrunner | 2010-08-16 | 2 | -6/+12 |
| | | | | Windows, and always use -D for CPPDEFPREFIX for simplicity. | ||||
* | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From ↵ | Gary Oberbrunner | 2010-08-15 | 6 | -16/+439 |
| | | | | Jean-Baptiste Lab. Fixes issue #2671. | ||||
* | Fix issue with implicit-cache when files are removed on disk. Fixes issue ↵ | Gary Oberbrunner | 2010-08-12 | 3 | -3/+83 |
| | | | | #1938. | ||||
* | Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev) | Gary Oberbrunner | 2010-08-12 | 8 | -13/+466 |
| | |||||
* | Fix <variablelist> formatting in some new function definitions: make some | Steven Knight | 2010-08-02 | 2 | -96/+188 |
| | | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them. | ||||
* | Updates for 1.3.1 | William Deegan | 2010-08-01 | 2 | -8/+8 |
| | |||||
* | Fix issue 2048: when morphing an Entry into a Dir, retain any existing ↵ | Gary Oberbrunner | 2010-07-31 | 3 | -5/+24 |
| | | | | executor action list. | ||||
* | Continuation of previous commit; new Fortran 03 tool needs to be included in ↵ | Gary Oberbrunner | 2010-07-30 | 1 | -0/+1 |
| | | | | MANIFEST.in. | ||||
* | Support for Fortran 03, from Luca Falavigna. | Gary Oberbrunner | 2010-07-30 | 12 | -1/+1176 |
| | |||||
* | Fix tests that examine version output to expect new "engine path:" line. | Steven Knight | 2010-07-29 | 2 | -0/+4 |
| | |||||
* | Print the path to the SCons package in use in scons --version | Gary Oberbrunner | 2010-07-28 | 2 | -0/+9 |
| | |||||
* | Issue 2551: Add an entry in the Builders section for Command(), | Steven Knight | 2010-07-23 | 1 | -0/+11 |
| | | | | with a pointer to the Function entry. | ||||
* | Issue 2549: Add support for DMD version 2. (Russel Winder) | Steven Knight | 2010-07-23 | 3 | -5/+29 |
| | |||||
* | Use <synopsis> tags for the definitions of Builders and function. | Steven Knight | 2010-07-22 | 1 | -4/+5 |
| | |||||
* | Missed these new test files in last commit (r5105). | Gary Oberbrunner | 2010-07-22 | 6 | -0/+649 |
| | |||||
* | Add the generated function documentation to the User's Guide as an appendix. | Steven Knight | 2010-07-22 | 10 | -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 Oberbrunner | 2010-07-22 | 9 | -119/+202 |
| | | | | From Jean-Franois Colson. | ||||
* | Move the authoritative source for functions from the man page to various | Steven Knight | 2010-07-21 | 20 | -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 Knight | 2010-07-20 | 1 | -50/+56 |
| | | | | indent some after-example paragraphs correctly. | ||||
* | Update bin/scons-proc.py to do a better job of converting XML to man | Steven Knight | 2010-07-19 | 1 | -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 Techtonik | 2010-07-06 | 2 | -26/+3 |
| | |||||
* | fix links, remove MIT license explanation (README is verbose enough) | Anatoly Techtonik | 2010-07-06 | 1 | -13/+4 |
| | |||||
* | remove Python 1.5.2 compatibility code from runtest.py | Anatoly Techtonik | 2010-07-05 | 1 | -20/+3 |
| | |||||
* | cleanup .cvsignore garbage | Anatoly Techtonik | 2010-07-05 | 9 | -11/+0 |
| | |||||
* | use subprocess in bootstrap.py instead of os.execve to avoid losing | Anatoly Techtonik | 2010-07-05 | 2 | -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 Knight | 2010-07-05 | 2 | -0/+10 |
| | |||||
* | Issue 2654: Consolidate three chapters into one. (Greg Noel) | Steven Knight | 2010-07-05 | 2 | -24/+58 |
| | |||||
* | Add .sx assembly files to preprocessed-assembly source scanner list. Closes ↵ | Gary Oberbrunner | 2010-07-04 | 3 | -2/+20 |
| | | | | issue 2573. | ||||
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵ | Gary Oberbrunner | 2010-07-04 | 3 | -6/+70 |
| | | | | closes issue 2520. | ||||
* | Users Guide updates re: Tools as packages. Also updates UG xml files for my ↵ | Gary Oberbrunner | 2010-07-04 | 3 | -30/+61 |
| | | | | previous patch. Closes issue 2642. |