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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make use_mangled_mesa() available in cmake script mode (#11926)
Alex Neundorf
2011-03-10
1
-0/+5
*
Remove trailing whitespace
Alex Neundorf
2011-03-10
1
-5/+4
*
KWSys Nightly Date Stamp
KWSys Robot
2011-03-10
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-03-09
1
-1/+1
*
Merge topic 'ReworkedAsmSupport'
Brad King
2011-03-08
17
-34/+200
|
\
|
*
Do not bother enabling C++ in Assembler test
Brad King
2011-03-04
1
-1/+1
|
*
Teach Assembler test to generate main.s at build time
Brad King
2011-03-04
1
-2/+9
|
*
Fix Assembler test to parse C flags string before using
Brad King
2011-03-04
1
-1/+3
|
*
-only enable the asm test for the Intel compiler if we are under UNIX
Alex Neundorf
2011-03-03
1
-2/+2
|
*
-use CMAKE_C_FLAGS when generating the assembler file
Alex Neundorf
2011-03-03
1
-1/+1
|
*
Add ASM platform information for HP compiler on HP
Brad King
2011-03-02
2
-0/+7
|
*
Merge branch 'hp-compiler-info' into ReworkedAsmSupport
Brad King
2011-03-02
5
-65/+67
|
|
\
|
*
|
Add ASM platform information for XL compiler on AIX
Brad King
2011-03-02
1
-0/+2
|
*
|
Merge branch 'aix-xl-platform-info' into ReworkedAsmSupport
Brad King
2011-03-02
139
-3441/+2500
|
|
\
\
|
*
|
|
Initialize ASM rpath flags for executables with those for shared libs
Brad King
2011-03-02
1
-0/+12
|
*
|
|
Add support for the Intel compiler used for ASM under Windows
Alex Neundorf
2011-03-02
2
-1/+7
|
*
|
|
Add more regex for gcc, always print the ASM compiler ID
Alex Neundorf
2011-03-01
1
-7/+8
|
*
|
|
Add temporary debug output for compiler ID detection for ASM
Alex Neundorf
2011-03-01
1
-0/+7
|
*
|
|
It's ELSEIF(), not ELSIF()
Alex Neundorf
2011-03-01
1
-1/+1
|
*
|
|
Fix bad comparison in the detect assembler-code
Alex Neundorf
2011-03-01
1
-4/+4
|
*
|
|
Only try assembler support for Makefile-based generators
Alex Neundorf
2011-03-01
1
-4/+6
|
*
|
|
Use a regexp instead a lot of ORs for checking the compiler ID
Alex Neundorf
2011-02-24
1
-11/+3
|
*
|
|
The Assembler test now tests ASM for GNU, Intel, HP, XL and SunPro
Alex Neundorf
2011-02-23
1
-16/+19
|
*
|
|
Add assemble- and preprocess commands for HP
Alex Neundorf
2011-02-23
2
-3/+6
|
*
|
|
Fix the default CMAKE_ASM_COMPILE_OBJECT, make XL-ASM use it
Alex Neundorf
2011-02-23
2
-3/+1
|
*
|
|
Change the default rules so they fit better to the new ASM handling
Alex Neundorf
2011-02-23
5
-10/+5
|
*
|
|
Set the HP asm file suffix
Alex Neundorf
2011-02-23
1
-0/+2
|
*
|
|
Add support for ASm for the HP compiler.
Alex Neundorf
2011-02-23
3
-1/+9
|
*
|
|
Add suport for ASM for the IBM XL compiler
Alex Neundorf
2011-02-23
2
-0/+19
|
*
|
|
Add support for ASM for the SunPro compiler
Alex Neundorf
2011-02-23
2
-0/+30
|
*
|
|
Actually use CMAKE_ASM_COMPILER for asm, instead of CMAKE_C_COMPILER
Alex Neundorf
2011-02-23
1
-1/+1
|
*
|
|
Add ASM support for the Intel compiler
Alex Neundorf
2011-02-23
3
-1/+16
|
*
|
|
Rework the way assembler is handled, use the C/CXX compiler by default
Alex Neundorf
2011-01-30
4
-7/+62
*
|
|
|
Merge topic 'improve-ExternalProject-file-name-recognition'
Brad King
2011-03-08
1
-4/+9
|
\
\
\
\
|
*
|
|
|
ExternalProject: Extract file names from more urls
David Cole
2011-03-04
1
-4/+9
*
|
|
|
|
Merge topic 'CPack-MoreRobustComponentFileList'
Brad King
2011-03-08
1
-29/+49
|
\
\
\
\
\
|
*
|
|
|
|
CPack fix compile error on VS70 and avoid KWStyle warnings
Eric NOULARD
2011-03-04
1
-5/+9
|
*
|
|
|
|
CPack more robust way to collect files belonging to a component
Eric NOULARD
2011-03-03
1
-29/+45
*
|
|
|
|
|
Merge topic 'CPackRPM-enableCPackTests'
Brad King
2011-03-08
2
-0/+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CPackRPM do not run test if build dir contains space
Eric NOULARD
2011-03-04
1
-2/+2
|
*
|
|
|
|
|
CPackRPM activate CPackRPM test on Linux systems where rpmbuild is found
Eric NOULARD
2011-03-03
2
-0/+23
*
|
|
|
|
|
|
Merge topic 'CPackArchive-PackageOrphanComponents'
Brad King
2011-03-08
2
-1/+34
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
CPackArchive package all components specified in CPACK_COMPONENTS_ALL
Eric NOULARD
2011-03-03
2
-1/+34
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge topic 'link-static'
Brad King
2011-03-08
5
-11/+74
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Test static linking with LINK_SEARCH_START_STATIC
Brad King
2011-03-04
3
-0/+48
|
*
|
|
|
|
|
|
Add target property LINK_SEARCH_START_STATIC to aid static linking
Brad King
2011-03-03
2
-11/+26
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge topic 'remove-self-CMAKE_BACKWARDS_COMPATIBILITY-mark'
Brad King
2011-03-08
1
-2/+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Remove unused CMAKE_BACKWARDS_COMPATIBILITY mark
Brad King
2011-03-01
1
-2/+0
*
|
|
|
|
|
|
|
Merge topic 'aix-xl-platform-info'
Brad King
2011-03-08
6
-14/+36
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Move RPATH flags to AIX per-compiler information files
Brad King
2011-03-02
3
-2/+4
[next]