Stephen Kelly
5eb4d7590e
Remove some unneeded c_str calls.
2014-11-23 11:09:54 +01:00
André Klitzing
bd3fbf36b4
CPack: Add support for code signing of bundles on MacOS
2014-10-28 12:20:05 -06:00
Brad King
210230e216
Merge topic 'remove-borland-build'
...
2db55ffa
Remove borland workarounds.
2014-10-21 15:08:03 -04:00
Stephen Kelly
2db55ffa56
Remove borland workarounds.
...
CMake 3.0 is the last release to require to be able to build with
Borland.
2014-10-15 23:16:44 +02:00
Nils Gladitz
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
...
Replacements were detected and performed by the clang tool
remove-cstr-calls on a linux build.
2014-10-15 14:54:05 +02:00
Brad King
1ed0379f79
Merge topic 'cpack-ifw-updates'
...
ed9684a2
CPackIFW: Added support for multiple repositories
f9f74874
CPackIFW: Search algorithm update
2014-10-07 14:12:16 -04:00
Konstantin Podsvirov
ed9684a22c
CPackIFW: Added support for multiple repositories
...
Now user can add IFW specific repo with cpack_ifw_add_repository macro
2014-10-05 12:52:57 +04:00
Konstantin Podsvirov
f9f748745c
CPackIFW: Search algorithm update
...
Variables like CPACK_IFW_*_EXECUTABLE_FOUND now not needed
2014-10-04 22:55:43 +04:00
Nils Gladitz
fb009f00ae
CPackWiX: Work around RelativePath() returning an empty string for the root
2014-10-03 15:10:51 +02:00
Nils Gladitz
d48c781fc2
CPackWiX: Extend CPACK_WIX_ACL to support directories
2014-09-27 17:34:39 +02:00
Nils Gladitz
e785fab54b
CPackWiX: Teach WiX installers to remember the install location for upgrades
2014-09-19 22:42:36 +02:00
Konstantin Podsvirov
e6496b6023
CPackIFW: Revise this generator
...
CPack IFW generator updates:
- Group now can have script;
- Root package (for monolithic or one package installers) can be
configured from group.
CMake updates:
- Native installation (no Unspecified component).
2014-08-12 15:20:59 -04:00
Brad King
401d82b3db
Merge topic 'wix-acl'
...
975dc871
Help: Add notes for topic 'wix-acl'
12418f5c
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
2014-08-11 09:54:19 -04:00
Brad King
2fdd5d88a1
Merge topic 'cpack-ifw-generator'
...
ebe8d51b
CPackIFW: Refactor and revise this generator
82382479
Doxygen: Add STRIP_FROM_PATH variable to doxyfile.in
3040ab8f
Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT section
2014-08-11 09:54:10 -04:00
Konstantin Podsvirov
ebe8d51b11
CPackIFW: Refactor and revise this generator
...
Split the monolithic cmCPackIFWGenerator source into three parts:
cmCPackIFWGenerator, cmCPackIFWInstaller, and cmCPackIFWPackage
to isolate the implementations somewhat.
Add a COMMON option to the cpack_ifw_configure_component command to make
the data component common to its parent group.
Change the default packaging method to ONE_PACKAGE_PER_COMPONENT.
This is not incompatible because the CPack IFW generator has not
yet been in a release.
2014-08-11 09:40:28 -04:00
Nils Gladitz
12418f5c26
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
2014-08-09 15:30:21 +02:00
Bill Hoffman
2cac483e64
Fix used value warning.
...
packageFileName no longer has only one value in this function. Move the
declaration into the loop and remove its initial and unused asignment.
2014-08-05 10:22:36 -04:00
Bill Hoffman
aea40fcb43
Fix scan-build warning parsed is never read after being set.
2014-08-04 15:38:56 -04:00
Brad King
2ba18f6284
Merge topic 'cpack-ifw-generator'
...
e7511b7f
CPackIFW: Add package configuration variables
b2340001
CPackIFW: Document cpack_ifw_configure_component DEPENDS option
2014-07-31 09:17:37 -04:00
Konstantin Podsvirov
e7511b7fbe
CPackIFW: Add package configuration variables
2014-07-29 15:55:19 -04:00
Daniel Pfeifer
f931a18c33
CPack: add generators for .7z and .tar.xz ( #13072 , #14519 )
2014-07-29 09:48:41 -04:00
Brad King
73b336c9f1
CPackIFW: Replace use of strftime with cmTimestamp
...
The latter is more portable.
2014-07-28 10:24:03 -04:00
Konstantin Podsvirov
44850a267d
CPack: Add an "IFW" generator for Qt Framework Installer
...
Add support for packaging with the Qt Framework Installer tools:
http://qt-project.org/doc/qtinstallerframework/index.html
Reviewed-by: Nils Gladitz <nilsgladitz@gmail.com>
2014-07-28 10:24:03 -04:00
Brad King
3bae343f62
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
...
Since commit 6557382d
(stringapi: Use strings for program
paths, 2014-02-24), cmGlobalGenerator::GenerateBuildCommand
takes the make program path as a std::string. Fix the lookup
in cmCPackGenerator::InstallProjectViaInstallCMakeProjects to
use GetSafeDefinition for CMAKE_MAKE_PROGRAM to avoid possible
construction of std::string from a NULL.
Reported-by: Richard Wirth <richard@califax.de>
2014-06-25 09:18:27 -04:00
Brad King
f69501dfe2
Merge topic 'setlocale'
...
c746b00e
Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.
2014-06-13 15:44:59 -04:00
Clinton Stimpson
c746b00eee
Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.
...
Changing all categories with LC_ALL causes test failures in some locales.
For example, in some locales, the decimal characer could be a comma instead of period.
2014-06-11 22:29:16 -06:00
Ben Boeckel
3e7194a215
regex: Use static regexs where possible
...
Rather than declaring and compiling a constant regex every time a chunk
of code is executed, build the regex once.
2014-06-09 14:45:35 -04:00
Clinton Stimpson
730e386291
Encoding: Add setlocale() to applications.
...
See also bug #14934 where chinese characters could not be used with cpack.
2014-06-03 18:22:25 -06:00
Nils Gladitz
d0b1d2a65b
CPackWiX: Implement CPACK_NEVER_OVERWRITE and CPACK_PERMANENT properties
2014-05-28 12:30:44 -04:00
Nils Gladitz
15a8af21e8
Add an "installed file" property scope
...
Teach set_property and get_property an "INSTALL" property type to be
associated with install-tree file paths. Make the properties available
to CPack for use during packaging. Add a "prop_inst" Sphinx domain
object type for documentation of such properties.
2014-05-28 12:28:18 -04:00
Nils Gladitz
cb59f5da97
CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
...
Without the fix CPack will crash when the cmWIXPatch class tries to issue
any diagnostics.
2014-04-18 22:45:30 +02:00
Stephen Kelly
4bef02e7aa
cmTypeMacro: Add a class to eat the semicolon following the macro use.
...
Apply the same workaround to the cmCPackTypeMacro. Additionally
change that macro to not use 'class' as a macro parameter.
2014-04-03 21:53:13 +02:00
Sean D'Epagnier
13778cd3be
CPackDeb: Add option to set compression type
...
Add a CPACK_DEBIAN_COMPRESSION_TYPE option to set the compression type.
Default to 'gzip' to preserve existing behavior. Use "cmake -E tar"
for 'gzip', 'bzip2', and 'none'. Use system "tar" for 'lzma' and 'xz'.
2014-03-14 09:29:54 -04:00
Brad King
3be265b304
Workaround Sun C++ 5.9 compiler crash
...
Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange
internal compiler crash.
2014-03-12 10:40:45 -04:00
Stephen Kelly
af8a1643c1
Remove c_str calls when using stream APIs.
...
Use an ad-hoc clang tool for matching the calls which should be
ported.
2014-03-11 15:03:50 +01:00
Stephen Kelly
21c573f682
Remove some c_str() calls.
...
Use the clang RemoveCStrCalls tool to automatically migrate the
code. This was only run on linux, so does not have any positive or
negative effect on other platforms.
2014-03-11 15:03:50 +01:00
Ben Boeckel
191f25e2bd
stringapi: Prevent a NULL dereference in WiX
2014-03-08 13:05:40 -05:00
Ben Boeckel
b3bf31a548
stringapi: Miscellaneous char* parameters
2014-03-08 13:05:37 -05:00
Ben Boeckel
2b17626e9b
stringapi: Pass strings as install directories in CPack
2014-03-08 13:05:37 -05:00
Ben Boeckel
84fdc9921c
stringapi: Pass configuration names as strings
2014-03-08 13:05:36 -05:00
Ben Boeckel
270eb96df0
strings: Remove cmStdString references
...
Casts from std::string -> cmStdString were high on the list of things
taking up time. Avoid such implicit casts across function calls by just
using std::string everywhere.
The comment that the symbol name is too long is no longer relevant since
modern debuggers alias the templates anyways and the size is a
non-issue since the underlying methods are generated since it's
inherited.
2014-03-08 13:05:35 -05:00
Ben Boeckel
473ca1ac4a
stringapi: Use string for OS X resource names
2014-03-08 13:05:32 -05:00
Ben Boeckel
9f48d3bac2
stringapi: Use strings in CPack generator parameters
...
Most of these are turned into strings in the body of the method
(multiple times in some cases). Accept strings to simplify the API and
keep string construction down.
2014-03-08 13:05:30 -05:00
Ben Boeckel
3742bb0d32
stringapi: Use strings for variable names
...
Variable names are always generated by CMake and should never be NULL.
2014-03-08 13:05:28 -05:00
Nils Gladitz
642fa25da0
CPackWIX: support installation of empty directories
2014-03-02 00:51:42 +01:00
Nils Gladitz
378eb5b712
CPackWIX: Allow Windows Installer property customization
2014-03-01 23:13:35 +01:00
Nils Gladitz
6fcd835c07
CPackWIX: refactor and cleanup
...
Extract addtional classes and functions which are getting unsightly large.
Use some of the coding conventions more consistently.
2014-02-26 14:15:13 +01:00
Timo Rothenpieler
b78d74de64
CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS
2014-02-08 19:19:33 +01:00
Nils Gladitz
92c4d4039e
CPackWiX: added new CPACK_WIX_CMAKE_PACKAGE_REGISTRY variable
...
Allows automatic registration of installed packages with
the cmake package registry.
2014-01-08 01:28:24 +01:00
Brad King
3a024ce0d8
Merge topic 'unicode-fstream'
...
5730710
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
2014-01-07 09:39:17 -05:00