summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add new machinesBill Hoffman2007-09-241-2/+3
|
* COMP: fix warnings on hpBill Hoffman2007-09-243-0/+3
|
* ENH: fix line length issuesBill Hoffman2007-09-242-3/+6
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-221-1/+1
|
* STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe thisAlexander Neundorf2007-09-211-2/+2
| | | | | | silences the warning of the HP compiler Alex
* STYLE: improved error message for the case that neither FindFoo.cmake norAlexander Neundorf2007-09-211-3/+6
| | | | | | FooConfig.cmake were found Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-09-211-1/+1
|
* COMP: remove warning on new HPUX compilerBill Hoffman2007-09-201-1/+1
|
* BUG: fix to work with cmake 2.2Bill Hoffman2007-09-201-2/+18
|
* COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray CatamountAlexander Neundorf2007-09-201-1/+4
| | | | Alex
* COMP: make SystemTools.cxx build on Cray Xt3Alexander Neundorf2007-09-201-2/+10
| | | | Alex
* STYLE: fix line lengthsAlexander Neundorf2007-09-201-3/+5
| | | | Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-09-201-1/+1
|
* COMP: Only use the VERBATIM flag for non-Visual Studio builds being ↵David Cole2007-09-191-1/+28
| | | | configured by CMake 2.4.5 or later.
* ENH: add new help option --help-custom-modules, which generatesAlexander Neundorf2007-09-194-24/+208
| | | | | | | | | | | documentation for all modules found in CMAKE_MODULE_PATH, which currently has to be specified via -D, this can later on be improved e.g. by reading a special (to-be-created) file like CMakeFiles/ModulePath.cmake in the build tree so that running cmake help in the build tree of a project will always give you the current module path. (This could actually also help IDEs which would like to support cmake for projects...) Alex
* ENH: fix failing test when valgrind is onBill Hoffman2007-09-193-12/+24
|
* COMP: fix warning about unused parametersAlexander Neundorf2007-09-192-3/+3
| | | | Alex
* BUG: correct name for the man pageAlexander Neundorf2007-09-191-1/+1
| | | | Alex
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-1913-613/+906
| | | | | | | their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-09-191-1/+1
|
* STYLE: fix line lengthsAlexander Neundorf2007-09-181-6/+16
| | | | Alex
* ENH: allow for desktop link to be created and fix chop of last char in PATH ↵Bill Hoffman2007-09-181-0/+14
| | | | on uninstall
* ENH: allow test properties to set a timeout that is longer than the default ↵Bill Hoffman2007-09-181-1/+3
| | | | timeout, but not longer than CTEST_TIME_LIMIT for a script
* ENH: use the oubject_output option to try to tell CodeBlocks where theAlexander Neundorf2007-09-181-0/+1
| | | | | | | object files are located (to make "compile file" work). Doesn't work yet, but at least the .objs/ is now removed from the path. Alex
* STYLE: Nightly Version updateAndy Cedilnik2007-09-181-1/+1
|
* ENH: make mt command work with gmakeBill Hoffman2007-09-171-0/+1
|
* ENH: fix for vs 8Bill Hoffman2007-09-171-2/+2
|
* ENH: add support for the Portland Compiler to CMake, can build cmake and the ↵Alexander Neundorf2007-09-171-0/+9
| | | | | | tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-177-11/+127
|
* ENH: fix warningBill Hoffman2007-09-171-2/+2
|
* STYLE: copy the executables from TRY_RUN() toAlexander Neundorf2007-09-171-0/+1
| | | | | | ${CMAKE_BINARY_DIR}/CMakeFiles/ instead to ${CMAKE_BINARY_DIR} Alex
* ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently ↵Brad King2007-09-175-0/+104
| | | | works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-174-5/+36
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-171-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-161-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-151-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-141-1/+1
|
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵Brad King2007-09-132-0/+27
| | | | test to use it (making the test simpler).
* COMP: Fix shadowed local warning by scoping the previous decl properly.Brad King2007-09-131-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-131-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-121-1/+1
|
* ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵David Cole2007-09-112-0/+29
| | | | Vista by adding a requestedExecutionLevel element to its manifest.
* ENH: for build and test default the config type to the one that ctest was ↵Bill Hoffman2007-09-111-2/+24
| | | | built with, it is good for the current ctest setup, and other projects can always specify a value on the command line
* ENH: oppsBill Hoffman2007-09-111-0/+2
|
* ENH: fix 2 ctest issues, do not use the build type of ctest to look for ↵Bill Hoffman2007-09-115-19/+34
| | | | config types, do not inherit pipes in child procs for ctest so it can kill them
* ENH: improve docsBill Hoffman2007-09-111-1/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2007-09-111-1/+1
|
* ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting ↵Brad King2007-09-102-0/+21
| | | | of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers.