summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2006-11-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-141-1/+1
|
* ENH: Expand commentAndy Cedilnik2006-11-141-1/+1
|
* ENH: add depend information from qrc filesBill Hoffman2006-11-131-1/+11
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-121-1/+1
|
* BUG: fix for 4028 fix scroll after deleteBill Hoffman2006-11-111-0/+6
|
* BUG: fix for 4009 lib64 should work with path suffixBill Hoffman2006-11-111-8/+6
|
* BUG: use different commands for shared libraries and exe for manifest stuff ↵Bill Hoffman2006-11-112-2/+32
| | | | fix for bug#4039
* STYLE: Nightly Version updateAndy Cedilnik2006-11-111-1/+1
|
* ENH: remove warningBill Hoffman2006-11-101-2/+2
|
* BUG: fix for broken borland compilerBill Hoffman2006-11-101-2/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-101-1/+1
|
* ENH: fix it to work with stl debug mode on macBill Hoffman2006-11-091-2/+3
|
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-099-15/+75
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-091-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-081-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-071-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-061-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-051-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-041-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-031-1/+1
|
* ENH: add support for finding mpich2 on windowsBill Hoffman2006-11-031-1/+3
|
* ENH: look for QtAssistantClient4Bill Hoffman2006-11-021-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-021-1/+1
|
* ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable.Brad King2006-11-011-0/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2006-11-011-1/+1
|
* ENH: Cleanup of install component list. There was already the list in the ↵Andy Cedilnik2006-10-314-23/+1
| | | | global generator. Use that one
* STYLE: Fix kwstyleAndy Cedilnik2006-10-311-1/+2
|
* ENH: Add support for displaying the list of componentsAndy Cedilnik2006-10-304-3/+59
|
* ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.Brad King2006-10-301-0/+118
|
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵Bill Hoffman2006-10-305-21/+35
| | | | faults
* ENH: Added test case for bug#3966.Brad King2006-10-303-0/+33
|
* STYLE: Nightly Version updateAndy Cedilnik2006-10-301-1/+1
|
* ENH: More documentationAndy Cedilnik2006-10-271-0/+3
|
* ENH: Add support for libjvmAndy Cedilnik2006-10-271-0/+17
|
* ENH: remove JavaEmbeddingBill Hoffman2006-10-271-7/+4
|
* ENH: fix warnings on windows pathsBill Hoffman2006-10-271-6/+6
|
* ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the ↵Brad King2006-10-262-69/+71
| | | | command. Re-implemented argument parsing to be simpler and more robust.
* STYLE: Fix typoAndy Cedilnik2006-10-261-1/+1
|
* BUG: When writing newlines between script portions in prebuild, prelink, and ↵Brad King2006-10-261-3/+3
| | | | postbuild command lines they must be escaped for XML so that the IDE receives them. This fixes the fix for bug #3977.
* COMP: Remove unused variable.Brad King2006-10-251-1/+0
|
* BUG: Adjust prebuild/prelink/postbuild script construction to account for ↵Brad King2006-10-252-10/+21
| | | | ConstructScript no longer producing trailing newlines. This addresses bug#3977.
* BUG: Avoid leading and trailing newlines in custom command scripts because ↵Brad King2006-10-251-6/+12
| | | | some VS6 versions do not like the trailing backslash this produces. This addresses bug#3977.
* ENH: Re-enabling # escape test now that it is implemented everywhere.Brad King2006-10-251-4/+4
|
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-256-5/+49
|
* BUG: EQUAL -> STREQUAL for string comparison.Brad King2006-10-251-3/+3
|
* BUG: It cannot be an error if the values do not convert. The docs say that ↵Brad King2006-10-251-17/+4
| | | | if the values do not convert the test is false.
* BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be ↵Brad King2006-10-251-3/+23
| | | | converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966.
* COMP: Remove unnecessary provocationAndy Cedilnik2006-10-251-9/+6
|