Pavel Solodovnikov
|
8b6f439ef2
|
Access string npos without instance
|
2017-06-01 14:19:51 -04:00 |
|
Daniel Pfeifer
|
1d829c862c
|
Use quotes for non-system includes
Automate with:
git grep -l '#include <cm_' -- Source \
| xargs sed -i 's/#include <\(cm_.*\)>/#include "\1"/g'
git grep -l '#include <cmsys/' -- Source \
| xargs sed -i 's/#include <\(cmsys\/.*\)>/#include "\1"/g'
git grep -l '#include <cm[A-Z]' -- Source \
| xargs sed -i 's/#include <\(cm[A-Z].*\)>/#include "\1"/g'
|
2017-04-11 22:35:21 +02:00 |
|
Daniel Pfeifer
|
72ea66b1cf
|
Autogen: include what you use
|
2017-03-23 23:20:10 +01:00 |
|
Sebastian Holtermann
|
699321bfd5
|
Autogen: Add support for generated .qrc files
|
2017-03-06 22:01:02 +01:00 |
|
Sebastian Holtermann
|
a28ae16e3c
|
Autogen: Embrace qrc file lists in braces in AutogenInfo.cmake
This allows empty .qrc files in any list position.
|
2017-03-06 22:01:02 +01:00 |
|
Sebastian Holtermann
|
47dbe9267e
|
Autogen: Add cmQtAutogeneratorCommon class with shared types and functions
|
2017-03-06 22:01:02 +01:00 |
|