index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...
Brad King
2008-02-03
6
-24/+38
*
ENH: Enable dependent library search paths on more platforms
Brad King
2008-02-02
2
-0/+2
*
BUG: When preserving relative paths for moc generated files,
Clinton Stimpson
2008-02-01
1
-1/+6
*
ENH: Use new COMPILE_DEFINITIONS_* with set_property to
Clinton Stimpson
2008-02-01
1
-11/+4
*
ENH: Enable dependent library search paths on more platforms
Brad King
2008-02-01
5
-0/+15
*
ENH: Pass dependent library search path to linker on some platforms.
Brad King
2008-02-01
6
-1/+23
*
ENH: Support linking to shared libs with dependent libs
Brad King
2008-01-31
1
-0/+6
*
ENH: use ctest to drive dashboards for make targets as opposed to tclsh
Ken Martin
2008-01-31
1
-73/+6
*
BUG: Move decision to switch library paths found in implicit link directories...
Brad King
2008-01-31
2
-0/+19
*
ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC...
Brad King
2008-01-30
1
-0/+11
*
ENH: Make lupdate and lrelease executables advanced variables.
Clinton Stimpson
2008-01-29
1
-1/+3
*
ENH: need quotes
Sebastien Barre
2008-01-29
1
-7/+7
*
ENH: Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h
Clinton Stimpson
2008-01-29
1
-2/+11
*
BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.
Brad King
2008-01-29
1
-1/+1
*
ENH: Added version support to Config mode of find_package command.
Brad King
2008-01-29
1
-7/+8
*
ENH: Improve find for glib/gthread when Qt is configured to use it.
Clinton Stimpson
2008-01-29
1
-6/+24
*
ENH: Update Tcl/Tk 8.5
Sebastien Barre
2008-01-26
4
-4/+44
*
ENH: update for Tcl/Tk 8.5
Sebastien Barre
2008-01-25
5
-104/+138
*
ENH: typo
Sebastien Barre
2008-01-25
1
-1/+1
*
ENH: update for Tcl/Tk 8.5
Sebastien Barre
2008-01-25
3
-6/+30
*
ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link...
Brad King
2008-01-23
1
-2/+0
*
BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAK...
Brad King
2008-01-23
1
-2/+2
*
ENH: update for Tcl/Tk 8.5
Sebastien Barre
2008-01-23
4
-28/+40
*
ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
Brad King
2008-01-23
1
-0/+5
*
ENH: keep cleaning up Tcl/Tk modules
Sebastien Barre
2008-01-23
2
-112/+119
*
BUG: Fix generation of Watcom link lines.
Brad King
2008-01-23
1
-0/+1
*
ENH: Enable library search path suffix for sparcv9 architecture. This should...
Brad King
2008-01-23
1
-0/+2
*
ENH: Add macros to handle translations. Fixes #6229.
Clinton Stimpson
2008-01-22
1
-0/+72
*
ENH: Implement linking with paths to library files instead of -L and -l separ...
Brad King
2008-01-22
5
-21/+72
*
ENH: Cleanup chrpath feature by not displaying exe format or placing non-adva...
Brad King
2008-01-22
2
-5/+3
*
ENH: Generalize the check for sizeof void* to detect more ABI information.
Brad King
2008-01-21
8
-14/+167
*
ENH: Implement version support in the find_package command module mode. Vers...
Brad King
2008-01-21
1
-1/+17
*
BUG: FindX11 module should search for SM library instead of returning -lSM.
Brad King
2008-01-20
1
-1/+5
*
ENH: Tcl/Tk 8.6 alpha schedule for May 2008.
Sebastien Barre
2008-01-19
3
-0/+19
*
ENH: make sure msvc90 gets set
Bill Hoffman
2008-01-18
1
-0/+1
*
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
Alexander Neundorf
2008-01-18
2
-10/+10
*
ENH: make sure MSVC90 is set
Bill Hoffman
2008-01-18
1
-0/+4
*
ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...
Sebastien Barre
2008-01-18
3
-27/+27
*
ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...
Sebastien Barre
2008-01-18
2
-0/+8
*
ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...
Sebastien Barre
2008-01-18
3
-7/+7
*
ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and suppor...
Sebastien Barre
2008-01-18
4
-24/+133
*
ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
Brad King
2008-01-18
2
-2/+2
*
ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...
Brad King
2008-01-17
3
-7/+8
*
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...
Brad King
2008-01-17
8
-11/+10
*
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property impleme...
Brad King
2008-01-17
1
-1/+1
*
BUG: Eliminate message - it pops up an annoying dialog whenever you run CMake...
David Cole
2008-01-16
1
-1/+0
*
ENH: Convert Modules/Platform specification of system search paths to use CMA...
Brad King
2008-01-16
4
-33/+44
*
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...
Brad King
2008-01-16
29
-345/+62
*
STYLE: fix infinished comment
Alexander Neundorf
2008-01-16
1
-1/+2
*
BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to h...
Bill Hoffman
2008-01-15
1
-2/+2
[next]