summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * scangobj: fix -Wdouble-promotion warningsSébastien Wilmet2019-12-181-3/+3
* | Merge branch 'python3-dev' into 'master'Stefan Sauer2019-12-231-3/+0
|\ \
| * | Remove unused libpython3 dependencyXavier Claessens2019-12-131-3/+0
| |/
* | mkdb: ensure deterministic index files.Stefan Sauer2019-12-231-1/+1
* | mkhtml2: add a fake resolver to improve speedStefan Sauer2019-12-231-4/+18
* | Merge branch 'reproducible-output-946331' into 'master'Stefan Sauer2019-12-231-1/+1
|\ \
| * | Please make the output reproducibleChris Lamb2019-12-071-1/+1
| |/
* | Merge branch 'tests' into 'master'Stefan Sauer2019-12-234-18/+22
|\ \ | |/ |/|
| * meson: Fix running testsXavier Claessens2019-12-234-18/+22
|/
* Updated Spanish translationDaniel Mustieles2019-10-021-416/+448
* Update Brazilian Portuguese translationRafael Fontenelle2019-09-081-425/+501
* mkdb: only output object_index.sgml if not emptyStefan Sauer2019-09-083-20/+26
* tests: fix the suppression codeStefan Sauer2019-09-081-5/+5
* mkhtml2: create output-dir if it does not existStefan Sauer2019-09-051-0/+2
* mkhtml: add --output-dir paramStefan Sauer2019-09-052-1/+5
* mkdb: restore the --output-dir parameterStefan Sauer2019-09-051-1/+1
* Update Swedish translationAnders Jonsson2019-08-181-396/+465
* README: mention dblatex dependecy for pdf generationStefan Sauer2019-08-161-0/+5
* tests: skip pdf check if no pdf tools are installedStefan Sauer2019-08-161-4/+7
* tests: calculate time differences with date instead of bcStefan Sauer2019-08-162-9/+8
* config: fix regression from last merge.Stefan Sauer2019-08-161-1/+2
* HACKING: streamline release process moreStefan Sauer2019-08-161-26/+28
* tests: fix one meson test where we passed the wrong html dirStefan Sauer2019-08-161-2/+2
* Merge branch 'uninstalled' into 'master'Stefan Sauer2019-08-1520-65/+108
|\
| * Meson: Fix running tools uninstalledXavier Claessens2019-08-1520-65/+108
|/
* release: bump versions and back to developmentStefan Sauer2019-08-154-2/+13
* release: update news and date in manualGTK_DOC_1_32Stefan Sauer2019-08-154-5/+31
* Makefile.am: add workarounds for 'make distcheck'Stefan Sauer2019-08-151-2/+11
* mkdb: extract a last db templateStefan Sauer2019-08-151-35/+35
* Also bump version in meson.buildMichael Catanzaro2019-08-061-1/+1
* Prepare 1.31GTK_DOC_1_31Michael Catanzaro2019-08-052-3/+3
* mkdb: extract another text stripping helperStefan Sauer2019-07-291-18/+31
* mkdb: extract common formatting codeStefan Sauer2019-07-291-126/+83
* ci: bump meson deps in dockerfileStefan Sauer2019-07-283-4/+4
* mkdb: only output "Types and Values" if not emptyStefan Sauer2019-07-281-9/+12
* mkdb: extract helper function in sctruct output generationStefan Sauer2019-07-282-40/+97
* scan: extract and precompile another regexpStefan Sauer2019-07-281-14/+23
* scan: update comment after refactoringStefan Sauer2019-07-261-9/+9
* scan: extract function to init the scanner from optionsStefan Sauer2019-07-252-65/+86
* mkdb: fix skipping of inline function bodiesStefan Sauer2019-07-242-12/+97
* scan: extract block skipping to helper function to make it testableStefan Sauer2019-07-241-21/+37
* scan: turn old comment blobs into python docstringsStefan Sauer2019-07-241-28/+48
* mkdb: fix annotation docs for 'out callee-allocates'Stefan Sauer2019-07-231-1/+1
* scan: rewrite brace skipping for inline functionsStefan Sauer2019-07-211-29/+18
* Merge branch '86-gtkdoc-fixxref-script-fails-at-runtime-because-pygments-pyth...Stefan Sauer2019-07-181-3/+16
|\
| * meson: Check for required Python 3 modulesNelson Benítez León2019-07-171-3/+16
* | Merge branch 'glib-deprecated' into 'master'Xavier Claessens2019-07-176-15/+172
|\ \
| * | Add scanner unit tests for deprecation decoratorsXavier Claessens2019-07-171-0/+67
| * | Fix parsing of g_set_object()Xavier Claessens2019-07-173-2/+19
| * | Support type/enum deprecation decoratorsXavier Claessens2019-07-175-12/+85