summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* devdocs: Add extra CSS class to default.tmplPhilip Chimento2018-08-062-1/+11
* devdocs: Mark links to other GIRs as suchPhilip Chimento2018-08-061-2/+2
* devdocs: Match DevDocs' slug namesPhilip Chimento2018-08-061-2/+3
* devdocs: Describe bare functionsPhilip Chimento2018-08-061-0/+2
* devdocs: Format the values of constantsPhilip Chimento2018-08-062-3/+18
* docwriter: Handle moved_to in underscore functionPhilip Chimento2018-08-061-0/+2
* devdocs: Add deprecated CSS class where neededPhilip Chimento2018-08-066-20/+38
* devdocs: Generate versioning notesPhilip Chimento2018-08-066-6/+36
* devdocs: Don't render private fieldsPhilip Chimento2018-08-062-4/+53
* docwriter: Use <pre> for code blocksPhilip Chimento2018-08-061-5/+19
* devdocs: Render a summary at the top of each pagePhilip Chimento2018-08-063-1/+175
* doctool: Output formatter for DevDocsPhilip Chimento2018-08-0617-1/+333
* docwriter: parse markdown for code blocks.Mathieu Duponchelle2018-08-061-5/+65
* docwriter: Add support for plural type references.Mathieu Duponchelle2018-08-061-11/+25
* transformer: Strip whitespace from filter commandsPhilip Chimento2018-08-061-0/+1
* docwriter: Option to select output formatPhilip Chimento2018-08-062-0/+4
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-5/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-284-33/+73
* ccompiler: simplify check_is_msvc()Christoph Reiter2018-07-281-4/+1
* scanner: remove some unnecessary Windows includesChristoph Reiter2018-07-271-9/+1
* scanner: fix the return type for GetFullPathNameAChristoph Reiter2018-07-271-1/+1
* scanner: remove use of USE_WINDOWSChristoph Reiter2018-07-272-10/+0
* scanner: remove hacks to make mingw g-i work with msvc PythonChristoph Reiter2018-07-271-84/+0
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-272-165/+39
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-271-24/+0
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-9/+10
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-112-3/+3
* shlibs: Don't depend on Python 3Christoph Reiter2018-07-111-1/+3
* Avoid accidental library name matches when parsing ldd output.Tomasz Miąsko2018-07-111-33/+40
* Merge branch 'dumper-include-cflags' into 'master'Christoph Reiter2018-07-031-2/+3
|\
| * dumper: use cflags passed through --cflags-begin/endChristoph Reiter2018-06-201-2/+3
* | Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-0/+9
* | Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-233-46/+35
* | Merge branch '134-output-formats' into 'master'Christoph Reiter2018-06-2147-12/+35
|\ \
| * | docwriter: Option to select output formatPhilip Chimento2018-05-2547-12/+35
* | | Preserve complete C type when applying array annotations.Tomasz Miąsko2018-06-201-0/+1
| |/ |/|
* | giscanner: do not override dyld search path on macOSMarcus Calhoun-Lopez2018-06-201-1/+1
* | Merge branch 'revert-msys-libtool-workaround' into 'master'Christoph Reiter2018-06-201-2/+0
|\ \
| * | Revert "Windows port: Work arount MSYS weirdness where it changes --libtool= ...Ray Donnelly2018-06-201-2/+0
* | | Add utils.rmtree() which waits and tries again if a file is still in useChristoph Reiter2018-06-203-5/+28
|/ /
* | Merge branch 'ci-msys2' into 'master'Christoph Reiter2018-06-191-0/+2
|\ \
| * | dumper: fix for Python 3Christoph Reiter2018-06-181-0/+2
* | | Merge branch 'array-to-pointer-adjustment' into 'master'Christoph Reiter2018-06-181-12/+19
|\ \ \
| * | | Perform array to pointer adjustment in function parameters.Tomasz Miąsko2018-04-281-12/+19
| | |/ | |/|
* | | Merge branch 'verbose-distutils' into 'master'Christoph Reiter2018-06-181-0/+3
|\ \ \ | |_|/ |/| |
| * | Show commands executed by distutils when being verbose.Tomasz Miąsko2018-03-141-0/+3
* | | Merge branch 'byte-array-default-element-type' into 'master'Philip Chimento2018-06-183-12/+14
|\ \ \ | |_|/ |/| |
| * | Use uint8 as default element type when constructing ByteArray.Tomasz Miąsko2018-04-153-12/+14
* | | Add --version option to Python based tools.Tomasz Miąsko2018-04-266-5/+23
|/ /
* | giscanner: fix --no-libtool on macOSTom Schoonjans2018-04-081-1/+1