- 11 Aug, 2011 3 commits
-
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
This file has been written today from scratch by Matthias Kretz and it BSD-licensed. Alex
-
- 09 Aug, 2011 4 commits
-
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
If CMAKE_SIZEOF_VOID_P is not set from the outside, it checks for the existance of /usr/lib64, and if it exists, SIZEOF_VOID_P is set to 8. For multiarch, if this is debian and CMAKE_${LANGUAGE}_LANGUAGE_ARCHITECTURE has not been set, it globs for the files in /lib, and uses the first one which matches CMAKE_LIBRARY_ARCHITECTURE_REGEX. Alex
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
GetWorkingMode() returns a new enum WorkingMode, which is one of NORMAL_MODE, SCRIPT_MODE and FIND_PACKAGE_MODE. Alex
-
- 02 Jul, 2011 4 commits
-
-
Alexander Neundorf authored
In find-package mode, cmake executes Modules/CMakeFindPackage.cmake, which calls find_package(), and this is then evaluated in cmake.cxx, which prints an appropriate message to stdout, so it can be used e.g. in a normal Makefile: $ /opt/cmake-HEAD/bin/cmake --find-package -DNAME=JPEG -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=EXIST JPEG found. $ /opt/cmake-HEAD/bin/cmake --find-package -DNAME=JPEG -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE $ /opt/cmake-HEAD/bin/cmake --find-package -DNAME=JPEG -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=LINK -rdynamic -ljpeg Alex
-
Alexander Neundorf authored
-add command line argument --find-package and handle it, i.e. call an empty function cmake::FindPackage() -add basic help Alex
-
Alexander Neundorf authored
This will later on be used for getting the link flags Alex
-
Kitware Robot authored
-
- 01 Jul, 2011 1 commit
-
-
Kitware Robot authored
-
- 30 Jun, 2011 1 commit
-
-
Kitware Robot authored
-
- 29 Jun, 2011 1 commit
-
-
Kitware Robot authored
-
- 28 Jun, 2011 2 commits
-
-
fc045318 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
-
Kitware Robot authored
-
- 27 Jun, 2011 2 commits
-
-
Kitware Robot authored
- 26 Jun, 2011 1 commit
-
-
Kitware Robot authored
-
- 25 Jun, 2011 1 commit
-
-
Kitware Robot authored
-
- 24 Jun, 2011 2 commits
-
-
Kitware Robot authored
- 23 Jun, 2011 2 commits
-
-
Bill Hoffman authored
-
Kitware Robot authored
-
- 22 Jun, 2011 2 commits
-
-
Bill Hoffman authored
For source files we use full paths. This allows for longer directory names with VS2010. However, the use of full paths causes the GUI to not display the custom commands.
-
Kitware Robot authored
-
- 21 Jun, 2011 3 commits
-
-
Bill Hoffman authored
This reverts commit 945f2c22.
-
Bill Hoffman authored
-
Kitware Robot authored
-
- 20 Jun, 2011 9 commits
-
-
d39aee48 libarchive: Install COPYING with CMake documentation
-
93fc629a FindJNI: Search in Fedora arch-specific JVM location (#12276)
-
effb6bbf Detect VS 2010 SP1, faster and more robust detection
-
d66459be Documentation: Fix spelling / formatting errors (#12287)
-
03809b14 FindSWIG: Use NAMES in find_program directives (#12280)
-
Brad King authored
-
Kitware Robot authored
-
- 19 Jun, 2011 2 commits
-
-
Brad King authored
Author: Davide Mancusi <arekfu@gmail.com> Acked-By:
Modestas Vainius <modax@debian.org> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853
-
The patch fixes the following problems spotted by lintian: W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2641: warning [p 39, 1.5i]: can't break line I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz explict explicit I: cmake: spelling-error-in-binary usr/bin/cmake explict explicit I: cmake: spelling-error-in-binary usr/bin/cpack explict explicit I: cmake: spelling-error-in-binary usr/bin/ctest explict explicit W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 7300: warning [p 120, 3.3i]: can't break line I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explict explicit I: cmake-curses-gui: spelling-error-in-binary usr/bin/ccmake explict explicit I: cmake-qt-gui: spelling-error-in-binary usr/bin/cmake-gui explict explicit
-