summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix for OpenBSDBill Hoffman2004-12-162-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-121-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-111-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-101-1/+1
|
* BUG: Fix to avoid relative path with ..s all the way to the root.Brad King2004-12-091-2/+3
|
* BUG: Support for custom command outputs in subdirectories of current build ↵Brad King2004-12-091-0/+2
| | | | tree location.
* BUG: AppendAnyDepend must handle non-existing files.Brad King2004-12-091-8/+4
|
* ENH: Added post-build rules to executables and libraries. Generalized ↵Brad King2004-12-092-80/+132
| | | | AppendLibDepend method to AppendAnyDepend. This takes most of the functionality of AppendCustomDepend too, and generalized jump-and-build to executables.
* ENH: Implemented utility targets. This involved pulling part of the custom ↵Brad King2004-12-092-56/+129
| | | | command rule implementation out into shared methods.
* STYLE: Nightly Version updateAndy Cedilnik2004-12-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-071-1/+1
|
* FIX: fix for bug 1325, Tru64 not True64Bill Hoffman2004-12-061-0/+0
|
* BUG: fix for bug 1396, object files could not be used as sources any moreBill Hoffman2004-12-063-2/+41
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-041-1/+1
|
* ENH: minor fix for windowsKen Martin2004-12-031-1/+16
|
* ENH: fix for relative pathsKen Martin2004-12-031-5/+26
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-031-1/+1
|
* BUG: fix for 1369 before include directories need to be always addedBill Hoffman2004-12-021-2/+14
|
* BUG: fix for bug 1385, /tmp should not be used on windowsBill Hoffman2004-12-021-1/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-021-1/+1
|
* COMP: Need to choose between <new> and <new.h> based on whether standard ↵Brad King2004-12-011-1/+6
| | | | headers are available.
* COMP: Disabling old streams warnings when including old headers on MSVC.Brad King2004-12-012-6/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2004-12-011-1/+1
|
* BUG: Need to include header <new> to use placement new syntax. Really this ↵Brad King2004-11-301-0/+1
| | | | should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.
* STYLE: Nightly Version updateAndy Cedilnik2004-11-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-291-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-271-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-261-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-251-1/+1
|
* ENH: Add support for proxy authentication (thanks Jean-Michel)Andy Cedilnik2004-11-242-1/+22
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-241-1/+1
|
* ENH: try and fix aix xlC with gccBill Hoffman2004-11-231-0/+4
|
* ENH: try and fix aix xlC with gccBill Hoffman2004-11-231-4/+4
|
* ENH: try to fix aix with native cxx and gccBill Hoffman2004-11-231-0/+10
|
* ENH: Make more things XML safeAndy Cedilnik2004-11-231-12/+12
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-211-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2004-11-201-1/+1
|
* ENH: Moved custom command rule files into special CMakeCustomCommands.dir ↵Brad King2004-11-191-2/+8
| | | | subdirectory.
* ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the ↵Brad King2004-11-192-194/+160
| | | | future WriteInstallRules into a single WritePassRules method. Also added WriteTargetDependsRule and WriteTargetCleanRule methods to unify writing of depend and clean rules for each target.
* STYLE: Nightly Version updateAndy Cedilnik2004-11-191-1/+1
|