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
...
*
|
|
|
|
Merge topic 'qt4-paramfile-speed'
Brad King
2011-03-15
1
-4/+2
|
\
\
\
\
\
|
*
|
|
|
|
Speed up creation of parameters file for moc custom command.
Clinton Stimpson
2011-03-10
1
-4/+2
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'qt4-cross-compile-no-default'
Brad King
2011-03-15
1
-34/+34
|
\
\
\
\
\
|
*
|
|
|
|
When cross compiling, don't double-root paths when using find_*.
Markus Rathgeb
2011-03-10
1
-34/+34
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'MakeUseMangledMesaScriptable'
Brad King
2011-03-15
1
-5/+9
|
\
\
\
\
\
|
*
|
|
|
|
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
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'fix-InstallReqdSysLibs-again'
Brad King
2011-03-15
1
-4/+12
|
\
\
\
\
\
|
*
|
|
|
|
InstallRequiredSystemLibraries: Read reg values with get_filename_component
David Cole
2011-03-09
1
-4/+12
*
|
|
|
|
|
Merge topic 'ctest-git-submodule-recursive'
Brad King
2011-03-15
2
-1/+46
|
\
\
\
\
\
\
|
*
|
|
|
|
|
CTest: Do not fail with submodules and Git < 1.6.5.0
Brad King
2011-03-10
1
-2/+1
|
*
|
|
|
|
|
CTest: Update Git submodules with --recursive
Brad King
2011-02-22
2
-1/+47
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2011-03-15
1
-1/+1
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2011-03-14
1
-1/+1
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2011-03-13
1
-1/+1
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2011-03-12
1
-1/+1
*
|
|
|
|
|
|
KWSys Nightly Date Stamp
KWSys Robot
2011-03-11
1
-1/+1
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
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
[prev]
[next]