Salome HOME
tools/py2cpp.git
2 months agoUpdated copyright comment master
mbs [Sat, 20 Jan 2024 14:01:06 +0000 (14:01 +0000)]
Updated copyright comment

10 months agoupdated copyright message V9_11_BR V9_12_BR V9_11_0 V9_12_0 V9_12_0a1 V9_12_0a2 V9_12_0b1 V9_12_0rc1
mbs [Mon, 19 Jun 2023 17:13:15 +0000 (18:13 +0100)]
updated copyright message

10 months agoupdated copyright message
mbs [Fri, 16 Jun 2023 19:09:06 +0000 (20:09 +0100)]
updated copyright message

10 months agobos #33720: port PY2CPP to windows bos/33720 V9_11_0rc1 1/head
Nabil Ghodbane [Tue, 23 May 2023 07:27:53 +0000 (09:27 +0200)]
bos #33720: port PY2CPP to windows

19 months agoCEA issue 30278 - patch from Nabil GHODBANE for WINDOWS. V9_10_0 V9_10_0a1 V9_10_0a2 V9_10_0b1 V9_10_0rc1 V9_11_0a1 V9_11_0a2 V9_11_0b1
Ovidiu Mircescu [Thu, 25 Aug 2022 10:54:50 +0000 (12:54 +0200)]
CEA issue 30278 - patch from Nabil GHODBANE for WINDOWS.

20 months ago#30278 [CEA][Windows] PY2CPP compilation issue rnv/30278_windows_compilation
rnv [Thu, 28 Jul 2022 08:32:09 +0000 (11:32 +0300)]
#30278 [CEA][Windows] PY2CPP compilation issue

2 years agoAgressive Windows porting V9_8_0 V9_8_0a1 V9_8_0a2 V9_8_0b1 V9_8_0rc1 V9_9_0 V9_9_0a1 V9_9_0a2 V9_9_0b1 V9_9_0rc1 V9_9_0rc2 V9_9_1b1
Anthony Geay [Mon, 21 Jun 2021 19:39:33 +0000 (21:39 +0200)]
Agressive Windows porting

3 years agoUpdate licence. V9_7_0 V9_7_0rc1 V9_7_0rc2
Ovidiu MIRCESCU [Wed, 31 Mar 2021 14:20:47 +0000 (16:20 +0200)]
Update licence.

4 years agoConversion from py tuple to std list and vector. v2.0
Ovidiu Mircescu [Wed, 9 Oct 2019 14:03:39 +0000 (16:03 +0200)]
Conversion from py tuple to std list and vector.

4 years agoAdd copy methods to PyPtr.
Ovidiu Mircescu [Fri, 28 Jun 2019 14:25:31 +0000 (16:25 +0200)]
Add copy methods to PyPtr.

5 years agoUse SalomeCppUnit instead of CppUnit. v1.0
Ovidiu Mircescu [Tue, 2 Apr 2019 09:12:39 +0000 (11:12 +0200)]
Use SalomeCppUnit instead of CppUnit.

5 years agoREADME typo.
Ovidiu Mircescu [Wed, 20 Mar 2019 13:06:02 +0000 (14:06 +0100)]
README typo.

5 years agoDeal with PyUnicode_AsUTF8 returning NULL.
Ovidiu Mircescu [Tue, 26 Feb 2019 09:23:11 +0000 (10:23 +0100)]
Deal with PyUnicode_AsUTF8 returning NULL.

According to https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_AsUTF8
PyUnicode_AsUTF8String may return NULL in case of error.

5 years agoAdd a safe evaluation of a python function which does not throw any exception.
Ovidiu Mircescu [Thu, 21 Feb 2019 12:37:26 +0000 (13:37 +0100)]
Add a safe evaluation of a python function which does not throw any exception.

5 years agoDeal with C++11 for C9 compiler
Anthony Geay [Wed, 13 Feb 2019 14:11:24 +0000 (15:11 +0100)]
Deal with C++11 for C9 compiler

5 years agoFix a bug in README.
Ovidiu Mircescu [Thu, 7 Feb 2019 14:26:29 +0000 (15:26 +0100)]
Fix a bug in README.

5 years agoVarious improvements.
Ovidiu Mircescu [Mon, 4 Feb 2019 16:42:41 +0000 (17:42 +0100)]
Various improvements.

Add convertions for unsigned, bool and char*.
Add setAttr function for convenience.
Use exceptions for the error management of some functions.
Create a global header py2cpp.hxx.

5 years agoFix memory leak.
Ovidiu Mircescu [Mon, 21 Jan 2019 16:31:08 +0000 (17:31 +0100)]
Fix memory leak.

5 years agoUse a more standard path for exported cmake configuration.
Ovidiu Mircescu [Wed, 16 Jan 2019 14:54:05 +0000 (15:54 +0100)]
Use a more standard path for exported cmake configuration.

5 years agoExport cmake configuration.
Ovidiu Mircescu [Wed, 16 Jan 2019 14:38:51 +0000 (15:38 +0100)]
Export cmake configuration.

5 years agoInitial version.
Ovidiu Mircescu [Mon, 14 Jan 2019 16:50:05 +0000 (17:50 +0100)]
Initial version.