Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release scripts: bin/upload-release-files.sh update doc for EPUB and fix doc ↵ | Gary Oberbrunner | 2014-03-08 | 1 | -2/+2 |
| | | | | install | ||||
* | Merged in dirkbaechle/scons (pull request #103) | Gary Oberbrunner | 2014-03-08 | 1 | -2/+2 |
|\ | | | | | | | Documentation editor configuration for XXE5 | ||||
| * | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 1 | -2/+2 |
| | | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE | ||||
* | | Put back into develop mode post-2.3.1 release; | Gary Oberbrunner | 2014-03-04 | 1 | -2/+2 |
|/ | | | | also improve update-release-info.py to use shorter copyright year strings. | ||||
* | update-release-info: fixed date updating for doc/user/main.xml. | Gary Oberbrunner | 2013-12-27 | 1 | -8/+9 |
| | | | | | Also added note that doc/user/main.in is no longer needed/used and prevent that from stopping the doc gen process. | ||||
* | - fixed bootstrap.py, such that it can be called from an arbitrary working ↵ | Dirk Baechle | 2013-05-22 | 1 | -1/+1 |
| | | | | | | directory again - fixed indentation in SConsDoc.py | ||||
* | New doc toolchain changes: | Gary Oberbrunner | 2013-05-04 | 2 | -20/+35 |
| | | | | | | bin/SConsDoc.py: catch parse exceptions and improve error msgs bin/docs-validate.py: allow testing individual files from cmd line src/engine/SCons/Tool/zip.xml: fix text to validate against DTD | ||||
* | - relinked the build of all documentation outputs to the bootstrap process | Dirk Baechle | 2013-05-03 | 2 | -16/+17 |
| | | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required | ||||
* | - cleaned up 'bin' directory | Dirk Baechle | 2013-05-03 | 6 | -642/+80 |
| | | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain | ||||
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 1 | -19/+8 |
| | |||||
* | - removed suffix= from 'scons_output_command ' and moved it | Dirk Baechle | 2013-05-03 | 3 | -312/+830 |
| | | | | one up in the hierarchy to the 'scons_output' tag | ||||
* | - corrected xincludes for MAN pages | Dirk Baechle | 2013-05-03 | 5 | -417/+746 |
| | | | | | | - started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide | ||||
* | - switched all docs to SCons XSD | Dirk Baechle | 2013-05-03 | 4 | -96/+119 |
| | |||||
* | - added Docbook Tool to the sources | Dirk Baechle | 2013-05-03 | 2 | -105/+135 |
| | | | | - added SConstruct for the MAN pages | ||||
* | - added first version of the SCons XSD | Dirk Baechle | 2013-05-03 | 2 | -2/+48 |
| | | | | - rewrote User Guide XML files, such that they are valid against it | ||||
* | - started to implement new XML tools | Dirk Baechle | 2013-05-03 | 4 | -439/+404 |
| | | | | - prepared introduction of SCons XSD namespace | ||||
* | Fix tests broken after --noqmtest option was removed from runtest.py | anatoly techtonik | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Cleanup replacement of sys.exitfunc with atexit (Python 2+) | anatoly techtonik | 2012-12-19 | 1 | -1/+2 |
| | |||||
* | Merged pull request #44 (make README a ReStructuredText file) | Gary Oberbrunner | 2012-10-13 | 1 | -4/+3 |
| | | | | I added a few test fixes and tweaks to Russels version. | ||||
* | Warn during doc build if missing tools | Gary Oberbrunner | 2012-08-12 | 1 | -0/+1 |
| | |||||
* | New upload-release-files script, and fixed up update-release-info. | Gary Oberbrunner | 2012-08-05 | 2 | -4/+30 |
| | | | | | update-release-info: allow regular 3-digit releases (not .final.0) upload-release-files: new, does a lot of the heavy lifting for a release. | ||||
* | New release script to upload dist files to SourceForge | Gary Oberbrunner | 2012-08-05 | 1 | -0/+51 |
| | |||||
* | Fix bootstrap.py problem with Python 2.7 | Gary Oberbrunner | 2012-02-04 | 1 | -2/+2 |
| | | | | io.StringIO only takes/uses unicode, so convert string to unicode. | ||||
* | - fixed issue #2812, scons-doc.py now correctly renders main.in to main.xml ↵ | Dirk Baechle | 2012-01-10 | 1 | -1/+1 |
| | | | | by copying the <xml...> declaration at the start of the file | ||||
* | Updated xmlagenda.py: team members and doc. | Gary Oberbrunner | 2011-04-23 | 1 | -6/+12 |
| | |||||
* | Script to upload newly built packages to sourceforge. | William Deegan | 2010-11-26 | 1 | -0/+38 |
| | | | | | Run via: bin/scp-sourceforge SOURCEFORGE_USER_NAME | ||||
* | - moved the functionality of the bin/doc* shell scripts to scons-doc.py | Dirk Baechle | 2010-09-05 | 5 | -560/+88 |
| | | | | - bin/doc* and sconsexample.py are not used anymore and get deleted | ||||
* | 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. | ||||
* | Use <synopsis> tags for the definitions of Builders and function. | Steven Knight | 2010-07-22 | 1 | -4/+5 |
| | |||||
* | Add the generated function documentation to the User's Guide as an appendix. | Steven Knight | 2010-07-22 | 1 | -32/+55 |
| | | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input. | ||||
* | 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). | ||||
* | Add commented outlines for Ubuntu 9.10 packages | William Deegan | 2010-06-21 | 1 | -1/+5 |
| | |||||
* | Revert in-directory changes inadvertently swept up in the last checkin. | Steven Knight | 2010-06-15 | 2 | -15/+4 |
| | |||||
* | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 2 | -4/+15 |
| | | | | | copied construction environment without also affecting the value in the original construction environment. (Matt Hughes) | ||||
* | Update with recent checkpoints and 2.0.0.final.0 (yay!). | Steven Knight | 2010-06-15 | 1 | -0/+5 |
| | |||||
* | Update install_scons.py to work on Windows. | Steven Knight | 2010-06-15 | 1 | -5/+14 |
| | |||||
* | Move update-release-info.py from src/ to tests/update_release-info/ | Greg Noel | 2010-06-11 | 1 | -0/+15 |
| | |||||
* | Remove the rest of the logic for the noqmtest keyword | Greg Noel | 2010-06-08 | 1 | -12/+12 |
| | |||||
* | Fixed a bug in the regression test to use the right filenames for each | Greg Noel | 2010-06-07 | 1 | -1/+34 |
| | | | | | | | | | | | platform; it was causing the test to fail on Windows. Added some documentation to bin/update-release-info.py. In my last log message, I forgot to mention that QMTest/TestRuntest.py was tweaked to make it less specialized for testing runtest.py. It can now be used to test other programs; in this case, bin/update-release-info.py. The defaults are unchanged so that it will normally test runtest.py. | ||||
* | Initial drop of bin/update-release-info.py. | Greg Noel | 2010-06-07 | 1 | -0/+306 |
| | | | | | | | | | | | | 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. | ||||
* | Issue 1975: Add documentation of the AllowSubstExceptions() function | Steven Knight | 2010-06-04 | 1 | -1/+1 |
| | | | | to the User's Guide. (Jim Randall) | ||||
* | Fix capturing timings from a single configuration script. | Steven Knight | 2010-05-25 | 1 | -1/+3 |
| | | | | | We were closing the output log file, thinking it was a per-script file, even though we still write to the original log file for the revision. | ||||
* | Fix a ripple effect (_Proxy__subject) from the new-style class conversion. | Steven Knight | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Add recent releases to the bin/install_scons.py script. | Steven Knight | 2010-05-22 | 1 | -0/+9 |
| | |||||
* | vert old-style classes in bin/* scripts to new-style classes. | Steven Knight | 2010-05-20 | 9 | -16/+16 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -4/+8 |
| | | | | Apply all the remaining changes from the fixers. | ||||
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 3 | -2/+5 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 5 | -39/+2 |
| | | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code. | ||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 2 | -3/+3 |
| | | | | | | Apply the refactorings from the 'dict' fixer, less occurrences that were manually audited to be safe. Also pick up changes in bin/sfsum, a Python file that was not being scanned before. | ||||
* | Refactory bin/* utilities to use os.walk() instead of os.path.walk(). | Steven Knight | 2010-04-16 | 3 | -25/+18 |
| |