gmane.comp.programming.swig archive
371 archived articles, newest first (page 3 of 4). Latest articles →
Issue with arguments passed to swig
Mon, 29 Aug 2022 05:30:54 +0000Re: Excluding functions with ifndef SWIG causing wrong function to get called
Tue, 23 Aug 2022 19:27:13 +0100Excluding functions with ifndef SWIG causing wrong function to get called
Mon, 22 Aug 2022 22:57:15 +0000Re: The Next Release?
Sat, 20 Aug 2022 10:28:00 +0100The Next Release?
Thu, 11 Aug 2022 00:44:53 +0000Re: swig use inquiry
Thu, 14 Jul 2022 20:16:31 +0100Re: changing signature of function with ignore/rename
Thu, 14 Jul 2022 19:02:04 +0100Re: %newobject and typemap(out)
Fri, 8 Jul 2022 00:25:38 +0000Re: %newobject and typemap(out)
Thu, 7 Jul 2022 20:25:06 +0000Re: %newobject and typemap(out)
Thu, 7 Jul 2022 19:14:22 +0000%newobject and typemap(out)
Thu, 7 Jul 2022 14:18:13 +0000changing signature of function with ignore/rename
Wed, 6 Jul 2022 15:13:41 +0100swig use inquiry
Tue, 28 Jun 2022 07:47:18 +0000Re: Find location of module at runtime
Tue, 14 Jun 2022 09:10:44 +0300Find location of module at runtime
Mon, 13 Jun 2022 21:45:42 -0700[Python] Passing ctypes pointer as parameter
Sun, 5 Jun 2022 19:26:47 +0300Re: Two questions
Wed, 1 Jun 2022 22:32:03 +0000Re: Two questions
Wed, 1 Jun 2022 22:08:52 +0100Re: Two questions
Tue, 31 May 2022 15:23:42 +0000Re: Two questions
Sat, 28 May 2022 09:37:55 +0100converting a vector of C++ objects to a list of built-in python objects
Wed, 25 May 2022 20:55:30 +0000Re: Two questions
Tue, 24 May 2022 22:22:58 +0000Re: Two questions
Fri, 20 May 2022 21:43:59 +0100Two questions
Fri, 29 Apr 2022 21:12:44 +0000complex handling
Wed, 20 Apr 2022 12:24:53 +0300Re: PyHeapTypeObject errors with PyPy
Mon, 18 Apr 2022 20:33:07 +0100Re: dont generate getter for field in java proxy class but keep tthe wrapper code.
Sun, 17 Apr 2022 14:43:30 -0500Re: PyHeapTypeObject errors with PyPy
Sun, 17 Apr 2022 17:43:33 +0100Re: dont generate getter for field in java proxy class but keep tthe wrapper code.
Sun, 17 Apr 2022 17:36:06 +0100PyHeapTypeObject errors with PyPy
Fri, 15 Apr 2022 17:13:32 +0200dont generate getter for field in java proxy class but keep tthe wrapper code.
Wed, 13 Apr 2022 22:05:40 -0500SwigPyObject type info from python
Mon, 7 Mar 2022 09:50:03 +0100Swig and C# - .NET 6 compatibility
Fri, 4 Mar 2022 11:21:06 +0000valuetransform not applying to template returned by value
Fri, 11 Feb 2022 01:35:10 -0800help extending a swig wrapped C++ code
Tue, 8 Feb 2022 11:21:11 -0800Pointer argument
Thu, 3 Feb 2022 15:06:29 +0100Re: Problem understanding some warnings
Thu, 20 Jan 2022 09:29:50 +0100Problem understanding some warnings
Wed, 19 Jan 2022 11:55:10 +0100Interactive application wrapped with SWIG
Thu, 13 Jan 2022 16:20:25 -0800Re: Generating a wrapper class from a typedef/template
Fri, 31 Dec 2021 17:29:09 +0000Generating a wrapper class from a typedef/template
Fri, 31 Dec 2021 16:50:38 +0000Re: Why this results in Error: Syntax error in input(3).
Fri, 31 Dec 2021 15:47:02 +0000Re: Why this results in Error: Syntax error in input(3).
Fri, 31 Dec 2021 16:00:43 +0000Re: What definition generates the SWIG upcasts in wrappers and what controls it?
Fri, 31 Dec 2021 12:42:43 +0000Re: What definition generates the SWIG upcasts in wrappers and what controls it?
Fri, 31 Dec 2021 12:29:38 +0000Re: Why this results in Error: Syntax error in input(3).
Fri, 31 Dec 2021 09:32:06 +0000Why this results in Error: Syntax error in input(3).
Fri, 31 Dec 2021 08:40:42 +0000What definition generates the SWIG upcasts in wrappers and what controls it?
Sat, 25 Dec 2021 11:28:25 +0000Re: Swig'ed DLL not found in Windows with CMake
Thu, 23 Dec 2021 13:55:36 +0000Swig'ed DLL not found in Windows with CMake
Thu, 23 Dec 2021 13:25:47 +0100oops...no bug. sorry
Sun, 5 Dec 2021 00:19:17 -0500Thanks!
Sat, 4 Dec 2021 19:23:49 -0500Re: Factories and other functions returning pointers
Fri, 3 Dec 2021 11:24:07 -0800very quick typo:
Fri, 3 Dec 2021 04:31:58 -0500tcl quick interface question
Fri, 3 Dec 2021 04:30:45 -0500Re: Factories and other functions returning pointers
Fri, 3 Dec 2021 09:19:24 -0000Factories and other functions returning pointers
Thu, 2 Dec 2021 22:21:22 +0000Issues with calling a rust library from Python
Sun, 21 Nov 2021 09:07:32 -0700Re: Python and static class methods
Thu, 4 Nov 2021 19:58:09 +0000Re: [C#] Add code to all non-static methods
Sun, 31 Oct 2021 22:31:08 +0000Re: Conversion of Python list to class that takes a vector in a constructor
Thu, 28 Oct 2021 07:34:48 +0200Re: [C#] Add code to all non-static methods
Wed, 27 Oct 2021 23:11:07 +0300Re: Conversion of Python list to class that takes a vector in a constructor
Wed, 27 Oct 2021 19:18:14 +0100Re: [C#] Add code to all non-static methods
Wed, 27 Oct 2021 19:11:23 +0100Conversion of Python list to class that takes a vector in a constructor
Mon, 25 Oct 2021 14:30:12 +0200[C#] Add code to all non-static methods
Mon, 25 Oct 2021 13:07:54 +0300Re: CSharp Premature Garbage Collection
Wed, 20 Oct 2021 16:19:50 -0400Re: Swig C++ variants
Wed, 20 Oct 2021 12:49:01 +0100Re: CSharp Premature Garbage Collection
Wed, 20 Oct 2021 12:47:11 +0100Re: Python and static class methods
Wed, 20 Oct 2021 11:55:02 +0100Swig C++ variants
Tue, 19 Oct 2021 10:01:43 +0000CSharp Premature Garbage Collection
Mon, 18 Oct 2021 12:23:54 -0400Re: Is there a javaargout typemap?
Sun, 17 Oct 2021 13:01:01 -0700Is there a javaargout typemap?
Sun, 17 Oct 2021 10:46:17 -0700Re: Why are non-const typemaps matching const parameters?
Sun, 17 Oct 2021 10:41:46 -0700Why are non-const typemaps matching const parameters?
Sun, 17 Oct 2021 10:02:26 -0700Re: How to get the type of $null?
Sun, 17 Oct 2021 09:58:47 -0700How to get the type of $null?
Sun, 17 Oct 2021 09:15:08 -0700Re: Cast void pointer to C struct pointer and access its members?
Tue, 28 Sep 2021 21:36:13 +0800Re: Cast void pointer to C struct pointer and access its members?
Tue, 28 Sep 2021 08:37:38 -0400Cast void pointer to C struct pointer and access its members?
Tue, 28 Sep 2021 11:30:06 +0800CUDA <-> SWIG <-> Python
Sat, 25 Sep 2021 13:15:07 +0100Python and static class methods
Fri, 24 Sep 2021 12:42:51 +0100Re: building SWIG on Windows with CMake (and Visual Studio)
Fri, 24 Sep 2021 11:57:36 +0100Re: C++ Function With Default Arguments?
Thu, 23 Sep 2021 15:39:25 +0800Re: C++ Function With Default Arguments?
Thu, 23 Sep 2021 07:31:30 +0200C++ Function With Default Arguments?
Thu, 23 Sep 2021 11:30:36 +0800Re: building SWIG on Windows with CMake (and Visual Studio)
Wed, 22 Sep 2021 21:15:16 +0100Re: Unable to access referenced parameter in Python callback
Tue, 21 Sep 2021 11:24:07 +0000Re: Unable to access referenced parameter in Python callback
Fri, 17 Sep 2021 20:07:33 +0100Unable to access referenced parameter in Python callback
Fri, 17 Sep 2021 12:34:06 +0000cross-platform swig+cmake+R
Mon, 13 Sep 2021 14:19:40 +0200Python, std_wstring.i and %import
Mon, 13 Sep 2021 12:00:25 +0100Python exception not being caught by Swig
Wed, 28 Jul 2021 21:28:01 -0700Re: Doxygen + Python
Mon, 26 Jul 2021 10:51:22 -0700Re: Doxygen + Python
Thu, 22 Jul 2021 10:21:31 +0200building SWIG on Windows with CMake (and Visual Studio)
Mon, 19 Jul 2021 15:35:58 +0100Doxygen + Python
Tue, 13 Jul 2021 07:27:18 -0700Re: Embedding SWIG bindings for multiple languages in a single executable
Tue, 29 Jun 2021 09:44:37 +0200Re: Embedding SWIG bindings for multiple languages in a single executable
Wed, 23 Jun 2021 12:12:41 +0100
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.