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
path:
root
/
Source
/
CPack
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
8
-21/+21
|
/
*
productbuild: Capture stderr too in CPackProductBuild logs
Muhammad Ismail Soboute
2018-08-06
1
-2/+2
*
CPack: Fix log typos (spaces in the wrong places)
Sylvain Joubert
2018-07-18
1
-5/+5
*
WiX: Add the build directory to IncludeSearchPaths for candle.exe
Lars Schmertmann
2018-07-12
1
-0/+4
*
Merge topic 'cpack-external'
Brad King
2018-07-03
6
-276/+720
|
\
|
*
CPack: Add "CPack External" generator
Kyle Edwards
2018-07-02
3
-0/+382
|
*
cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal field
Kyle Edwards
2018-07-02
3
-11/+45
|
*
cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()
Kyle Edwards
2018-07-02
2
-268/+296
*
|
Merge topic 'cpack-fix-deb-packaging'
Brad King
2018-07-03
1
-0/+6
|
\
\
|
|
/
|
/
|
|
*
CPack/Deb: Restore setting of root as the owner of files
Andrew Fuller
2018-07-02
1
-0/+6
*
|
CPack: Move internal implementation modules into Internal/CPack directory
Kyle Edwards
2018-06-21
6
-8/+8
|
/
*
Fix misc. typos
luz.paz
2018-06-04
2
-5/+5
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
25
-361/+472
*
CPack: Add NuGet support
Alex Turbov
2018-05-11
3
-0/+182
*
Help: Improve accuracy, readability and cross-referencing of cpack docs
Craig Scott
2018-04-27
1
-9/+11
*
Merge topic 'cpack-trace-nullptr'
Brad King
2018-04-11
1
-4/+4
|
\
|
*
CPack: Fix crash on invalid generator name
Brad King
2018-04-10
1
-4/+4
*
|
cmake_minimum_required: Optionally set policies with version range
Brad King
2018-03-21
1
-1/+2
*
|
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
2
-0/+24
|
/
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
4
-18/+13
*
Merge topic 'reduce-temporaries'
Brad King
2018-01-29
6
-12/+12
|
\
|
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
6
-12/+12
*
|
Merge topic 'ctest-chrono'
Brad King
2018-01-26
7
-32/+41
|
\
\
|
|
/
|
/
|
|
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
7
-32/+41
*
|
Merge topic 'cpack_trace'
Brad King
2018-01-24
3
-0/+34
|
\
\
|
*
|
CPack: accept --trace and --trace-expand
Isaiah Norton
2018-01-23
3
-0/+34
|
|
/
*
|
Extend libuv file translate mode workaround to all executables
Brad King
2018-01-23
1
-0/+1
*
|
cpack: Enable MSVC debug hook earlier
Brad King
2018-01-23
1
-2/+1
|
/
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
CPack/IFW: Add option to control deletion of the install directory
Jean-Philippe Lebel
2017-12-15
2
-0/+17
*
CPack: enable all CMake policies for generator scripts
Domen Vrankar
2017-12-09
1
-4/+11
*
Merge topic 'cpack-pkg-fix'
Brad King
2017-12-04
1
-1/+1
|
\
|
*
CPack: Fix macOS PKG component dependency information
Alexander Wittig
2017-12-01
1
-1/+1
*
|
CPack: enable setting default dir creation permissions
Domen Vrankar
2017-11-08
2
-12/+49
*
|
Fix trivial typos in text
luzpaz
2017-11-03
2
-2/+2
*
|
Merge topic 'cpack-wix-cygwin'
Brad King
2017-10-16
6
-14/+95
|
\
\
|
*
|
cpack wix: support WiX generator on Cygwin
Stephen Sorley
2017-10-13
6
-14/+95
|
|
/
*
|
cmCPackDragNDropGenerator: Improve error reporting
Clinton Stimpson
2017-10-12
1
-6/+14
|
/
*
CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hosts
Brad King
2017-10-05
1
-2/+2
*
CPack: Fix .dmg HFS+ creation on macOS APFS hosts
Brad King
2017-10-02
2
-2/+3
*
CPack: put local variable on the stack
Rolf Eike Beer
2017-09-29
1
-4/+3
*
Merge topic 'clang-tidy'
Brad King
2017-09-29
6
-30/+32
|
\
|
*
Fix some occurrences of readability-braces-around-statements
Matthias Maennich
2017-09-28
2
-2/+4
|
*
Convert some leftover loops to C++11 range-based loop
Matthias Maennich
2017-09-28
2
-15/+14
|
*
Fix left-over occurrences of else-after-return
Matthias Maennich
2017-09-28
2
-8/+8
|
*
Fix minor clang-tidy findings
Matthias Maennich
2017-09-28
1
-1/+1
|
*
Clean up some C-Style casts
Matthias Maennich
2017-09-28
1
-1/+1
|
*
Fix some occurrences using string by value rather than by const&
Matthias Maennich
2017-09-28
2
-3/+4
*
|
cpack: Fix compilation on Cygwin after auto_ptr removal
Brad King
2017-09-27
1
-1/+1
|
/
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
2
-53/+49
[prev]
[next]