aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Long live qbs-pkgconfig!Ivan Komissarov2021-09-2320-1/+1998
* Merge branch '1.20' into masterIvan Komissarov2021-09-211-1/+6
|\
| * freebsd: fix filetime precisionIvan Komissarov2021-09-201-1/+6
* | Implement qbsModuleProviders propertyIvan Komissarov2021-09-207-51/+130
* | Merge branch '1.20' into masterIvan Komissarov2021-09-121-1/+1
|\|
| * CMake: fix release build with MSVCIvan Komissarov2021-08-301-1/+1
* | Merge 1.20 into masterChristian Kandeler2021-08-204-6/+0
|\|
| * Remove `import qbs` from all project filesDenis Shienkov2021-08-044-6/+0
* | Get rid of Set::to/from methodsIvan Komissarov2021-08-1611-60/+65
* | PersistentPool: Further simplify templatesChristian Kandeler2021-08-121-17/+6
* | PersistentPool: Simplify implementation of generic load/store opsChristian Kandeler2021-08-121-23/+15
|/
* QtScript: set cxx standard to c++17Ivan Komissarov2021-08-023-4/+0
* qt6: fix build with Qt >= 6.1Ivan Komissarov2021-07-313-5/+15
* Build scriptengine as a shared objectIvan Komissarov2021-07-305-51/+23
* cmake: fix QtC buildIvan Komissarov2021-07-291-2/+0
* Always build with project file updates supportIvan Komissarov2021-07-277-34/+10
* Do not modify the global state after running providerIvan Komissarov2021-07-275-51/+36
* Wrap ModuleProviderInfoList in a structIvan Komissarov2021-07-2712-23/+38
* Use the fallback mode from parametersIvan Komissarov2021-07-271-1/+3
* Give more details on a property values mismatchChristian Kandeler2021-07-221-2/+17
* Add hashing functions for QVariantIvan Komissarov2021-07-022-0/+74
* Add hashing functions for tuplesIvan Komissarov2021-06-232-0/+59
* Implement Persistence::store/load functions for tuplesIvan Komissarov2021-06-221-0/+27
* cmake: fix build on mac with unit testsIvan Komissarov2021-06-151-1/+1
* Remove some unused codeIvan Komissarov2021-06-031-11/+0
* Move provider instantiation to a separate functionIvan Komissarov2021-06-022-39/+65
* Extract provider file search to a separate functionIvan Komissarov2021-06-022-80/+93
* Add profiling timer for module providersIvan Komissarov2021-05-202-0/+7
* Move module providers code to the separate classIvan Komissarov2021-05-199-211/+411
* Fix using extraSearchPaths stackIvan Komissarov2021-05-184-16/+25
* cmake: Add Qt6 buildIvan Komissarov2021-05-182-7/+12
* cmake: Add bundled QtScript buildIvan Komissarov2021-05-183-1/+368
* Do not use manual memory management for d-pointersIvan Komissarov2021-05-1314-42/+38
* Use std::unique_ptr in BinaryFile and TextFileIvan Komissarov2021-05-132-24/+8
* Use std::unique_ptr in qbs::Internal::ProcessIvan Komissarov2021-05-131-10/+3
* Replace "product" variable by "exportingProduct" in Export itemsRaphael Cotty2021-05-073-7/+8
* Fix compiler warning on MSVC64Orgad Shaneh2021-04-281-1/+1
* msvc: Pass -vcvars_ver to vcvarsall.bat when detecting environmentIvan Komissarov2021-04-234-1/+27
* Use binary search in Set::find()Ivan Komissarov2021-04-212-2/+17
* Fix build with older compilersIvan Komissarov2021-04-201-1/+1
* Allow to specify windowsSdkVersionIvan Komissarov2021-04-193-13/+31
* Fix detecting MSVC via Probe when multiple versions are presentIvan Komissarov2021-04-191-1/+10
* Do not try to generate FwdHeaders when not using bundled Qt.ScriptIvan Komissarov2021-04-121-0/+7
* qt6: do not use QHash in adjustDefiningItemsInGroupModuleInstancesIvan Komissarov2021-03-191-1/+1
* Remove QTextCursor API from ChangeSetIvan Komissarov2021-03-175-31/+3
* Do not use QTextDocument for project file updatesIvan Komissarov2021-03-172-21/+8
* qt6: fix deprecation warning about QScopedPointer::takeIvan Komissarov2021-03-031-3/+2
* Merge branch '1.18' into masterIvan Komissarov2021-03-021-0/+1
|\
| * cmake build: Fix project files updates in Qbs binaryIvan Komissarov2021-03-021-0/+1
* | qt6: fix deprecation warnings about QVariant::*convertIvan Komissarov2021-02-223-2/+22