index
:
delta/gobject-introspection.git
annotation
annotation_svn1007
baserock/1.39.90
baserock/GOBJECT_INTROSPECTION_1_40_0
baserock/jonathan/fix-giscanner
baserock/markdoffman/1_39_90-merge
baserock/morph
bochecha/pkgconfig-prefix
doc-sections
ebassi/cairo-wrap
ebassi/compiler-opt
ebassi/final-type
ebassi/for-master
ebassi/issue-384
ebassi/issue-418
ebassi/signal-emitter
ebassi/symbol-collision
ewlsh/fundamental-test
fix-msvc-setuptools-distutils
fix-msvc-warnings
fix.win.cmd.3-38
g-i-0.6
g-i-0.9
gi-release-1-70
gidocgen
gir-compiler
gir-docbook
gir-docbook-2
glib-annotations
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
ignatenko/g-ir-inspect
issue-328
main
mallard-templates
master
matthiasc/symbol-collision
no-designated-init
pointer-aliases
scope-forever
tintou/closure-destroy-fix
tintou/doc-format
win64.fixes.master
wip/api-diff
wip/carlosg/signal-tests
wip/ci
wip/cmph
wip/cmph-rebase2
wip/cmph-rebase3
wip/dieterv/drive-by-review
wip/dieterv/g-ir-fix
wip/dieterv/multiline-annotations
wip/dieterv/schema
wip/docs
wip/docs-3
wip/docs-json
wip/dx-hackfest
wip/ebassi/meson
wip/fanc999/dumper-distutils
wip/glib-source-extraction
wip/hadess/add-power-profile-monitor
wip/jtojnar/glib-subproject
wip/meson/pkg-generate
wip/nielsdg/python-formatter-out-params
wip/nonrecursive-make
wip/sam/multiple-girs-one-typelib
wip/smcv/8k-not-enough-for-everybody
wip/smcv/search-paths
wip/smcv/test-more-flags
wip/smcv/testbuild
wip/structure-parsing
wip/tingping/meson
wip/tintou/closure-documentation
zbrown/dispose
zbrown/types-1
gitlab.gnome.org: GNOME/gobject-introspection.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
sourcescanner.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
scanner: don't pass certain debug level flags to cpp
Michael Catanzaro
2015-02-13
1
-0
/
+8
*
Honour CPPFLAGS as we do CFLAGS
Ryan Lortie
2013-12-21
1
-0
/
+1
*
scanner: make sure we pass CFLAGS to cpp
Ryan Lortie
2013-12-08
1
-0
/
+1
*
scanner: Support boolean constants
Florian Müllner
2013-11-29
1
-2
/
+6
*
giscanner: Make sure we use real paths in more places
Carlos Garcia Campos
2013-11-15
1
-2
/
+2
*
giscanner: remove g_realpath
Dieter Verfaillie
2013-10-17
1
-4
/
+4
*
tests: Update misc/pep8.py to 1.4.5
Dieter Verfaillie
2013-05-07
1
-5
/
+3
*
giscanner: small cpp_args cleanup
Dieter Verfaillie
2013-05-07
1
-11
/
+9
*
giscanner: Define source and header filename extensions only once
Dieter Verfaillie
2013-05-07
1
-2
/
+5
*
giscanner: use mkstemp() instead of mktemp()
Dieter Verfaillie
2013-04-09
1
-3
/
+3
*
scanner: Allow CFLAGS to contain arbitrary preprocessor commands like -include
Colin Walters
2013-03-06
1
-1
/
+2
*
Revert "gi-r-scanner: add support for raw CFLAGS flags option"
Colin Walters
2013-03-05
1
-3
/
+1
*
gi-r-scanner: add support for raw CFLAGS flags option
Tim Lunn
2013-03-06
1
-1
/
+3
*
giscanner/sourcescanner.py: Update for Visual C++ usage
Chun-wei Fan
2012-10-27
1
-1
/
+10
*
Do the filename filtering in scannerlexer
Johan Dahlin
2012-04-05
1
-4
/
+1
*
Don't parse doc comments in dependencies
Johan Dahlin
2012-04-05
1
-2
/
+5
*
scanner: split CC environment variable
Natanael Copa
2011-10-10
1
-1
/
+2
*
Let the user override the default compiler with the CC env variable
Andoni Morales Alastruey
2011-09-03
1
-1
/
+1
*
Switch to nonrecursive make for core (i.e. not tests/)
Colin Walters
2010-11-09
1
-3
/
+7
*
scanner: fail if cpp fails
Vincent Untz
2010-09-27
1
-0
/
+5
*
[scanner] Support private/public directives
Johan Dahlin
2010-09-20
1
-0
/
+4
*
[scanner] Add a Position class
Johan Dahlin
2010-09-20
1
-1
/
+6
*
Major rewrite
Colin Walters
2010-08-31
1
-2
/
+8
*
[scanner] Also parse C++ files
Gustavo Noronha Silva
2010-08-17
1
-1
/
+2
*
[scanner] Make it compatible with python 2.y
Johan Dahlin
2010-07-22
1
-1
/
+1
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-17
1
-0
/
+4
*
Revert "Support introspectable=no attribute, add warnings framework"
Johan Dahlin
2010-06-17
1
-4
/
+0
*
Support introspectable=no attribute, add warnings framework
Colin Walters
2010-06-16
1
-0
/
+4
*
Bug 590883 - Use 'cc' instead of 'gcc' for preprocessing
Colin Walters
2009-08-24
1
-1
/
+1
*
Back out the previous change. Now go back to hardcoding compiler to gcc.
Brian Cameron
2009-08-05
1
-1
/
+1
*
Check the CC environment variable instead of assuming to use the gcc compiler.
Brian Cameron
2009-08-05
1
-1
/
+1
*
Bug 555964 - Parse floating-point #defines
Colin Walters
2009-02-25
1
-1
/
+6
*
Bug 572790 - Don't register #defines from .c files as constants
Colin Walters
2009-02-24
1
-0
/
+4
*
Bug 563591 – Flags not recognized when there is no introspection data
Johan Dahlin
2009-01-12
1
-1
/
+5
*
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
2009-01-12
1
-6
/
+5
*
Fix inconsistencies with PEP8
Jürg Billeter
2009-01-03
1
-2
/
+0
*
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
2008-11-04
1
-11
/
+11
*
Bug 558383 – builddir != srcdir build fails if giscanner python module
Johan Dahlin
2008-10-30
1
-1
/
+1
*
Clean up the libtool importer a bit. Add a context so we can use it
Johan Dahlin
2008-10-29
1
-5
/
+6
*
Bug 556358 - don't use libtool internals
Johan Dahlin
2008-10-21
1
-0
/
+3
*
ignore non-UTF-8 string constants
Johan Bilien
2008-10-11
1
-3
/
+7
*
Merge branch 'bug552393-varargs'
Colin Walters
2008-10-02
1
-1
/
+3
*
Add type_qualifier to SourceType.__members__
Johan Dahlin
2008-09-15
1
-1
/
+2
*
Add a wrapper for type_qualifier as well.
Johan Dahlin
2008-09-15
1
-0
/
+4
*
Parse GCC extensions in the parser instead of just undeffing them in the
Johan Dahlin
2008-08-31
1
-5
/
+1
*
Make g-ir-scanner work on Windows. Still problems with the typelib code.
Tor Lillqvist
2008-08-27
1
-1
/
+1
*
Avoid undeffing __GNUC__, instead define __attribute__ & friends. Remove
Johan Dahlin
2008-08-26
1
-19
/
+9
*
Check for ../gobject-introspection-1.0.pc.in to determine if we run
Johan Dahlin
2008-08-22
1
-2
/
+4
*
Send in undefs/defines via writing it directly to stdin of cpp instead of
Johan Dahlin
2008-08-22
1
-12
/
+15
*
Don't pase _LIBINTL_H
Johan Dahlin
2008-08-22
1
-0
/
+3
[next]