aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-2/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+0
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-7/+10
* Utils: SimplifyNikolai Kosjar2019-11-011-11/+7
* Utils: ModernizeAlessandro Portale2018-07-201-17/+16
* Json: Avoid using iterators from temporariesEike Ziller2017-10-191-3/+4
* Do not arbitrarily create directoriesEike Ziller2017-10-121-1/+1
* Fix buildOrgad Shaneh2017-02-031-1/+1
* Remove unneded includes of QStringBuilderJarek Kobus2017-02-021-1/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Don't put QString in static attributesAleix Pol2015-10-091-54/+54
* Utils: Use QJsonDocument instead of QScriptEngine for json parsingAlessandro Portale2015-03-301-6/+4
* Update LicenseEike Ziller2015-01-161-6/+6
* Utils: Fix memory leak in JsonMemoryPoolOrgad Shaneh2014-11-241-1/+3
* License updateEike Ziller2014-10-091-7/+8
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-5/+5
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-16/+17
|\
| * Doc: edit utils docsLeena Miettinen2013-09-091-16/+17
* | QML: add a memory pool to the Json* classes.Erik Verbruggen2013-07-171-13/+27
|/
* Clean headers in Utils.Friedemann Kleint2013-03-191-3/+0
* Fix Krazy warnings about values or keys iteration in various places.Friedemann Kleint2013-03-151-4/+6
* Fix some Krazy warnings about non-const ref iterator.Friedemann Kleint2013-03-111-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Fixed warnings from clang -WdocumentationSergey Shambir2013-01-181-2/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
|/
* Adjust license headershjk2012-10-051-23/+20
* Utils::Json: Clean include directives.Friedemann Kleint2012-04-231-0/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Introduce JSON validationLeandro Melo2012-02-081-0/+740