summaryrefslogtreecommitdiffstats
path: root/src/tools/syncqt
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
* Add copyright and licensing to build system files missing itLucie Gérard2024-05-211-0/+2
* 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
* CMake: Partially disable sanitizers for syncqtAlexandru Croitor2024-01-221-0/+8
* 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
* Require the C++17 standard for configure-time syncqtAlexey Edelev2023-09-111-1/+1
* 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
* Make sure that exception flags are not overridden in syncqt toolAlexey Edelev2023-07-101-0/+1
* Re-enable exceptions when building syncqtAlexey Edelev2023-07-061-0/+6
* 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
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-291-4/+13
* Pass CMAKE_OSX_SYSROOT to syncqt CMAKE_FLAGSAlexey Edelev2023-06-281-0/+5
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-271-24/+36
* 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
* Add the 'QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG' flagAlexey Edelev2023-01-131-1/+6
* syncqt: add some debugging to the ELF version script parsingThiago Macieira2023-01-061-2/+3
* Avoid full optimization of syncqt if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS ...Alexey Edelev2023-01-061-1/+3
* Change the RUNTIME_OUTPUT_DIRECTORY for configure-time executablesAlexey Edelev2023-01-051-0/+2
* 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