| Commit message (Expand) | Author | Age | Files | Lines |
* | Autogen: Don't use AUTOMOC_MOC_OPTIONS in moc-predefs command | Sebastian Holtermann | 2017-10-31 | 1 | -3/+7 |
|
|
* | Autogen: Make rcc output file suffix static (instead of pseudo-random) | Sebastian Holtermann | 2017-10-30 | 1 | -2/+2 |
|
|
* | Autogen: RCC: Append checksum suffix to wrapped file name | Sebastian Holtermann | 2017-10-29 | 1 | -5/+15 |
|
|
* | Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMES | Sebastian Holtermann | 2017-09-27 | 1 | -7/+1 |
|
|
* | Autogen: Reintroduce per-config sources support | Sebastian Holtermann | 2017-09-25 | 1 | -35/+53 |
|
|
* | Autogen: Rename cmQtAutoGen::GeneratorType to cmQtAutogen::Generator | Sebastian Holtermann | 2017-09-25 | 1 | -9/+9 |
|
|
* | Autogen: In VERBOSE mode print why files are (re)generated | Sebastian Holtermann | 2017-09-20 | 1 | -43/+220 |
|
|
* | Autogen: Refactor cmQtAutoGenerators | Sebastian Holtermann | 2017-09-20 | 1 | -974/+1043 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -42/+33 |
|
|
* | Autogen: Replace CM_AUTO_PTR with std::unique_ptr | Sebastian Holtermann | 2017-09-07 | 1 | -6/+5 |
|
|
* | Autogen: Refactor logging | Sebastian Holtermann | 2017-09-07 | 1 | -248/+339 |
|
|
* | Autogen: More use of scoped lambdas | Sebastian Holtermann | 2017-09-07 | 1 | -118/+95 |
|
|
* | Autogen: Use scoped lambdas intead of named functions | Sebastian Holtermann | 2017-09-07 | 1 | -29/+26 |
|
|
* | Autogen: Touch moc_predefs.h when it's content didn't change | Sebastian Holtermann | 2017-09-07 | 1 | -0/+7 |
|
|
* | Autogen: Use list of lists functions for UIC options | Sebastian Holtermann | 2017-09-07 | 1 | -44/+24 |
|
|
* | Autogen: Pass RCC build names and function names in info file | Sebastian Holtermann | 2017-09-07 | 1 | -133/+86 |
|
|
* | Autogen: Add functions to read/write a list of lists | Sebastian Holtermann | 2017-09-07 | 1 | -0/+37 |
|
|
* | Autogen: Use single KeyRegExp filter struct | Sebastian Holtermann | 2017-09-07 | 1 | -19/+19 |
|
|
* | Autogen: Use the same algorithm for RCC and UIC option merging | Sebastian Holtermann | 2017-09-07 | 1 | -37/+2 |
|
|
* | Autogen: Replace cmsys::SystemTools:: with cmSystemTools:: | Sebastian Holtermann | 2017-09-07 | 1 | -25/+25 |
|
|
* | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 1 | -180/+120 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -17/+17 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -8/+8 |
|
|
* | Autogen: Add AUTOMOC_MACRO_NAMES support | Sebastian Holtermann | 2017-08-18 | 1 | -9/+19 |
|
|
* | Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookup | Brad King | 2017-08-15 | 1 | -20/+49 |
|\ |
|
| * | Autogen: Restore AUTOUIC lookup paths from 3.8.2 | Sebastian Holtermann | 2017-08-15 | 1 | -20/+49 |
|
|
* | | Autogen: Only print Qt Autogenerator messages when verbose | Matthias Kuhn | 2017-08-12 | 1 | -6/+18 |
|
|
* | | Merge topic 'autogen-create-include-dir' | Brad King | 2017-08-10 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Autogen: Always create AUTOMOC/AUTOUIC include directory | Sebastian Holtermann | 2017-08-08 | 1 | -0/+11 |
|
|
* | | Autogen: Generate rcc wrapper file on demand | Sebastian Holtermann | 2017-08-05 | 1 | -1/+35 |
|
|
* | | Autogen: Fix configuration suffix initialization | Sebastian Holtermann | 2017-08-05 | 1 | -3/+3 |
|
|
* | | Autogen: Add per-config suffix to moc_predefs.h | Sebastian Holtermann | 2017-08-05 | 1 | -1/+3 |
|
|
* | | Autogen: Remove per-config suffix for mocs_compilations.cpp | Sebastian Holtermann | 2017-08-05 | 1 | -5/+3 |
|
|
* | | Merge topic 'autogen_skip_included' | Brad King | 2017-07-11 | 1 | -28/+33 |
|\ \
| |/ |
|
| * | Autogen: Skip included files on demand | Sebastian Holtermann | 2017-07-10 | 1 | -28/+33 |
|
|
| * | Merge branch 'autogen_p' into release-3.9 | Brad King | 2017-07-05 | 1 | -1/+0 |
| |\ |
|
* | \ | Merge topic 'autogen_p' | Brad King | 2017-07-06 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Autogen: Continue search for FOO_p.h when FOO.h was found | Sebastian Holtermann | 2017-07-02 | 1 | -1/+0 |
|
|
* | | | Merge topic 'autogen-header-skip' | Brad King | 2017-07-05 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Autogen: Check .moc header name against SKIP list | Sebastian Holtermann | 2017-06-30 | 1 | -1/+1 |
| |/ |
|
* | | Autogen: Check for Q_OBJECT/Q_GADGET after brace | Sebastian Holtermann | 2017-06-20 | 1 | -2/+4 |
|/ |
|
* | Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. | Sebastian Holtermann | 2017-05-26 | 1 | -59/+83 |
|
|
* | Autogen: Pass build directory in Info file | Sebastian Holtermann | 2017-05-26 | 1 | -16/+16 |
|
|
* | Autogen: Add -DWIN32 to definitions list on demand | Sebastian Holtermann | 2017-05-13 | 1 | -6/+8 |
|
|
* | Autogen: Include moc/uic/rcc binary in settings hash | Sebastian Holtermann | 2017-05-13 | 1 | -8/+15 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Autogen: Use FileWrite to write the settings file | Sebastian Holtermann | 2017-04-22 | 1 | -19/+21 |
|
|
* | Autogen: Save the hash of the old settings string only | Sebastian Holtermann | 2017-04-22 | 1 | -27/+34 |
|
|
* | Autogen: Generate moc_predefs.h only on demand | Sebastian Holtermann | 2017-04-22 | 1 | -30/+41 |
|
|