21416 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Bruno Pedrosa 19ffc0729f Sublime: Exclude build tree from source tree project only optionally 9 years ago
Kitware Robot 8eb6038d0d CMake Nightly Date Stamp 9 years ago
Kitware Robot 2fb8e5b1c4 CMake Nightly Date Stamp 9 years ago
Stephen Kelly 4134030434 cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator 9 years ago
Stephen Kelly f03d446e96 cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator 9 years ago
Stephen Kelly 3444105f9f cmLocalGenerator: Inline last use of local variable 9 years ago
Stephen Kelly 77c4202edc cmLinkLineComputer: Move RPath computation from cmLocalGenerator 9 years ago
Stephen Kelly 09b6cc66b0 cmLinkLineComputer: Move LinkPath computation from cmLocalGenerator 9 years ago
Stephen Kelly 0c97806325 cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator 9 years ago
Stephen Kelly 0152a01f11 cmLocalGenerator: Move variable to where it is used 9 years ago
Stephen Kelly 011e6870e4 cmLocalGenerator: Use a std::string instead of char* 9 years ago
Stephen Kelly cbca80f351 cmLocalGenerator: Move stringstream to where it is used 9 years ago
Stephen Kelly d48f69d0f5 cmLocalGenerator: Move flag determination up in the function 9 years ago
Stephen Kelly ff8e321c6a cmLocalGenerator: Separate stdlib content from library stream 9 years ago
Stephen Kelly 80f57e67ee cmLocalGenerator: Separate rpath content from library stream 9 years ago
Stephen Kelly 7ef8346825 cmLocalGenerator: Pass link library info to OutputLinkLibraries 9 years ago
Stephen Kelly 6929581206 Makefiles: Port CreateLinkLibs to cmLinkLineComputer 9 years ago
Stephen Kelly 5b361fdda0 cmLinkLineComputer: Extract from cmLocalGenerator 9 years ago
Stephen Kelly 2e5d1990f3 Ninja: Constify 9 years ago
Stephen Kelly b3701f9a52 cmLocalGenerator: Inline conversion into link computation 9 years ago
Stephen Kelly c637e0c53b cmMakefile: Return a string from GetDefineFlags 9 years ago
Stephen Kelly 3d0e95f64c cmLocalGenerator: Extract definition retrieval out of loop 9 years ago
Kitware Robot e3c5aed6ae CMake Nightly Date Stamp 9 years ago
Stephen Kelly 2a49d86d5d Makefiles: Inline only use of method 9 years ago
Stephen Kelly b0301db23b Makefiles: Make helper class independent of cmLocalGenerator 9 years ago
Stephen Kelly 267e02097e cmMakefile: Remove pointless condition 9 years ago
Stephen Kelly 009019f259 Makefiles: Extract identical code from condition 9 years ago
Stephen Kelly 378849f41e Makefiles: Replace array access with local variable 9 years ago
Stephen Kelly 4a3c49b469 Makefiles: Separate two coupled calls 9 years ago
Kitware Robot 785bfae867 CMake Nightly Date Stamp 9 years ago
Stephen Kelly cc5e6b82c2 Ninja: Extract identical code from condition 9 years ago
Kitware Robot 8312fd5c1f CMake Nightly Date Stamp 9 years ago
Stephen Kelly a1cfc4fe3d cmMakefile: Simplify programmer error to an assert 9 years ago
Stephen Kelly 4079ba20d9 cmMakefile: Implement LinkLibraries as an internal property 9 years ago
Stephen Kelly 17ab8e33f0 cmMakefile: Inline method into only remaining caller 9 years ago
Stephen Kelly d9fde87d1a Ninja: Replace array access with local variable 9 years ago
Stephen Kelly d92c160db3 Ninja: Separate two coupled calls 9 years ago
Stephen Kelly 7edfcd0e83 cmMakefile: Inline method into caller 9 years ago
Brad King dda6775c94 Android: Record use of C++ by static libs in exported Android.mk files 9 years ago
Stephen Kelly 6c8dc7f1df cmake: Simplify find-package mode library addition 9 years ago
Stephen Kelly 1efca9f427 cmMakefile: Remove obsolete parameter 9 years ago
Stephen Kelly d9b5f0a301 cmTarget: Remove target name from parameter list 9 years ago
Stephen Kelly 1c70c6cc09 cmMakefile: Use public API to find a target 9 years ago
Stephen Kelly 2b7baed719 cmMakefile: Inline method into only caller 9 years ago
Stephen Kelly 7ba954925a cmMakefile: Use public API to find a target 9 years ago
Stephen Kelly 6d98b15fc8 cmMakefile: Invert if() condition to remove else 9 years ago
Stephen Kelly 869037ee86 cmMakefile: Remove ALIAS check 9 years ago
Stephen Kelly 2f6462a634 cmMakefile: Collapse two consecutive if()s into one 9 years ago
Stephen Kelly 148b83a121 cmMakefile: DeMorgan-invert condition 9 years ago
Stephen Kelly 4457a9f181 cmMakefile: Return after error and remove else condition 9 years ago