Displaying 7 results from an estimated 7 matches for "wolke7".
2005 Aug 04
0
[LLVMdev] Python-LLVM bindings updated
Hi all,
There's a place where I can find an updated version of the bindings
versus the actual CVS?
There's a CVS store for them?
I cannot contact Jarno (wrong mail address...)
Thanks in advance!
---
Paolo
On May 22, 2005, at 11:45 AM, js.nospam at wolke7.net wrote:
> Hi,
>
> I've updated the Python LLVM bindings for LLVM 1.5 (attached).
2005 May 22
4
[LLVMdev] Python-LLVM bindings updated
Hi,
I've updated the Python LLVM bindings for LLVM 1.5 (attached). I also
thought of setting up a CVS repository for this, but before I do that
I thought I'd ask if you want to take the Python bindings to the main
LLVM CVS? I noticed that the C language bindings would be maintained
there.
Changes in Python-LLVM:
- Updated to match LLVM 1.5 API
- Added Windows build support (created
2005 May 22
0
[LLVMdev] Python-LLVM bindings updated
...terface and (with Oversight Group approval) give you cvs
write access to it. That will allow you to make changes and maintain the
python interface as LLVM grows without significant difficulty or burden.
We look forward to adding Python to LLVM!
Rei
On Sun, 2005-05-22 at 11:45 +0200, js.nospam at wolke7.net wrote:
> Hi,
>
> I've updated the Python LLVM bindings for LLVM 1.5 (attached). I also
> thought of setting up a CVS repository for this, but before I do that
> I thought I'd ask if you want to take the Python bindings to the main
> LLVM CVS? I noticed that the C la...
2006 Apr 20
1
[LLVMdev] Python bindings
Hi,
here's a brief update of the status of the python bindings. Recently
I've updated them with the API changes in LLVM 1.6 and split the
submodules (VMCore, ExecutionEngine, etc.) into separate builds,
making the dynamic libraries smaller.
I agree that the bindings should be in a CVS somewhere, and last year
there was some discussion of putting them in the llvm tree. The
python
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi,
I would like to share my experimental LLVM API Python bindings with the LLVM
enthusiasts. I have created Boost.Python wrappers largely for the VMCore
interface and other selected interfaces (e.g. ExecutionEngine). The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci
2005 May 23
1
[LLVMdev] Python-LLVM bindings updated
Hi,
some discussion below.
Reid wrote:
> 3. Fix your Makefile to build a shared library properly. You have set
> TOOLNAME which is for building an executable tool not a shared
> library. You need to set LIBRARYNAME=..., not TOOLNAME=...
I remember having failed to build a functioning Python extension module with
LIBRARYNAME and SHARED_LIBRARY flags. Anyway, I cannot remember
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
Hallo,
We protect linux/apache server with mod_auth_ntlm_winbind.so to
authenticate users with their domain accounts. The server is joined into
windows domain (Windows 2003 Server). Apache/mod_auth_ntlm_winbind.so is
configured for NTLM+SPNEGO authentication. So far users can login when
providing valid credentials.
Users login into their windows workstation (Windows XP SP2 IE/Firefox)
with