| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow imported INTERFACE libraries to specify a link library name | Brad King | 2016-11-09 | 2 | -0/+30 |
|
|
* | Teach MAP_IMPORTED_CONFIG_<CONFIG> to support configuration-less import | Jens Weggemann | 2016-10-20 | 1 | -2/+7 |
|
|
* | Help: Format MAP_IMPORTED_CONFIG_<CONFIG> documentation | Brad King | 2016-10-20 | 1 | -6/+7 |
|
|
* | Add a BUILD_RPATH target property specifying build-tree RPATH entries | Ruslan Baratov | 2016-10-03 | 1 | -0/+10 |
|
|
* | Merge topic 'android-platform-modules' | Brad King | 2016-08-24 | 4 | -16/+32 |
|\ |
|
| * | Help: Document cross compiling for Android | Brad King | 2016-08-23 | 4 | -16/+32 |
|
|
* | | Help: Document AUTORCC behavior for same .qrc name case | Sebastian Holtermann | 2016-08-15 | 1 | -0/+5 |
|/ |
|
* | Update documentation about bundle extensions | Gregor Jasny | 2016-07-22 | 1 | -3/+4 |
|
|
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports | Yury Zhuravlev | 2016-07-11 | 1 | -2/+3 |
|
|
* | Merge topic 'doc-cross-reference-lang-standard-and-extensions' | Brad King | 2016-06-28 | 4 | -2/+8 |
|\ |
|
| * | Help: Cross reference CXX_STANDARD and CXX_EXTENSIONS (#16162) | Gregor Jasny | 2016-06-28 | 4 | -2/+8 |
|
|
* | | Merge topic 'doc-osx-versions' | Brad King | 2016-06-27 | 3 | -13/+43 |
|\ \ |
|
| * | | Help: Describe VERSION and SOVERSION meanings for Mach-O binaries | Bartosz Kosiorek | 2016-06-23 | 3 | -13/+43 |
| |/ |
|
* | | VS: Add VS_SDK_REFERENCES target property to reference external SDKs | Gilles Khouzam | 2016-06-22 | 1 | -0/+7 |
|
|
* | | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 1 | -0/+15 |
|/ |
|
* | CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR | Jean-Christophe Fillion-Robin | 2016-05-09 | 1 | -3/+4 |
|
|
* | Help: Hyperlink properties | Gregor Jasny | 2016-04-27 | 1 | -5/+5 |
|
|
* | Autogen: Check added for name collisions of generated moc files | Sebastian Holtermann | 2016-04-22 | 1 | -1/+7 |
|
|
* | Help: Improve AUTOMOC documentation layout | Brad King | 2016-04-22 | 1 | -16/+23 |
|
|
* | Add options to run clang-tidy with the compiler | Daniel Pfeifer | 2016-04-13 | 1 | -0/+13 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 2 | -2/+2 |
|
|
* | VS: Optionally generate remote directory for WinCE projects | Andrej Bosik | 2016-03-15 | 1 | -0/+18 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 3 | -8/+1 |
|
|
* | VS: Add option to set `ConfigurationType` of a .vcxproj file | Fabian Otto | 2016-02-26 | 1 | -0/+10 |
|
|
* | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+11 |
|
|
* | iOS: Fix framework resource directory layout (#15848) | Bartosz Kosiorek | 2015-12-03 | 3 | -12/+62 |
|
|
* | Help: Update documentation to reflect support for iOS | Bartosz Kosiorek | 2015-11-23 | 13 | -44/+67 |
|
|
* | Merge topic 'macosx_rpath-clarify-doc' | Brad King | 2015-11-02 | 1 | -5/+10 |
|\ |
|
| * | Help: Clarify documentation for MACOSX_RPATH variable. | Clinton Stimpson | 2015-11-02 | 1 | -5/+10 |
|
|
* | | Help: Document target properties setting Info.plist fields (#15820) | Brad King | 2015-10-30 | 2 | -29/+37 |
|/ |
|
* | VS: Add support for Windows 10 Universal (Store) Applications | Gilles Khouzam | 2015-10-05 | 5 | -0/+46 |
|
|
* | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -1/+4 |
|
|
* | Do not set SONAME for MODULE library targets (#15705) | Felix Geyer | 2015-08-20 | 1 | -3/+3 |
|
|
* | Merge topic 'OUTPUT_DIRECTORY-genex' | Brad King | 2015-08-13 | 4 | -2/+14 |
|\ |
|
| * | Add generator expression support to OUTPUT_DIRECTORY target properties | Robert Goulet | 2015-08-12 | 4 | -2/+14 |
|
|
* | | Allow LINK_SEARCH_{START,END}_STATIC props to have default values. | Chuck Atkins | 2015-08-13 | 2 | -3/+12 |
|/ |
|
* | Add SOURCE_DIR and BINARY_DIR target properties | Clifford Yapp | 2015-07-21 | 2 | -0/+12 |
|
|
* | Merge topic 'vs-nsight-tegra-attributes' | Brad King | 2015-07-15 | 14 | -0/+148 |
|\ |
|
| * | VS: Add more Nsight Tegra generator Android property settings | Mikhail Filimonov | 2015-07-14 | 14 | -0/+148 |
|
|
* | | Help: Document Apple Framework creation with an example (#15651) | Brad King | 2015-07-14 | 2 | -1/+8 |
|/ |
|
* | Add generator expression support to OUTPUT_NAME target property | Robert Goulet | 2015-07-09 | 1 | -0/+3 |
|
|
* | Help: Improve OUTPUT_NAME documentation formatting | Brad King | 2015-07-09 | 3 | -3/+15 |
|
|
* | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+18 |
|
|
* | Add options to launch the compiler through tools like ccache or distcc | Bill Hoffman | 2015-06-15 | 1 | -0/+13 |
|
|
* | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 2 | -4/+8 |
|
|
* | Help: Format visibility property and variable documentation | Brad King | 2015-05-22 | 2 | -8/+9 |
|
|
* | Add options to run include-what-you-use with the compiler | Brad King | 2015-05-19 | 1 | -0/+13 |
|
|
* | Help: Revise buildsystem artifact file type documentation (#15539) | Brad King | 2015-04-29 | 15 | -41/+53 |
|
|
* | Help: Clarify PDB_NAME fallback behavior (#15518) | Brad King | 2015-04-17 | 1 | -1/+2 |
|
|
* | Merge topic 'emulator-property' | Brad King | 2015-04-08 | 1 | -0/+6 |
|\ |
|