Gregor Jasny
|
60dcaaea13
|
tidy: Fix readability-redundant-string-cstr issues
|
2016-09-04 16:55:05 +02:00 |
Brad King
|
ff08a80af1
|
Source/CPack: Run clang-format to fix style
|
2016-06-07 08:41:16 -04:00 |
Daniel Pfeifer
|
fa277b29e4
|
Remove c_str() calls from stream arguments.
Mostly automated:
git grep -l '.c_str() <<' | xargs sed -i 's|\.c_str() <<| <<|g'
|
2016-06-06 23:53:32 +02:00 |
Clinton Stimpson
|
2e3c67d1b6
|
productbuild: Add new productbuild cpack generator.
This cpack generator basically replaces the obsolete PackageMaker generator.
|
2016-06-03 14:41:57 -06:00 |