aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/jsextensions
Commit message (Expand)AuthorAgeFilesLines
* Allow to specify windowsSdkVersionIvan Komissarov2021-04-191-9/+23
* qt6: Do not use QVariant::Type as it was deprecatedIvan Komissarov2021-02-111-14/+14
* qt6: Do not use QVariant::type()Ivan Komissarov2021-02-111-14/+14
* qt6: do not use QTextStream::setCodec methodIvan Komissarov2020-11-092-37/+46
* Merge branch '1.17'Ivan Komissarov2020-10-261-2/+2
|\
| * Android: Update for Qt 5.15Raphaël Cotty2020-10-211-2/+2
* | Initial CMake portIvan Komissarov2020-08-173-59/+6
|/
* clang-tidy: Fix 'bugprone-narrowing-conversions' warningsIvan Komissarov2020-04-142-2/+2
* clang-tidy: Fix 'readability-redundant-control-flow' warningsIvan Komissarov2020-04-141-1/+0
* Autodetect clang-cl by using ProbeIvan Komissarov2020-02-171-4/+40
* Autotedect MSVC compiler by using a probeIvan Komissarov2020-02-141-0/+40
* Use an empty array for the qbs.targetOS if targetPlatform is undefinedIvan Komissarov2020-01-141-1/+1
* Speedup FileInfoExtension::js_joinPathsIvan Komissarov2020-01-091-3/+11
* Fix 'performance-unnecessary-value-param' warningsIvan Komissarov2020-01-074-6/+6
* Avoid an unnecessary copy operationRichard Weickelt2019-12-191-1/+1
* Fix some warnings about null pointersIvan Komissarov2019-06-041-1/+3
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-034-4/+4
* Fix tests on non-latin systemsIvan Komissarov2019-04-231-2/+2
* Add support for the clang-cl compilerIvan Komissarov2019-04-101-23/+74
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-267-38/+38
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2511-96/+96
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-231-1/+1
* Detect Qt via a module providerChristian Kandeler2019-02-121-0/+262
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+10
* Add atEnd() function to the Process serviceOla Røer Thorsen2019-01-031-0/+6
* Add FileInfo.canonicalPathJoerg Bornemann2018-12-201-0/+13
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-204-21/+21
* Merge 1.12 into masterChristian Kandeler2018-08-031-1/+2
|\
| * Make sure product type and artifact file tags are sortedChristian Kandeler2018-07-301-1/+2
* | Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-114-0/+6
|/
* Fix module property access trackingChristian Kandeler2018-06-251-6/+8
* Fix build with MSVCChristian Kandeler2018-05-0812-178/+182
* Fix macOS buildChristian Kandeler2018-05-081-5/+1
* Initialize the JS extension classes explicitlyChristian Kandeler2018-05-0813-119/+37
* Add FileInfo.suffix and FileInfo.completeSuffixJoerg Bornemann2018-05-021-0/+26
* Make ResolvedProduct::modules a vectorJoerg Bornemann2018-04-261-2/+2
* Remove deprecated XmlDom[Document|Element]Joerg Bornemann2018-04-181-5/+0
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-142-12/+21
* Merge 1.11 into masterChristian Kandeler2018-03-091-1/+1
|\
| * Fix compilation with gcc 4.8Kai Koehne2018-03-071-1/+1
* | Merge 1.11 into masterChristian Kandeler2018-02-121-2/+2
|\|
| * Fix FileInfo.{to,from}NativeSeparators()Christian Kandeler2018-02-091-2/+2
* | Re-use product, module and project script valuesChristian Kandeler2018-01-262-31/+136
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-1/+1
|/
* Introduce a named constant for the magic "_qbs_procenv" variableChristian Kandeler2018-01-182-2/+4
* Merge 1.10 into masterChristian Kandeler2017-12-221-2/+5
|\
| * qbs.Environment: Normalize key values on WindowsChristian Kandeler2017-12-221-2/+5
* | Clean up LanguageInfoJake Petroules2017-12-011-1/+1
* | Make Version a public classJake Petroules2017-12-011-3/+3