aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Include file dependencies in artifact rescue dataChristian Kandeler2017-11-021-1/+1
* Fix FileSaver and add some autotests to make sure it worksJake Petroules2017-10-203-15/+40
* Fix unused function warningJake Petroules2017-10-171-1/+1
* Fix the build with MinGWJake Petroules2017-10-161-2/+2
* Fix return value of VsEnvironmentDetector::startJoerg Bornemann2017-10-121-3/+6
* Remove superfluous qAsConst callJoerg Bornemann2017-10-121-1/+1
* Emit better error message if process launcher fails to startChristian Kandeler2017-10-111-2/+7
* Add missing <locale> include in iosutils.hJake Petroules2017-10-101-0/+1
* Improve error message for missing build graphChristian Kandeler2017-10-062-4/+5
* Fix missing error location in case of syntax errors in scriptsChristian Kandeler2017-10-042-0/+7
* Make sure Q_DECLARE_METATYPE is present when using itJake Petroules2017-09-271-1/+1
* Use ranged-based for loops where applicableJoerg Bornemann2017-09-191-2/+2
* Convert FileSaver to use a standard C++ interfaceJake Petroules2017-09-183-25/+67
* Move hostOS identifier list function from module loader to HostOsInfoJake Petroules2017-09-111-0/+31
* Add some additional STL utility functionsJake Petroules2017-08-311-0/+14
* Remove currently unused informationJoerg Bornemann2017-08-301-1/+1
* Merge 1.9 into masterChristian Kandeler2017-08-282-10/+22
|\
| * resolveSymlinks: Fix relative symbolic links on WindowsOrgad Shaneh2017-08-281-1/+1
| * Fix problems with drive root paths on WindowsJake Petroules2017-08-232-9/+21
| * Fix build data rescuing when multiplexingChristian Kandeler2017-08-141-1/+1
* | Add a header file for iostream utility functionsJake Petroules2017-08-252-0/+70
* | Add a header file for string utility functionsJake Petroules2017-08-232-0/+136
* | Solve C++ riddle in Set<T>::storeJoerg Bornemann2017-08-211-5/+2
* | Automatically determine built-in compiler definesJake Petroules2017-08-112-6/+26
* | Fix building with no profileChristian Kandeler2017-08-041-1/+2
* | Add some std::string overloads to shellutilsJake Petroules2017-08-032-0/+42
* | Make it possible to add file tags to generated artifactsJoerg Bornemann2017-08-031-1/+1
* | Use categorized logging in plugin managerJoerg Bornemann2017-08-021-4/+4
* | Use categorized logging in ExecutorJoerg Bornemann2017-08-022-12/+7
* | Make ResolvedProduct::rules a list instead of a setJoerg Bornemann2017-07-311-1/+1
* | Refactor SetupProjectParameters to take a qbs::Profile objectChristian Kandeler2017-07-272-13/+12
* | qbs::Profile: Allow to provide additional profiles as mapsChristian Kandeler2017-07-272-7/+18
* | Use backpointer from SourceWildcards to ResolvedGroupJoerg Bornemann2017-07-261-1/+1
* | Support serialization of std::unique_ptrJoerg Bornemann2017-07-261-0/+14
|/
* Make sure we don't create permanent directories needlesslyChristian Kandeler2017-07-203-34/+63
* Add fall-through annotations to switch statementsChristian Kandeler2017-07-171-0/+27
* Merge 1.8 into 1.9Christian Kandeler2017-07-141-1/+2
|\
| * Install missing public header1.8Joerg Bornemann2017-07-101-1/+2
* | Fix behavior with corrupt or outdated build graphsChristian Kandeler2017-07-102-3/+13
* | Fix build graph locker error message on WindowsChristian Kandeler2017-07-101-1/+6
* | Put the launcher process into its own process groupChristian Kandeler2017-07-062-3/+22
* | Give rules access to artifacts matching "explicitlyDependsOn"Christian Kandeler2017-07-041-1/+1
* | Merge 1.8 into masterChristian Kandeler2017-06-302-8/+1
|\|
| * Recognize Visual Studio 2017Jake Petroules2017-06-291-1/+1
| * Remove unneeded methodJake Petroules2017-06-292-7/+0
* | Re-introduce endianness propertyJake Petroules2017-06-292-3/+25
* | Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-229-1060/+20
* | API: Allow synchronous retrieval of build graph dataChristian Kandeler2017-06-141-1/+1
* | Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-138-100/+264
* | Add specialization for Set<QString>::toString(value)Joerg Bornemann2017-06-131-0/+2