summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* moc: support nested q_namespacesBogDan Vatra2016-09-283-1/+149
* moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-162-0/+6
* Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+28
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-063-1/+10
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-05102-985/+985
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05102-985/+985
| |\
| | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
* | | add discard_from() functionOswald Buddenhagen2016-08-252-1/+16
* | | Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-0/+110
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-3/+3
| |\|
| | * Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
* | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-2/+2
* | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+7
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+7
| |\|
| | * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+7
* | | moc: Add warnings when resolving and opening includes failsFriedemann Kleint2016-07-291-0/+7
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-8/+11
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-223-1/+126
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-1/+126
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-153-1/+126
| | |\|
| | | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-1/+8
| | | * fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-0/+8
| | | * fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-0/+7
| | | * fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-0/+17
| | | * make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-131-0/+14
| | | * make error() propagate from custom replace functionsOswald Buddenhagen2016-07-131-0/+66
| | | * fix error() not propagating through if()Oswald Buddenhagen2016-07-131-0/+6
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+48
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-202-0/+43
|/ / /
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-0/+6
* | | Improve error reporting when parsing JSON filesLars Knoll2016-06-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-3/+3
|\| |
| * | tst_Moc: restore signals/slots/emit to the Q_UPPERCASE valuesThiago Macieira2016-05-301-3/+3
* | | add $$sorted() function.Oswald Buddenhagen2016-05-251-0/+12
* | | add $$str_member() functionOswald Buddenhagen2016-05-251-0/+43
* | | add $$str_size() functionOswald Buddenhagen2016-05-251-0/+12
* | | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-05-251-0/+42
* | | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-05-251-0/+48
* | | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-05-242-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
| |\|
| | * Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-0/+2
* | | tst_moc: Remove invalid preprocessor usageThiago Macieira2016-05-041-7/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+1
|\| |
| * | make extra compiler targets depend on their respective compilerOswald Buddenhagen2016-04-181-1/+1
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-072-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+27
|\|
| * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27