Commit Graph

22 Commits

Author SHA1 Message Date
wmayer
401e2558ca PyCXX: update to version 7.0.0 2022-08-01 16:39:26 +02:00
Uwe
b19db18cdd [CXX] uniform inconsistent line endings 2022-03-12 18:29:51 +01:00
Uwe
6964e86b4d [CXX] fix typos found the spell CI 2022-03-12 18:25:35 +01:00
wmayer
113fc7f1c3 PyCXX: harmonize PyCXX with Python C API 2020-11-30 16:02:54 +01:00
Michal Ulianko
2e2b8cba6a py3.7 fix
PyUnicode_AsUTF8() returns const char* in py3.7 instead of char*. Making
changes to reflect that which should also be safe in
other Python versions.
2018-09-01 22:44:39 +02:00
wmayer
1cd894bacc fix -Wcast-function-type 2018-08-19 13:11:08 +02:00
wmayer
5e484d0a92 disable Py::Exception(const std::string&) constructor as it will be removed in future PyCXX versions 2018-04-29 11:00:28 +02:00
wmayer
84775f9875 comment out unused variables to fix warnings created by clang 2016-12-18 14:20:27 +01:00
wmayer
9735744b46 declare some PyCXX functions for export, add PyCXX wrapper for Vector2dPy class 2016-11-24 15:25:48 +01:00
wmayer
a5537a992f add simple Python wrapper for Vector2d class 2016-11-21 22:01:34 +01:00
wmayer
b13efc182d fix -Wextra in MeshPart 2016-09-24 00:42:52 +02:00
wmayer
39e589a4d7 fix -Wextra in FreeCADBase 2016-09-21 15:02:02 +02:00
wmayer
87a079143e add comment to missing function in original PyCXX sources 2016-08-10 13:22:28 +02:00
wmayer
5f8fefdf1a upgrade PyCXX from v6.2.5 to v6.2.8 2016-08-10 11:55:23 +02:00
wmayer
c124fe115e fix -Wmismatched-new-delete 2016-08-10 10:04:37 +02:00
Yorik van Havre
29cadd9681 Patched PyCXX 6.2.5 with original FreeCAD changes made in 6.2.0 2014-09-24 18:19:26 -03:00
Yorik van Havre
97296606f6 Upgraded PyCXX to version 6.2.5 2014-09-24 18:19:25 -03:00
jriegel
d0d832896a Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
Conflicts:
	src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
a50743041b + fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized 2014-08-26 19:14:13 +02:00
jriegel
d46e0d0cb6 some type clearification 2014-08-21 17:59:33 +02:00
jriegel
b3be299994 Remove all hardcoded INT types out of PyCXX to make X64 warning free 2014-08-14 09:13:53 +02:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00