summaryrefslogtreecommitdiffstats
path: root/src/tools/syncqt/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* syncqt.cpp: don't init static variables with non-static dataMarc Mutz2025-04-101-6/+6
* Teach syncqt to look for module headers in install pathAlexey Edelev2025-03-271-6/+13
* syncqt: Fix the symbol detection regexAlexey Edelev2024-05-221-11/+4
* syncqt: remove dead codeMarc Mutz2024-03-251-1/+0
* Add the error output for syncqt normilizedPath functionAlexey Edelev2024-03-211-5/+12
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* syncqt.cpp: Extract Lambda error()Marc Mutz2024-02-281-3/+6
* syncqt: always use absolute path in the generated headersFlorian de Gaulejac2024-01-121-6/+1
* Add the 'IWYU pragma: export' record to all CaMeL-case header aliasesAlexey Edelev2023-12-041-2/+2
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-221-30/+4
* syncqt: Generate the deprecated header in the framework directory tooAlexey Edelev2023-09-121-2/+10
* syncqt: Mark updateOrCopy as exception freeAlexey Edelev2023-09-121-2/+3
* syncqt: Catch fs exceptions that happen when clearing staging directoryAlexey Edelev2023-09-121-17/+28
* syncqt: Add the missing is_open check to writeIfDifferentAlexey Edelev2023-09-121-0/+4
* syncqt: Add the missing file stream close callsAlexey Edelev2023-09-121-0/+2
* syncqt: Handle possible exceptions thrown by std::filesystem::create_directoriesAlexey Edelev2023-09-121-7/+33
* Add enablers to expose semi-public APIs for QtQuick3DChristian Strømme2023-09-051-6/+35
* syncqt: Close ifstream before attempt to remove fileAlexey Edelev2023-09-021-2/+7
* Allow generating deprecated header files cross-moduleAlexey Edelev2023-08-291-14/+42
* Make sure that the 3rdparty directory belongs to the moduleAlexey Edelev2023-07-191-2/+9
* Put arguments in correct order in syncqt parseVersionAlexey Edelev2023-07-191-1/+1
* Add the 'version' argument to 'qt_deprecates' pragmaAlexey Edelev2023-07-121-11/+73
* Install the missing deprecated header filesAlexey Edelev2023-07-041-0/+1
* Remove redundant qt_no_master_include from deprecated headersAlexey Edelev2023-07-031-5/+0
* Ignore carriage return character symbol explicitlyAlexey Edelev2023-05-261-0/+2
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-9/+38
* Normalize paths using std::filesystem::weakly_canonicalAlexey Edelev2023-05-041-1/+1
* syncqt: Add more information to verbose outputAlexandru Croitor2023-04-061-8/+39
* Fix syncqt.cpp build warningsAlexey Edelev2023-02-161-5/+5
* syncqt: add some debugging to the ELF version script parsingThiago Macieira2023-01-061-2/+3
* Check if "-stagingDir" is passed from the commandAlexey Edelev2023-01-041-1/+1
* Avoid breaking version script generator stateAlexey Edelev2023-01-041-2/+6
* Replace syncqt arguments with rsp fileAlexey Edelev2023-01-021-45/+46
* Allow 'We mean it.' disclaimer to have follow textAlexey Edelev2022-12-071-3/+4
* syncqt: Use absolute paths to aliased header files in corner casesAlexey Edelev2022-11-291-3/+13
* syncqt: remove unnecessary check for not empty stringMaxime Roussin-Bélanger2022-11-161-1/+1
* syncqt: use empty() to check for empty std::stringMaxime Roussin-Bélanger2022-11-161-6/+6
* syncqt: change to const-ref iteration variable in a for-loopMaxime Roussin-Bélanger2022-11-161-1/+1
* syncqt: Do not needlessly rewrite header files on WindowsKai Köhne2022-10-211-1/+7
* syncqt: Use "ERROR:" preamble for warnings that are treated as errorsAlexey Edelev2022-10-191-7/+18
* syncqt: Mention full path and line number when emitting warningTor Arne Vestbø2022-10-061-6/+9
* syncqt: Don't mention module name when printing errors/warningsTor Arne Vestbø2022-10-061-8/+5
* syncqt: remove newline before endlThiago Macieira2022-10-021-1/+1
* Add 'warnings are errors' functionality to syncqt.cppAlexey Edelev2022-10-011-2/+10
* syncqt: Fix -help optionKai Köhne2022-09-301-0/+3
* Add missing include to syncqt/main.cppEdward Welbourne2022-09-281-0/+1
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+1567