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
*
BUG: Remove spaces from test output paths. Not all make tools can handle it....
Brad King
2007-03-13
2
-6/+6
*
ENH: added remove_directory bug 2937
Ken Martin
2007-03-12
1
-1/+13
*
BUG: Preserve symlinks during installation. This addresses bug#4384.
Brad King
2007-03-12
1
-0/+68
*
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
Brad King
2007-03-12
4
-15/+50
*
ENH: typo
Ken Martin
2007-03-12
2
-9/+5
*
BUG: Do not use /I mode in VS6.
Brad King
2007-03-12
1
-7/+10
*
BUG: Clean the pch during make clean so that the test passes when run more th...
Brad King
2007-03-12
1
-0/+6
*
ENH: small enchancement for bug 3776.
Ken Martin
2007-03-12
1
-1/+13
*
BUG: Split precompiled header flags into a separate per-global-generator flag...
Brad King
2007-03-12
9
-88/+157
*
COMP: XCode fix
Ken Martin
2007-03-12
1
-1/+1
*
ENH: some code cleanup
Ken Martin
2007-03-12
17
-63/+44
*
ENH: Testing new target properties RUNTIME_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_D...
Brad King
2007-03-12
11
-33/+45
*
STYLE: Nightly Version update
Andy Cedilnik
2007-03-11
1
-1/+1
*
BUG: Do not create import library for MODULEs. This is an incremental fix fo...
Brad King
2007-03-10
1
-6/+6
*
BUG: Fixed MSVC8 module build rule to not use /implib option. This is an inc...
Brad King
2007-03-10
1
-8/+12
*
STYLE: Fix line-too-long.
Brad King
2007-03-10
1
-2/+4
*
STYLE: Nightly Version update
Andy Cedilnik
2007-03-10
1
-1/+1
*
BUG: Use real path subdirectory check instead of substring comparison to iden...
Brad King
2007-03-09
1
-40/+17
*
COMP: Fix warning about binding reference-to-non-const to an rvalue on VS6. ...
Brad King
2007-03-09
1
-17/+20
*
COMP: Fixed unreferenced parameter warning for VS6 with /W4.
Brad King
2007-03-09
1
-1/+5
*
BUG: Re-enable backward compatibility replacements in user-provided VS6 DSP t...
Brad King
2007-03-09
1
-1/+1
*
ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 generator...
Brad King
2007-03-09
6
-42/+95
*
ENH: Added target properties ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTO...
Brad King
2007-03-09
2
-28/+135
*
BUG: Fixed OSX bundles to be built in the directory specified by cmTarget::Ge...
Brad King
2007-03-09
1
-16/+9
*
BUG: Shared library creation should use /implib option to specify the name of...
Brad King
2007-03-09
1
-6/+7
*
ENH: Do not compute a path name for the import library if there is no import ...
Brad King
2007-03-09
1
-3/+9
*
ENH: Prepare for the new curl. Curl is build static, so set define to on
Andy Cedilnik
2007-03-09
1
-0/+1
*
ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation...
Brad King
2007-03-09
3
-36/+44
*
BUG: Need to account for import library directory when constructing the clean...
Brad King
2007-03-09
1
-1/+1
*
ENH: Implemented new policy to choose the directory part of the object file n...
Brad King
2007-03-09
1
-15/+33
*
ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...
Brad King
2007-03-09
6
-27/+38
*
STYLE: Nightly Version update
Andy Cedilnik
2007-03-09
1
-1/+1
*
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they ar...
Brad King
2007-03-08
6
-15/+19
*
ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Ea...
Brad King
2007-03-08
2
-47/+0
*
COMP: Fixed enumeration-not-used warning in switch.
Brad King
2007-03-08
1
-13/+18
*
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefil...
Brad King
2007-03-08
9
-173/+99
*
ENH: Ask the target for its own directory in case of bundle instead of direct...
Brad King
2007-03-08
1
-6/+2
*
BUG: Compute HomeRelativeOutputPath following the rules of RelativePathTopBin...
Brad King
2007-03-08
1
-5/+5
*
ENH: Enable SubDirSpaces test when building with bootstrapped cmake.
Brad King
2007-03-08
1
-5/+5
*
ENH: Fixed recursive make call target escaping for Borland to support SubDirS...
Brad King
2007-03-08
4
-2/+18
*
ENH: Updated GetRecursiveMakeCall to use EscapeForShell instead of MAKEFILE c...
Brad King
2007-03-08
1
-11/+9
*
ENH: Added ConvertToOutputSlashes method to convert slashes with the same pol...
Brad King
2007-03-08
2
-0/+19
*
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ...
Brad King
2007-03-08
3
-29/+0
*
BUG: Some calls to Convert() were converting for MAKEFILE but then passing th...
Brad King
2007-03-08
4
-26/+12
*
STYLE: Removed unused calls to Convert.
Brad King
2007-03-08
1
-6/+0
*
STYLE: Removing unused methods ConvertToShellPath and EscapeForUnixShell.
Brad King
2007-03-08
2
-62/+0
*
STYLE: Fix line-too-long.
Brad King
2007-03-08
1
-1/+2
*
ENH: SetupPathConversions is now called automatically on demand.
Brad King
2007-03-08
4
-8/+11
*
STYLE: Nightly Version update
Andy Cedilnik
2007-03-08
1
-1/+1
*
ENH: Modified GetObjectFileNameWithoutTarget to use relative paths for object...
Brad King
2007-03-07
1
-9/+8
[next]