~vcs-imports/pygobject/+git/pygobject:llvm

Last commit made on 2010-07-21
Get this branch:
git clone -b llvm https://git.launchpad.net/~vcs-imports/pygobject/+git/pygobject

Branch merges

Branch information

Recent commits

ebfff48... by Johan Dahlin

Update for g-i trunk

Remove long/int types which are no longer present in g-i

32d6d5f... by Johan Dahlin

Check for llvm in configure

9115396... by Johan Dahlin

[configure] Remove C++/libtool hacks

We're using C++ now with a modern libtool/autoconf, so remove old hacks

f196cad... by Johan Dahlin

Remove leftover comments

bd4e43c... by Johan Dahlin

[llvm] Reuse GModules

Instead of reopening them on each access

f8f0a91... by Johan Dahlin

[llvm] Add support for int64/boxed

a8db9fa... by Johan Dahlin

Do not call g_module_close before using symbols

We cannot reliably use symbols from a module after
we called dlclose() on them :-)

1be4208... by Johan Dahlin

Remove unused file

14d0ea8... by Johan Dahlin

Add support for Py_INCREF()

38ba6f5... by Johan Dahlin

Remove unnecessary SetInsertPoint