Imported Upstream version 1.35.9
[platform/upstream/gobject-introspection.git] / giscanner / dumper.py
2016-10-27 DongHun KwakImported Upstream version 1.35.9 70/94070/1
2016-10-27 DongHun KwakImported Upstream version 1.35.8 69/94069/1
2012-10-27 Chun-wei Fangiscanner/dumper.py: Support Visual C++
2012-10-16 Colin WaltersDrop calls to g_type_init()
2012-04-13 Kalev LemberDon't link with gthread-2.0
2012-04-09 Johan DahlinPass in LDFLAGS to the dumper
2011-11-29 Albert Astals Cidscanner: Put the -l library names after the .o
2011-11-23 Florian Müllnergiscanner: Add gmodule-2.0 to compiler packages
2011-11-04 Colin Waltersscanner: Only add rpaths for absolute directories
2011-11-03 Colin Waltersscanner: Also add an RPATH for library paths specified
2011-10-12 Colin Waltersdumper: Don't call g_thread_init(), g_type_init() is...
2011-09-19 Dieter VerfaillieFix incorrect extension for tempfile
2011-09-07 Dieter VerfaillieWindows port: Export all symbols on Windows.
2011-09-07 Dieter VerfaillieWindows port: the tmpfile is going to be an exe...
2011-08-13 Dan WinshipSwitch to storing string form of error quarks
2011-08-12 Dan WinshipSwitch to storing string form of error quarks
2011-07-27 Colin WaltersKill off config.py
2011-06-30 Colin Waltersdumper: Flush stdout after printing compilation messages
2011-06-30 Colin Waltersdumper: Only make libtool silent if we were passed...
2011-01-11 Colin WaltersRevert "scanner: Stop predeclaring the functions that...
2011-01-11 Colin WaltersRevert "scanner: Include all headers when building...
2011-01-11 Benjamin Ottescanner: Rename g_irepository_dump when included from...
2011-01-10 Benjamin Ottescanner: Stop predeclaring the functions that are to...
2011-01-10 Benjamin Ottescanner: Include all headers when building the dumper...
2011-01-10 Benjamin Ottescanner: Use packages from --pkg
2010-11-11 Colin Waltersdumper: Differentiate between "external" and "internal...
2010-10-22 Colin WaltersFix previous commit
2010-10-22 Colin WaltersHandle CC="ccache gcc" for linker command too
2010-10-19 Colin Waltersscanner: Don't process pkg-config libs twice
2010-10-07 Colin Waltersscanner: Don't leave temporary directory around if...
2010-10-03 Pavel HolejsovskyHonor -L commandline option.
2010-09-30 Owen W. TaylorAdd -export-dynamic when compiling with libtool
2010-09-30 Colin Waltersscanner: Don't link to -lgirepository when dumping GOBJECT_INTROSPECTION_0_9_9
2010-08-31 Colin WaltersMajor rewrite
2010-07-28 Johan Dahlin[dumper] Fix indentation
2010-07-27 Ryan LortieAppend -Wl,-rpath=. to the scanner compile
2010-07-09 Colin WaltersFix up tests for last commit
2010-07-09 Johan DahlinCorrectly quote printed shell commands
2010-07-09 Johan DahlinPrint the command line instead of a python list
2010-07-07 Colin WaltersIn verbose mode, print out the dump compilation
2010-06-28 Colin WaltersRevert "fix bug#605156 by ordering libtool archives...
2010-06-25 Colin WaltersRemove trailing semicolon
2010-06-25 Michael Meeksfix bug#605156 by ordering libtool archives that may...
2010-01-12 Owen W. TaylorDon't remove .c file for dumper binary
2010-01-08 Johan DahlinRemove tabs, fixes make check
2010-01-05 Damien LespiauAdd an --add-init-section argument
2009-12-02 Colin Walters[dumper] Fix threads initialization
2009-09-07 Halton HuoMake g-ir-scanner 64-bit enable. Closes #593639
2009-08-31 Halton HuoUse CC rather than LD to fix build issue for gir. Close...
2009-08-17 Colin WaltersBug 592055 - Build/test fixes
2009-08-17 Owen W. TaylorSupport passing --library=lib<foo>.la
2009-08-17 Owen W. TaylorResolve library names to shared libraries ourselves
2009-08-17 Colin WaltersUse current working directory for temporary executables
2009-08-05 Colin WaltersUse all libraries specified on the command line
2009-06-11 Colin WaltersDon't fail if no --output option is specified
2009-04-03 Colin WaltersAvoid writing out empty array if we have no _get_type...
2009-02-25 Johan DahlinMerge commit 'origin'
2009-02-25 Colin WaltersHandle multiple arguments for $CC
2009-02-21 Johan DahlinMention that we're generating a GIR
2009-02-21 Johan DahlinUse shave to reduce compiling output
2009-02-19 Owen W. TaylorBug 572075 - Make the scanner work with static and...
2009-01-15 Johan DahlinFix pep8 complaints
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-12-12 Johan DahlinPass in --tag=CC to libtool to avoid making libtool...
2008-11-26 Colin WaltersAdd --libtool option which we expect Automake-using...
2008-11-25 Tommi Komulainenfix link failure when introspecting girepository itself
2008-11-25 Tommi Komulainenprefer uninstalled libraries to installed ones
2008-11-23 Johan DahlinAdd license headers, refactor into a class, avoid some...
2008-11-13 Johan DahlinRemove stray print(s)
2008-11-13 Colin WaltersAdd new files from last commit