Bill Hoffman
5059adb5ff
ENH: fix line length issues
2007-09-24 11:10:55 -04:00
Andy Cedilnik
769af64d7f
STYLE: Nightly Version update
2007-09-23 23:09:03 -04:00
Andy Cedilnik
8b4eff4ba8
STYLE: Nightly Version update
2007-09-22 22:47:02 -04:00
Andy Cedilnik
5c666c7e4a
STYLE: Nightly Version update
2007-09-21 22:46:07 -04:00
Alexander Neundorf
d5b135e6b5
STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe this
...
silences the warning of the HP compiler
Alex
2007-09-21 13:37:30 -04:00
Alexander Neundorf
53d9d84f6b
STYLE: improved error message for the case that neither FindFoo.cmake nor
...
FooConfig.cmake were found
Alex
2007-09-21 11:42:40 -04:00
Andy Cedilnik
172d36cfed
STYLE: Nightly Version update
2007-09-20 22:44:15 -04:00
Bill Hoffman
e94473037e
COMP: remove warning on new HPUX compiler
2007-09-20 11:57:25 -04:00
Bill Hoffman
0c205dfcc8
BUG: fix to work with cmake 2.2
2007-09-20 11:27:42 -04:00
Alexander Neundorf
f2bb57684f
COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray Catamount
...
Alex
2007-09-20 09:36:30 -04:00
Alexander Neundorf
6b45ec0326
COMP: make SystemTools.cxx build on Cray Xt3
...
Alex
2007-09-20 09:30:41 -04:00
Alexander Neundorf
40fa85883c
STYLE: fix line lengths
...
Alex
2007-09-20 08:33:07 -04:00
Andy Cedilnik
2d979a87ba
STYLE: Nightly Version update
2007-09-19 22:33:12 -04:00
David Cole
0502c8502a
COMP: Only use the VERBATIM flag for non-Visual Studio builds being configured by CMake 2.4.5 or later.
2007-09-19 13:51:23 -04:00
Alexander Neundorf
31881265c7
ENH: add new help option --help-custom-modules, which generates
...
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
2007-09-19 13:14:25 -04:00
Bill Hoffman
797db515a0
ENH: fix failing test when valgrind is on
2007-09-19 11:16:57 -04:00
Alexander Neundorf
a347abe269
COMP: fix warning about unused parameters
...
Alex
2007-09-19 10:46:37 -04:00
Alexander Neundorf
cfdaa4b0b3
BUG: correct name for the man page
...
Alex
2007-09-19 09:59:34 -04:00
Alexander Neundorf
c5f249bdbd
STYLE: move the code for the different formats of the generated help into
...
their own classes, making cmDocumentation smaller and also making it easier
to eventually add another format
Alex
2007-09-19 09:05:28 -04:00
Andy Cedilnik
83363e5dfe
STYLE: Nightly Version update
2007-09-18 22:43:49 -04:00
Alexander Neundorf
e07cf9adc4
STYLE: fix line lengths
...
Alex
2007-09-18 17:05:45 -04:00
Bill Hoffman
0eba9b638f
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
2007-09-18 15:16:21 -04:00
Bill Hoffman
cc1f1014e3
ENH: allow test properties to set a timeout that is longer than the default timeout, but not longer than CTEST_TIME_LIMIT for a script
2007-09-18 11:34:53 -04:00
Alexander Neundorf
4cb2240576
ENH: use the oubject_output option to try to tell CodeBlocks where the
...
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
2007-09-18 09:54:42 -04:00
Andy Cedilnik
485af41bf7
STYLE: Nightly Version update
2007-09-17 22:38:34 -04:00
Bill Hoffman
96235da3b4
ENH: make mt command work with gmake
2007-09-17 16:10:08 -04:00
Bill Hoffman
0e14877e2a
ENH: fix for vs 8
2007-09-17 15:59:50 -04:00
Alexander Neundorf
4ee1ee1bd0
ENH: add support for the Portland Compiler to CMake, can build cmake and the tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt)
...
Alex
2007-09-17 15:55:17 -04:00
Bill Hoffman
9cbb998737
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
Bill Hoffman
c190756e24
ENH: fix warning
2007-09-17 11:17:38 -04:00
Alexander Neundorf
ed6d98c37c
STYLE: copy the executables from TRY_RUN() to
...
${CMAKE_BINARY_DIR}/CMakeFiles/ instead to ${CMAKE_BINARY_DIR}
Alex
2007-09-17 10:53:20 -04:00
Brad King
d7a5d4c191
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
2007-09-17 10:50:46 -04:00
Bill Hoffman
267fd538d8
ENH: fix build issue with config type not being specified by ctest
2007-09-17 10:40:57 -04:00
Andy Cedilnik
5c48eab7a8
STYLE: Nightly Version update
2007-09-16 22:46:24 -04:00
Andy Cedilnik
c40da99332
STYLE: Nightly Version update
2007-09-15 22:58:09 -04:00
Andy Cedilnik
946bfc2405
STYLE: Nightly Version update
2007-09-14 22:59:52 -04:00
Andy Cedilnik
deb5f857df
STYLE: Nightly Version update
2007-09-13 22:53:11 -04:00
Brad King
9f542f4ef7
ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader test to use it (making the test simpler).
2007-09-13 13:37:45 -04:00
Brad King
782c5c270f
COMP: Fix shadowed local warning by scoping the previous decl properly.
2007-09-13 09:14:46 -04:00
Andy Cedilnik
68ee26aa35
STYLE: Nightly Version update
2007-09-12 22:54:45 -04:00
Andy Cedilnik
8ca7e2f1b2
STYLE: Nightly Version update
2007-09-11 22:49:11 -04:00
David Cole
a54169789d
ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on Vista by adding a requestedExecutionLevel element to its manifest.
2007-09-11 15:21:37 -04:00
Bill Hoffman
1f99030cfa
ENH: for build and test default the config type to the one that ctest was built with, it is good for the current ctest setup, and other projects can always specify a value on the command line
2007-09-11 14:43:17 -04:00
Bill Hoffman
66a094a9eb
ENH: opps
2007-09-11 12:23:59 -04:00
Bill Hoffman
f262298bb0
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
2007-09-11 11:21:36 -04:00
Bill Hoffman
4835f8303b
ENH: improve docs
2007-09-11 10:01:40 -04:00
Andy Cedilnik
eac03d948a
STYLE: Nightly Version update
2007-09-10 22:50:20 -04:00
Brad King
f2ac53bb10
ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting 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.
2007-09-10 10:22:19 -04:00
Andy Cedilnik
5dade94eec
STYLE: Nightly Version update
2007-09-09 23:03:58 -04:00
Andy Cedilnik
1a132532c7
STYLE: Nightly Version update
2007-09-08 23:09:47 -04:00