Imported Upstream version 1.61.1
[platform/upstream/gobject-introspection.git] / giscanner / sourcescanner.py
2020-09-18 DongHun KwakImported Upstream version 1.61.1 upstream/1.61.1
2019-01-10 DongHun KwakImported Upstream version 1.59.2 upstream/1.59.2
2019-01-10 DongHun KwakImported Upstream version 1.59.1 upstream/1.59.1
2019-01-10 DongHun KwakImported Upstream version 1.58.0 upstream/1.58.0
2019-01-10 DongHun KwakImported Upstream version 1.55.2 upstream/1.55.2
2019-01-10 DongHun KwakImported Upstream version 1.54.0 upstream/1.54.0
2016-10-27 DongHun KwakImported Upstream version 1.47.1 91/94091/1
2016-10-27 DongHun KwakImported Upstream version 1.45.4 89/94089/1
2016-10-27 DongHun KwakImported Upstream version 1.45.3 88/94088/1
2016-10-27 DongHun KwakImported Upstream version 1.43.92 85/94085/1
2016-10-27 DongHun KwakImported Upstream version 1.39.3 77/94077/1
2016-10-27 DongHun KwakImported Upstream version 1.39.0 76/94076/1
2016-10-27 DongHun KwakImported Upstream version 1.37.1 72/94072/1
2016-10-27 DongHun KwakImported Upstream version 1.35.9 70/94070/1
2012-10-27 Chun-wei Fangiscanner/sourcescanner.py: Update for Visual C++ usage
2012-04-05 Johan DahlinDo the filename filtering in scannerlexer
2012-04-05 Johan DahlinDon't parse doc comments in dependencies
2011-10-10 Natanael Copascanner: split CC environment variable
2011-09-03 Andoni Morales Ala... Let the user override the default compiler with the...
2010-11-09 Colin WaltersSwitch to nonrecursive make for core (i.e. not tests/)
2010-09-27 Vincent Untzscanner: fail if cpp fails
2010-09-20 Johan Dahlin[scanner] Support private/public directives
2010-09-20 Johan Dahlin[scanner] Add a Position class
2010-08-31 Colin WaltersMajor rewrite
2010-08-17 Gustavo Noronha... [scanner] Also parse C++ files
2010-07-22 Johan Dahlin[scanner] Make it compatible with python 2.y
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2010-06-17 Johan DahlinRevert "Support introspectable=no attribute, add warnin...
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2009-08-24 Colin WaltersBug 590883 - Use 'cc' instead of 'gcc' for preprocessing
2009-08-05 Brian CameronBack out the previous change. Now go back to hardcodin...
2009-08-05 Brian CameronCheck the CC environment variable instead of assuming...
2009-02-25 Colin WaltersBug 555964 - Parse floating-point #defines
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-24 Colin WaltersBug 572790 - Don't register #defines from .c files...
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinBug 558383 – builddir != srcdir build fails if giscanne...
2008-10-29 Johan DahlinClean up the libtool importer a bit. Add a context...
2008-10-21 Johan DahlinBug 556358 - don't use libtool internals
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-09-15 Johan DahlinAdd type_qualifier to SourceType.__members__
2008-09-15 Johan DahlinAdd a wrapper for type_qualifier as well.
2008-08-31 Johan DahlinParse GCC extensions in the parser instead of just...
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-08-26 Johan DahlinAvoid undeffing __GNUC__, instead define __attribute__...
2008-08-22 Johan DahlinCheck for ../gobject-introspection-1.0.pc.in to determi...
2008-08-22 Johan DahlinSend in undefs/defines via writing it directly to stdin...
2008-08-22 Johan DahlinDon't pase _LIBINTL_H
2008-08-22 Johan DahlinUse the generated glibconfig.h for all scanner invokati...
2008-08-09 Johan DahlinPEP8ify
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinAdd ctype_name, a function to convert a CTYPE symbol...
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-04-28 Johan DahlinAvoid recursion when scanning girepository.h
2008-04-28 Johan DahlinLine wrap license header
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-22 Johan Dahlinavoid sending the same options multiple times to cpp
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...