2004-09-15 |
stevenknight | Avoid corrupting the .sconsign.dblite file by writing... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
stevenknight | Fix is_pseudo_derived_builder(). (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-09-15 |
stevenknight | Fix Delete action for non-existent files and must_exist... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
stevenknight | Handle exceptions in FunctionActions. (Steve Christensen) |
commit | commitdiff | tree | snapshot |
2004-09-14 |
stevenknight | Add highlights. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
stevenknight | Checkin of initial description paragraph |
commit | commitdiff | tree | snapshot |
2004-09-14 |
stevenknight | Keep the .cvsignore files out of the src package. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
stevenknight | Fix Action comparison when a Builder has a suffix key... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
stevenknight | Better error message when a target is built multiple... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
stevenknight | Update the man page to reflect that prefixes and suffix... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
stevenknight | Create .cvsignore files to ignore the generated *.pyc... |
commit | commitdiff | tree | snapshot |
2004-09-05 |
stevenknight | Lots of Configure() enhancements. (Christoph Wiedemann) |
commit | commitdiff | tree | snapshot |
2004-09-05 |
stevenknight | Win32 portability for tests. |
commit | commitdiff | tree | snapshot |
2004-09-05 |
stevenknight | Add a configurable function for command-line printing... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
stevenknight | Refactor spawning command-line actions to clean up... |
commit | commitdiff | tree | snapshot |
2004-09-04 |
stevenknight | Add an rpcgen tool. (Kevin Quick) |
commit | commitdiff | tree | snapshot |
2004-09-03 |
stevenknight | Remove all features deprecated in 0.93 or earlier. |
commit | commitdiff | tree | snapshot |
2004-09-01 |
stevenknight | Don't add the ATL and MFC directories to %INCLUDE%... |
commit | commitdiff | tree | snapshot |
2004-09-01 |
stevenknight | Allow to contain File Nodes. Have ParseConfig add... |
commit | commitdiff | tree | snapshot |
2004-08-31 |
stevenknight | Add a SetDefault() method and a kinder, gentler qt... |
commit | commitdiff | tree | snapshot |
2004-08-31 |
stevenknight | Fix comparisons between Action and subclass instances... |
commit | commitdiff | tree | snapshot |
2004-08-31 |
stevenknight | Fix how get_name() returns Builder names from subclass... |
commit | commitdiff | tree | snapshot |
2004-08-30 |
stevenknight | Allow Help() to be called multiple times, appending... |
commit | commitdiff | tree | snapshot |
2004-08-30 |
stevenknight | Add an Environment.Dump() method. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-08-30 |
stevenknight | Test fixes: Win32 portability in Delete.py; fix a... |
commit | commitdiff | tree | snapshot |
2004-08-21 |
stevenknight | Fix env.Copy() stack trace. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
stevenknight | Update the packaging SConscript files to be platform... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
stevenknight | Handle white space in the Python path name inside.... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
stevenknight | Restore scanning of .pch files. (Anthony Roach) |
commit | commitdiff | tree | snapshot |
2004-08-19 |
stevenknight | @REM, not just REM, in the scons.bat file. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
stevenknight | Add darwin.py to the packaging MANIFEST. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
stevenknight | Delete() should not blow up if what it's deleting doesn... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
stevenknight | Prepare for next development cycle. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
stevenknight | Initialize the new branch for release. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
stevenknight | Fix __COPYRIGHT__ and __REVISION__ in new Darwin module. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
stevenknight | Add support for the darwin (Mac OS X) platform. (James... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
stevenknight | Portability fixes for Mac OS Xin tests. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-08-17 |
stevenknight | Remove the misbegotten --save-explain-info feature. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
stevenknight | Put back --implicit-cache, having it use the --debug... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
stevenknight | Test portability fix. Fix handling of >. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
stevenknight | Incorporate changes from pre-release reviews. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
stevenknight | Have the default ParseConfig() function add -pthread... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
stevenknight | Fix timestamp-fallback.py for builders returning lists... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
stevenknight | Branch for documentation changes. |
commit | commitdiff | tree | snapshot |
2004-08-15 |
stevenknight | Optimizations in Node.FS._doLookup(). |
commit | commitdiff | tree | snapshot |
2004-08-12 |
stevenknight | Add a Flatten() function to help the transition to... |
commit | commitdiff | tree | snapshot |
2004-08-11 |
stevenknight | Fix handling of ${F77,F90,F95,FORTRAN}COM so they can... |
commit | commitdiff | tree | snapshot |
2004-08-07 |
stevenknight | Qt fixes. (Christoph Wiedemann) |
commit | commitdiff | tree | snapshot |
2004-08-06 |
stevenknight | Fix fallout from having everything return a list. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
stevenknight | Return lists of Nodes from all builders, not single... |
commit | commitdiff | tree | snapshot |
2004-08-02 |
stevenknight | Add support on IRIX. (Chad Austin) |
commit | commitdiff | tree | snapshot |
2004-08-02 |
stevenknight | Restore some test files as Aegis tests. Add a packagin... |
commit | commitdiff | tree | snapshot |
2004-07-31 |
stevenknight | Portability fixes for test/QT.py. (Chad Austin) |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Change the copyright statement to reflect ownership... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Don't blow up if the external PATH variable is not... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Fix null entries in CPPPATH. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Ignore null tools. (Gary Oberbrunner) |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Treat file extensions with all digits as part of the... |
commit | commitdiff | tree | snapshot |
2004-07-30 |
stevenknight | Move LIB{PREFIX,SUFFIX} definitions from the Platform... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
stevenknight | Add support for newer ifort versions of the Intel Fortr... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
stevenknight | Refactorings towards a RelativeTopDir() function. |
commit | commitdiff | tree | snapshot |
2004-07-29 |
stevenknight | Enhance runtest.py and add a script for automated regre... |
commit | commitdiff | tree | snapshot |
2004-07-29 |
stevenknight | Add Fortran 90/95 support. (Chris Murray) |
commit | commitdiff | tree | snapshot |
2004-07-29 |
stevenknight | Add Fortran 90/95 support. (Chris Murray) |
commit | commitdiff | tree | snapshot |
2004-07-21 |
stevenknight | Add a .win32 attribute for FS entries; preserve Literal... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
stevenknight | Win32 portability: add an explicit match argument... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
stevenknight | Fix tests on systems where 'ar' prints warnings about... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
stevenknight | Fix test/chained-build.py for systems that can finish... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
stevenknight | Make exception handling thread-safe by using sys.exc_in... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
stevenknight | Make exception handling conform to Pythonic standards... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
stevenknight | QT fixes and enhancements: Moc() and Uic() builders... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
stevenknight | Make dblite.py handle Unicode strings. |
commit | commitdiff | tree | snapshot |
2004-07-08 |
stevenknight | Fix errors when there are dangling symlinks. (Gary... |
commit | commitdiff | tree | snapshot |
2004-07-08 |
stevenknight | Two more win32 fixes: don't have SConfTests.py look... |
commit | commitdiff | tree | snapshot |
2004-07-06 |
stevenknight | Win32 portability. |
commit | commitdiff | tree | snapshot |
2004-07-02 |
stevenknight | Delay any creation of DefaultEnvironment() until after... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
stevenknight | Officially support target_factory and source_factory... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
stevenknight | Fix a problem with --debug=explain when actions change... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
stevenknight | Add an option to not save the --debug=explain information. |
commit | commitdiff | tree | snapshot |
2004-06-14 |
stevenknight | Change PDB file generation from compile time to link... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
stevenknight | Make the use of the calc argument in Node methods consi... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
stevenknight | Store the different dependencies in binfo separately. |
commit | commitdiff | tree | snapshot |
2004-06-01 |
stevenknight | Remove dead imports and other things found by PyChecker. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
stevenknight | Eliminate the refactored-out-of-existence Sig.Calculato... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
stevenknight | Make env.SConscript() expand dirs names. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
stevenknight | Add unit tests for the last two changes. |
commit | commitdiff | tree | snapshot |
2004-05-24 |
stevenknight | Fix use of --debug=explain with SConsignFile(). (Chad... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
stevenknight | Accomodate conversion from old .sconsign formats. |
commit | commitdiff | tree | snapshot |
2004-05-23 |
stevenknight | Better handling of syntax errors during variable expans... |
commit | commitdiff | tree | snapshot |
2004-05-23 |
stevenknight | Add support for fetching command-line arguments by... |
commit | commitdiff | tree | snapshot |
2004-05-22 |
stevenknight | Remove the shared library prefix/suffix from {PREFIXES... |
commit | commitdiff | tree | snapshot |
2004-05-19 |
stevenknight | Fix spurious rebuilds/reinstalls of header files and... |
commit | commitdiff | tree | snapshot |
2004-05-17 |
stevenknight | When a Node has been built, don't walk the whole tree... |
commit | commitdiff | tree | snapshot |
2004-05-16 |
stevenknight | Move Action initializations for common default COM... |
commit | commitdiff | tree | snapshot |
2004-05-14 |
stevenknight | Make the saved info opaque to the .sconsign subsystem... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
stevenknight | Fix EnsureSConsVersion() so it examines the SCons versi... |
commit | commitdiff | tree | snapshot |
2004-05-09 |
stevenknight | Make CacheDir() if it doesn't exist. (Chad Austin) |
commit | commitdiff | tree | snapshot |
2004-05-09 |
stevenknight | Test portability to Win32. |
commit | commitdiff | tree | snapshot |
2004-05-08 |
stevenknight | Better midl (Visual Studio MIDL compiler) Tool detectio... |
commit | commitdiff | tree | snapshot |
2004-05-08 |
stevenknight | Cleaner Task interface when using the -c option. |
commit | commitdiff | tree | snapshot |
next |