summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add support for the Syllable OS (http://www.syllable.org)Alexander Neundorf2007-11-242-2/+15
| | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex
* STYLE: Fixed line-too-long.Brad King2007-11-231-1/+2
|
* STYLE: QT is quicktime, Qt is Qt, as pointed out by David FaureAlexander Neundorf2007-11-231-1/+1
| | | | Alex
* STYLE: Nightly Date StampBrad King2007-11-231-1/+1
|
* STYLE: Nightly Date StampBrad King2007-11-221-1/+1
|
* ENH: Change compiler working directory to the local build tree location when ↵Brad King2007-11-211-17/+41
| | | | compiling object files. This simplifies the compiler command line and the usage of the <objBase>.s and <objBase>.i targets. It also helps fortran compilers put their modules in the correct place.
* BUG: Do not require a nightly start time for an experimental or continuous ↵Brad King2007-11-211-1/+2
| | | | test model.
* BUG: For imported target directory, do not return pointer to freed memory.Brad King2007-11-211-3/+3
|
* STYLE: Nightly Date StampBrad King2007-11-211-1/+1
|
* BUG: Need to honor HEADER_FILE_ONLY source file property and exclude the ↵Brad King2007-11-201-1/+9
| | | | source from the build.
* STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.Brad King2007-11-205-21/+46
|
* STYLE: Nightly Date StampBrad King2007-11-201-1/+1
|
* BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on.Brad King2007-11-191-1/+7
|
* COMP: Do not build VS-specific code when generators are not included.Brad King2007-11-191-0/+5
|
* ENH: Add install command for executable.Clinton Stimpson2007-11-191-0/+2
|
* ENH: Added call to StopBuild VS macro when projects fail to regenerate ↵Brad King2007-11-192-0/+19
| | | | during a build.
* ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro ↵Brad King2007-11-194-25/+56
| | | | method to CallVisualStudioMacro and added arguments to select which macro to call and optionally pass the solution file name. Added option to call to new StopBuild macro. Updated logic for replacing the macro file in user directories when the distributed version is newer.
* BUG: Always return positive integers to the OS on error. Windows error ↵Brad King2007-11-191-1/+11
| | | | encoding is confused by negative return values.
* BUG: ParseFile should return false if there was a parse error.Brad King2007-11-191-0/+4
|
* STYLE: Nightly Date StampBrad King2007-11-191-1/+1
|
* STYLE: Nightly Date StampBrad King2007-11-181-1/+1
|
* STYLE: Nightly Date StampBrad King2007-11-171-1/+1
|
* ENH: Remove debug printfClinton Stimpson2007-11-171-1/+0
|
* ENH: Add more conditions for attempting to call the new Visual Studio ↵David Cole2007-11-161-32/+73
| | | | macros. Only try to call them if the vsmacros file exists and is registered. Count VS instances again after warning about running instances. If user closed them in response to the warning, it's OK to register the macros now rather than waiting till the next CMake generate.
* ENH: add support for CDash bullseye coverageBill Hoffman2007-11-161-6/+18
|
* BUG: Fix exception handling flag translation to be specific to each VS ↵Brad King2007-11-163-3/+14
| | | | version. This allows /EHa to be handled correctly for VS 2003.
* ENH: more robust search filter.Clinton Stimpson2007-11-161-4/+20
|
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵David Cole2007-11-1617-15/+1064
| | | | Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
* STYLE: Nightly Date StampBrad King2007-11-161-1/+1
|
* STYLE: Nightly Date StampBrad King2007-11-151-1/+1
|
* COMP: Fix warning.Clinton Stimpson2007-11-151-7/+7
|
* ENH: Simplified CMake version information using KWSys DateStamp feature. ↵Brad King2007-11-151-36/+3
| | | | Reduced duplicate code in bootstrap script.
* daily version numberBrad King2007-11-141-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-141-1/+1
|
* ENH: add completer for the source and binary dir lineeditsAlexander Neundorf2007-11-131-0/+14
| | | | | | | | Clinton: do I actually have to create separate models for each completer, and a separate completer for each widget, or could the models/completers be used for multiple widgets ? Alex
* ENH: single click can start editing cache values.Clinton Stimpson2007-11-131-0/+2
|
* BUG: The search is set to apply to all columns, but in Qt 4.2, that breaksClinton Stimpson2007-11-131-0/+2
| | | | the search entirely. Search on the first column only when using Qt 4.2.
* ENH: support specifying build or source directory at command line.Clinton Stimpson2007-11-132-7/+23
|
* ENH: Allow clicking anywhere in field to toggle check boxes.Clinton Stimpson2007-11-132-2/+50
|
* daily version numberBrad King2007-11-131-1/+1
|
* STYLE: add license.Clinton Stimpson2007-11-132-0/+32
|
* ENH: Add ability to add cache entries (even before first configure).Clinton Stimpson2007-11-1312-34/+391
|
* STYLE: Nightly Version updateAndy Cedilnik2007-11-131-1/+1
|
* ENH: add f stuff to avoid warningsBill Hoffman2007-11-131-3/+3
|
* ENH: add guess progress for first time configuring a project.Bill Hoffman2007-11-132-0/+33
|
* daily version numberBrad King2007-11-121-3/+3
|
* ENH: Created better names and a more convenient set of version date stamp ↵Brad King2007-11-122-29/+29
| | | | macros.
* ENH: Fix layout with Qt 4.2.Clinton Stimpson2007-11-122-6/+39
| | | | BUG: Fix help comments to match what this GUI does.
* BUG: Fix prompt for changes if they haven't been saved.Clinton Stimpson2007-11-121-9/+3
|
* BUG: Fix pause at shutdown.Clinton Stimpson2007-11-123-132/+177
| | | | | ENH: Remove interrupt button and make configure/generate turn to stop during runs. ENH: Add text to remove cache entry button.