gmane.comp.programming.swig archive
370 archived articles, newest first (page 2 of 4). Latest articles →
Re: Removal of std_carray.i from version 4.2
Mon, 25 Mar 2024 23:03:01 +0000Removal of std_carray.i from version 4.2
Mon, 25 Mar 2024 14:53:15 +0100Re: [personal] Re: swig/python: making a nested class inside templated class accessible by using declaration
Wed, 20 Mar 2024 02:20:18 +0100Re: New SWIG python user with a quick question
Mon, 11 Mar 2024 18:54:10 +0000Re: In SWIG Ruby, is there a way to disown all objects? I want to prevent any destructors from being called.
Mon, 11 Mar 2024 11:02:50 -0600Re: New SWIG python user with a quick question
Tue, 5 Mar 2024 11:02:47 +0100New SWIG python user with a quick question
Sat, 02 Mar 2024 21:24:33 +1300Announce - swig-4.2.1
Sat, 24 Feb 2024 14:15:22 +0000Re: In SWIG Ruby, is there a way to disown all objects? I want to prevent any destructors from being called.
Wed, 14 Feb 2024 15:59:02 -0700Re: In SWIG Ruby, is there a way to disown all objects? I want to prevent any destructors from being called.
Wed, 14 Feb 2024 08:25:10 +0000Re: swig/python: making a nested class inside templated class accessible by using declaration
Wed, 14 Feb 2024 07:58:57 +0000In SWIG Ruby, is there a way to disown all objects? I want to prevent any destructors from being called.
Tue, 13 Feb 2024 11:30:19 -0700Re: Mix in types of C++ std::vector from two different Python SWIG modules
Mon, 5 Feb 2024 15:25:27 +0000Mix in types of C++ std::vector from two different Python SWIG modules
Mon, 29 Jan 2024 13:52:36 +0000Re: assertion error in Swig_smartptr_upcast on MacOS only (swig 4.2.0)
Tue, 9 Jan 2024 11:07:15 +0000assertion error in Swig_smartptr_upcast on MacOS only (swig 4.2.0)
Tue, 9 Jan 2024 09:05:14 -0000How a function of a C++ class with return value std::map<string, string> can be converted to an attri
Thu, 4 Jan 2024 07:33:23 UTCswig/python: making a nested class inside templated class accessible by using declaration
Mon, 1 Jan 2024 21:34:50 +0100swig/python: making a nested class inside templated class by using declaration
Mon, 1 Jan 2024 01:33:36 +0100Announce - swig-4.2.0
Sun, 31 Dec 2023 00:37:38 +0000swig-4.2.0-beta1 release available for testing
Thu, 21 Dec 2023 00:05:03 +0000Re: How to port SWIG Python interface file to JavaScript
Mon, 20 Nov 2023 16:42:17 -0500 (EST)Re: How to port SWIG Python interface file to JavaScript
Mon, 20 Nov 2023 18:34:51 +0000Re: Fwd: access enclosing class name in a %macro to allow defining attributes without having to use the %attribute macro
Mon, 20 Nov 2023 18:33:31 +0000How to port SWIG Python interface file to JavaScript
Thu, 16 Nov 2023 16:17:24 +0800 (GMT+08:00)Fwd: access enclosing class name in a %macro to allow defining attributes without having to use the %attribute macro
Fri, 3 Nov 2023 14:23:57 +0000Re: problems using templates in test code?
Thu, 2 Nov 2023 14:58:30 +0100problems using templates in test code?
Mon, 30 Oct 2023 15:31:23 +0000Accessing 2d array from a python swig object
Tue, 10 Oct 2023 12:18:48 -0700Re: Typedef duplicates across modules?
Fri, 1 Sep 2023 22:37:14 +0100Re: SWIG and Virtual Inheritance
Thu, 31 Aug 2023 19:40:15 +0100Re: Improve SWIG layer performance. help.
Thu, 31 Aug 2023 09:01:31 +0100Re: Accessing 2 dimensional array from SWIG in Python
Mon, 28 Aug 2023 10:13:43 -0700Accessing 2 dimensional array from SWIG in Python
Mon, 28 Aug 2023 10:11:20 -0700question about SWIG_ConvertPtr and python 3.11
Mon, 21 Aug 2023 23:03:08 +0000SWIG and Virtual Inheritance
Mon, 17 Jul 2023 09:36:34 -0500Re: Question about SWIG
Thu, 29 Jun 2023 15:32:33 +0200Performance improvement in Swig Layer
Thu, 29 Jun 2023 16:00:18 +0530Improve SWIG layer performance. help.
Thu, 29 Jun 2023 11:25:01 +0530Improve Swig layer performance. help.
Thu, 29 Jun 2023 11:09:45 +0530Question about SWIG
Tue, 27 Jun 2023 18:07:06 +0800Outputting the members types of a structure in the interface C file
Sun, 18 Jun 2023 17:52:55 +0200Typedef duplicates across modules?
Fri, 16 Jun 2023 10:24:22 +0200Re: Typemaps jsoncpp => Python: recursive typemap(outargs)?
Wed, 14 Jun 2023 13:57:49 +0200Re: Help: undefined symbol: _ZdlPvj
Thu, 1 Jun 2023 11:22:50 +0100Re: Swig 4.1.1 no longer checks the python version
Thu, 1 Jun 2023 11:24:31 +0100Re: Swig 4.1.1 no longer checks the python version
Wed, 24 May 2023 13:28:56 +0200Swig 4.1.1 no longer checks the python version
Wed, 24 May 2023 10:46:13 +0200Help: undefined symbol: _ZdlPvj
Sun, 21 May 2023 08:39:46 +0000Re: don't return a return value that is really an error code
Fri, 19 May 2023 07:59:56 +0100don't return a return value that is really an error code
Fri, 5 May 2023 22:06:48 +0000Re: generated wrapper code contains errors in arrays of dimension > 2
Fri, 5 May 2023 20:45:45 +0000Re: Diagnosing memory growth
Tue, 2 May 2023 15:46:48 -0400 (EDT)Diagnosing memory growth
Tue, 2 May 2023 12:20:31 -0700Re: How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
Fri, 28 Apr 2023 12:01:33 -0600Re: How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
Fri, 28 Apr 2023 17:56:56 +0100Re: generated wrapper code contains errors in arrays of dimension > 2
Fri, 28 Apr 2023 18:01:56 +0100Re: Using std_string.i to automatically convert a different C++ string class to ruby String
Fri, 28 Apr 2023 08:33:46 +0100generated wrapper code contains errors in arrays of dimension > 2
Thu, 27 Apr 2023 19:10:25 +0000Re: How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
Tue, 25 Apr 2023 10:14:10 -0600Re: How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
Tue, 25 Apr 2023 10:29:44 +0800 (CST)How to inject code at the top and bottom of each method generated in cpp wrap file by SWIG?
Mon, 24 Apr 2023 15:27:05 -0600Using std_string.i to automatically convert a different C++ string class to ruby String
Tue, 11 Apr 2023 13:58:25 +0200Re: Overloaded C++ static methods and Python
Fri, 31 Mar 2023 11:45:56 +0100Re: Doxygen comment translation - C to Python using Swig
Thu, 30 Mar 2023 19:08:03 +0100Re: Overloaded C++ static methods and Python
Thu, 30 Mar 2023 19:00:37 +0100Re: sprintf to snprintf conversion
Thu, 30 Mar 2023 18:37:45 +0100Doxygen comment translation - C to Python using Swig
Tue, 28 Mar 2023 13:36:10 -0700Overloaded C++ static methods and Python
Thu, 23 Feb 2023 11:15:59 +0000sprintf to snprintf conversion
Sun, 19 Feb 2023 15:37:10 -0800how to map *& in SWIG?
Wed, 11 Jan 2023 15:38:35 +0800 (CST)Re: Changing default alloc routines in C
Mon, 9 Jan 2023 15:39:39 +0530Re: Changing default alloc routines in C
Wed, 28 Dec 2022 12:06:30 -0800Re: Changing default alloc routines in C
Thu, 15 Dec 2022 09:24:27 +0100Changing default alloc routines in C
Thu, 15 Dec 2022 10:55:41 +0530Announce - swig-4.1.1
Wed, 30 Nov 2022 23:02:51 +0000Re: disable automatic renaming, associated with warning 314
Sun, 6 Nov 2022 19:09:47 +0000Re: problem with 4.1.0 and cmake
Sun, 6 Nov 2022 17:54:43 +0000problem with 4.1.0 and cmake
Tue, 1 Nov 2022 03:18:41 +0000disable automatic renaming, associated with warning 314
Mon, 31 Oct 2022 15:00:56 -0700Announce - swig-4.1.0
Tue, 25 Oct 2022 00:08:27 +0100Re: swig-4.1.0 beta1 release available for testing
Sun, 16 Oct 2022 18:27:13 +0100swig-4.1.0 beta1 release available for testing
Sat, 15 Oct 2022 17:03:23 +0100Re: cross-project inheritance question
Fri, 14 Oct 2022 15:08:02 +0000Re: cross-project inheritance question
Thu, 13 Oct 2022 21:07:18 +0100cross-project inheritance question
Thu, 13 Oct 2022 19:41:35 +0000C++ --> Java multi threading with director
Wed, 12 Oct 2022 14:34:39 -0400RPC Wrapping
Thu, 6 Oct 2022 22:25:22 -0700Re: Multi-threaded wrapping
Fri, 30 Sep 2022 09:00:03 +0200Re: Multi-threaded wrapping
Thu, 29 Sep 2022 23:11:04 -0700is this likely to work
Tue, 20 Sep 2022 17:25:31 +0000Re: Multi-threaded wrapping
Tue, 20 Sep 2022 11:06:14 -0700Re: Assignment of native container types to generated types in C#
Mon, 19 Sep 2022 17:35:17 +0100Re: Multi-threaded wrapping
Mon, 19 Sep 2022 17:48:53 +0100Re: how to use std/std_unordered_map.i
Mon, 19 Sep 2022 17:43:40 +0100how to use std/std_unordered_map.i
Thu, 15 Sep 2022 23:50:48 +0000c++ unordered_map of unordered_map to perl
Thu, 15 Sep 2022 16:35:42 +0000Multi-threaded wrapping
Mon, 12 Sep 2022 10:54:48 -0700Assignment of native container types to generated types in C#
Mon, 12 Sep 2022 17:11:06 +0200typemap for std::string results in uncompilable wrapper
Thu, 1 Sep 2022 03:16:47 +0000
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.