summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add minimal .gitlab-ci.yml fileJavier Jardón2017-07-121-0/+15
|/
* Update README.mdCarlos Soriano2017-07-101-3/+3
* Update the DOAP fileEmmanuele Bassi2017-07-101-2/+8
* docs: Update the build instructionsEmmanuele Bassi2017-07-101-2/+4
* docs: Update list of requirementsEmmanuele Bassi2017-07-101-6/+2
* docs: Update the location of the repo and contribution linksEmmanuele Bassi2017-07-101-4/+8
* Merge remote-tracking branch 'origin/master'Emmanuele Bassi2017-07-108-85/+87
|\
| * Merge branch 'master-old'Emmanuele Bassi2017-07-109-81/+92
| |\ | |/ |/|
* | generator: Add an GString-based methodGarrett Regier2017-06-163-11/+35
* | core: Avoid json_object_get_members()Garrett Regier2017-06-167-52/+47
* | object: Use a GQueue for members_orderedGarrett Regier2017-06-162-19/+11
| * docs: Fix the build instructionsEmmanuele Bassi2017-07-101-1/+1
| * gobject: Ignore deprecation warning for g_object_newv()Emmanuele Bassi2017-07-101-0/+2
| * build: Clean up compiler flagsEmmanuele Bassi2017-07-101-20/+20
| * build: Test all common compiler and linker flagsEmmanuele Bassi2017-07-102-26/+27
| * build: Silence the introspection scannerEmmanuele Bassi2017-07-101-0/+1
| * build: Coding style clean upsEmmanuele Bassi2017-07-102-10/+13
| * build: Clean up the hard-coded API version numbersEmmanuele Bassi2017-07-105-27/+22
| * build: Remove duplicate variable definitionEmmanuele Bassi2017-07-101-1/+0
| * build: Require C99Emmanuele Bassi2017-07-101-0/+1
|/
* Updated Esperanto translationKristjan SCHMIDT2017-06-101-78/+210
* build: Use Meson's i18n 'glib' presetEmmanuele Bassi2017-06-034-84/+58
* build: Move ancillary build scripts to a separate directoryEmmanuele Bassi2017-06-034-5/+4
* build: Clean up installed tests rulesEmmanuele Bassi2017-06-031-8/+10
* Updated French translationClaude Paroz2017-05-191-75/+82
* Update Indonesian translationKukuh Syafaat2017-05-021-94/+101
* Update German translationMario Blättermann2017-04-281-79/+86
* Updated Lithuanian translationAurimas Černius2017-04-241-75/+107
* Update Swedish translationAnders Jonsson2017-04-241-78/+85
* Update Spanish translationDaniel Mustieles2017-04-241-77/+109
* Update Friulian translationFabio Tomat2017-04-211-94/+100
* Improve the build-api compatibility scriptEmmanuele Bassi2017-04-122-5/+24
* doc: Add index for 1.4 symbolsEmmanuele Bassi2017-04-011-0/+5
* build: Don't copy test data in the build directoryEmmanuele Bassi2017-04-011-9/+6
* build: Use the Meson 'python3' moduleEmmanuele Bassi2017-04-011-1/+1
* Bump up the required version of MesonEmmanuele Bassi2017-04-011-1/+1
* build: Fix the installed test wrapper fileEmmanuele Bassi2017-03-291-1/+1
* Update Hungarian translationBalázs Úr2017-03-191-78/+110
* docs: Clarify when NULL might be returnedMatthew Leeds2017-03-181-13/+14
* utils/json_from_string: Don't reset user-provided error argumentHeinrich Fink2017-03-181-1/+0
* introspection: fix nullable annotation for return values in the following met...Alberto Ruiz2017-03-185-23/+34
* tests: Add unit for JsonReader NULL value checksEmmanuele Bassi2017-03-181-0/+28
* reader: Make json_reader_get_value return a value for the null type. This mat...Robert Ancell2017-03-181-1/+1
* docs: Fix array subsets descriptionAllin Cottrell2017-03-181-2/+2
* docs: Use appropriate markdown for literalsEmmanuele Bassi2017-03-181-8/+8
* generator: Avoid multiple buffer allocationsGarrett Regier2017-03-181-187/+67
* parser: Use g_steal_pointer()Emmanuele Bassi2017-03-181-8/+2
* Bump up the dependency of GLibEmmanuele Bassi2017-03-181-1/+1
* core: Add json_parser_steal_root()Ole André Vadla Ravnås2017-03-183-0/+29
* core: Optimize json_from_string() to avoid copyOle André Vadla Ravnås2017-03-181-1/+1