summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-041-0/+4
|
* Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)Steven Knight2010-06-271-0/+4
|
* Update Changes with the LaTeX changes I committed earlier to branches/pendingRobert Managan2010-06-171-0/+7
| | | | that are now in trunk.
* Fix #2574: case sensitivity issue with Fortran module scanner.Gary Oberbrunner2010-06-171-0/+4
|
* Add Users Guide example of generating source code.Gary Oberbrunner2010-06-171-0/+4
|
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-0/+6
| | | | | copied construction environment without also affecting the value in the original construction environment. (Matt Hughes)
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-151-2/+3
| | | | the children, including the explicit dependencies, not just the sources.
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-151-0/+7
| | | | | | | | updates the dates and other information in the files to have the right base values. With this changeset, 2.0.0 is history and a new era has begun. It's time to celebrate; anybody want a beer?
* Add a src/CHANGES.txt entry for the problem with is_Dict()Greg Noel2010-06-081-0/+3
|
* Update src/CHANGES.txt for the upper-case-platform fix.Steven Knight2010-06-081-0/+3
|
* Initial drop of bin/update-release-info.py.Greg Noel2010-06-071-2/+3
| | | | | | | | | | | | This program automates the process of inserting the release configuration information that is currently done by hand. The configuration data now all lives in a file, 'ReleaseConfig'. Change the configuration file, run the program, and, hey presto, the files are updated. More work needs to be done; the documentation doesn't quite match with the program and the regression tests only cover the release flows, but it's important to get this stuff out before the next release is published so people can start using it.
* Merged revisions 4964 via svnmerge fromWilliam Deegan2010-06-061-1/+8
| | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4964 | bdbaddog | 2010-06-05 21:09:54 -0700 (Sat, 05 Jun 2010) | 3 lines Changes for 2.0.0.beta.20100605 checkpoint release. ........
* Issue 1975: Add documentation of the AllowSubstExceptions() functionSteven Knight2010-06-041-0/+4
| | | | to the User's Guide. (Jim Randall)
* Merged revisions 4838-4911,4913-4914,4916-4917,4919-4924,4926-4927,4929-4936 ↵Steven Knight2010-05-311-0/+3
| | | | | | | | | | | | | | | | | | | | via svnmerge from http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4914 | bdbaddog | 2010-05-24 23:07:53 -0700 (Mon, 24 May 2010) | 3 lines Updated version strings and date string for checkpoint ........ r4926 | stevenknight | 2010-05-29 22:57:09 -0700 (Sat, 29 May 2010) | 2 lines Update CHANGES.txt for checkpoint release. ........ r4929 | stevenknight | 2010-05-30 08:58:54 -0700 (Sun, 30 May 2010) | 2 lines Generate a .beta., not .alpha. ........
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-301-1/+1
| | | | | | | | | | | | | | to go. Update various files to have the correct date, time, version, and floor. Rework Script/Main.py and QMTest/TestSCons.py to make automated updating possible in the future. Remove a duplicate MANIFEST-xml.in entry. Fix TeX tests, which ran 'kpsewitch' before determining if the TeX tools were installed.
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-0/+2
| | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-261-3/+5
| | | | | | | | | | | | | | | | | | | | | | keyword parameter. Several existing tests were still using BuildDir() or build_dir; they were converted to use VariantDir() and variant_dir. New tests were added to validate that the --warn=deprecated-build-dir option and the SetOption method did the right thing. This led to the discovery that a commonly-used test pattern provided by the infrastructure gobbled up too much, causing tests to succeed when they should have failed. Fixing the pattern led to other tests needing to be fixed. In the process, it was discovered that the SCONSFLAG environment variable was not getting correctly reset to its original value. Fixing this also caused additional tests to misbehave, requiring them to be updated. And test/Sig.py, which tests the deprecated SCons.Sig module, was moved to the test/Deprecated directory. All in all, quite a lot of action for what was supposed to be a simple change.
* Updates to README from W. Trevor KingGreg Noel2010-05-191-20/+28
|
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4832 | bdbaddog | 2010-05-03 23:00:21 -0700 (Mon, 03 May 2010) | 3 lines Updated RELEASE.txt from Greg Noel ........ r4834 | bdbaddog | 2010-05-03 23:34:14 -0700 (Mon, 03 May 2010) | 3 lines Updates for 2.0.0.alpha.20100503 checkpoint release ........ r4835 | bdbaddog | 2010-05-08 14:27:43 -0700 (Sat, 08 May 2010) | 3 lines Change test to check for version 3.0 and expect failure, since we're now working on a 2.0 checkpoint. ........ r4836 | bdbaddog | 2010-05-08 14:31:58 -0700 (Sat, 08 May 2010) | 3 lines Update build date. Fix checkpoint build version string to remove the .dYYYYMMDD and change to .YYYYMMDD ........
* Updated CHANGES.txt for checkpointGreg Noel2010-05-021-4/+56
|
* Fix XML in documentation, and in the bin/scons-doc.py script that generatesSteven Knight2010-04-051-0/+7
| | | | the User's Guide XML from the .in files' SGML.
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-241-1/+10
|
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-211-0/+4
| | | | (Gottfried Ganssauge)
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-0/+3
| | | | a Builder object, or known to generate a Builder object, or a callable.
* Update CHANGES to give some credit for patchesWilliam Deegan2010-02-101-0/+7
|
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-051-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/pending ........ r4648 | managan | 2010-01-22 09:40:52 -0800 (Fri, 22 Jan 2010) | 9 lines Added dismbiguate calls on a targets side effects in the make_ready_all and make_ready_current routines of Taskmaster.py. This fixes Stefan Hepp's problem with latex. Directories to hold the side effect files were not created when using variantDir with duplicate=0 Modifying subdir_variantdir_include2.py to run scons with an explicit target to reveal this problem. ........ r4654 | stevenknight | 2010-01-27 07:41:01 -0800 (Wed, 27 Jan 2010) | 5 lines Issue 2534: fix Scanners' default ability to return Dir nodes by making the default node_class the real SCons.Node.FS.Base class, not SCons.Node.FS.Entry (which is now, and has been for some time, a subclass). ........
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-211-13/+2
| | | | | This change should itself be backed out before merge "pending" back into trunk.
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-201-0/+7
| | | | | | command tries to work with a directory named foo instead of the file foo.tex. The builder now ignores a directory and continues searching to find the correct file.
* Issue 2540: Make the messages printed when checking for compilersSteven Knight2010-01-191-2/+6
| | | | consistent w.r.t. "... " at the end of the message.
* Issue 2537: fix typos in the man page. (Luca Faravigna)Steven Knight2010-01-191-0/+8
|
* Update next checkpoint version and datestampSteven Knight2010-01-171-1/+1
|
* Change scanner to properly search for included file from theRobert Managan2010-01-041-0/+7
| | | | | | | | directory of the main file instead of the file it is included from. Also update the emitter to add the .aux file associated with \include{filename} commands. This makes sure the required directories if any are created for variantdir cases. Half of the patch from Stefan Hepp.
* Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work,Robert Managan2009-12-171-1/+5
| | | | | | | because it does not support '-o <outfile>'. This patch uses --outfile= instead, since this works both unter linux and windows. Patch from Stefan Hepp
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-171-0/+3
| | | | Patch from Stefan Hepp.
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-151-0/+3
| | | | | TempFileMunge by using mkstemp instead of mktemp. Includes pre-Python-2.3 compat version of mkstemp. Thanks to Jim Randall.
* Fix bug 1944 - handle non-existant .i files when swig emitter is called. ↵William Deegan2009-11-141-0/+4
| | | | Make an educated guess on the generated module name based on the .i file name.
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-101-0/+3
| | | | Resolve bug 2445
* BUG: fix bootstrap on windows 64.David Cournapeau2009-10-311-0/+1
|
* Update CHANGES.txt for the small bug fixes I commited recently.David Cournapeau2009-09-261-0/+3
|
* Update CHANGES.txt with David C's last contribution.Steven Knight2009-09-191-0/+3
|
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-211-1/+9
| | | | | | | | | | | I found that when only one tool (say pdftex) is initialized that some of the actions for bibtex... are not created. Moved most common actions and environment settings to one routine in tex.py that the other text tools (pdftex, pdflatex, latex) call. Also fixed a typo in the nomenclature action setup. There was a '$' that should not have been there.
* Add comment for glossaries/scronyms updateRobert Managan2009-08-211-0/+2
|
* Move credit for one fix from Jason K to Benoit B.William Deegan2009-08-131-5/+7
| | | | Add credit for Jason K for HOST/TARGET OS/CPU separation.
* Added info on my checkins to CHANGES.txt for checkpoint releaseWilliam Deegan2009-08-111-0/+8
|
* Make a note of the Latex changes made recentlyRobert Managan2009-08-101-0/+9
|
* Update CHANGES.txt to include Jared Grubb's contributionGreg Noel2009-08-101-0/+4
|
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-0/+2
|
* Editing changes for textfile.xml and credit to Hartmut GoebelGreg Noel2009-04-221-1/+5
|
* Add Textfile and Substfile buildersGreg Noel2009-04-221-1/+6
|
* Updates for recent modifications.Steven Knight2009-04-191-0/+34
|