Max Lyon
45f3b8187d
enable more c++11 features for Visual Studio 2013
2017-04-25 16:03:19 +02:00
Isaak Lim
5b9326a0dd
fix the stripping of the python libs version string where
...
subsequent numbers after 'rc' (release candidate) were not matched correctly
2017-01-31 09:39:17 +01:00
Alexander Dielen
8dc194e8f1
Merge branch 'master' into 'BuildPythonWindows'
...
# Conflicts:
# src/Python/Vector.hh
2016-09-16 12:54:51 +02:00
Alexander Dielen
f90c6da1b8
Made member function pointer types explicit. This gets rid of a preprocessor conditional and sidesteps a bug in msvc.
2016-08-23 21:56:15 +02:00
Alexander Dielen
c8c51626df
Added link directories and log file.
2016-08-14 13:22:18 +02:00
xan
8445bad3c3
Fix undefined MSVC macro warning
2016-08-14 09:21:31 +02:00
Alexander Dielen
1d043197b1
fixed dangling pointer
2016-01-13 13:58:48 +01:00
Jan Möbius
0cf33e922a
Merge branch 'Python-Decimater' into 'master'
...
Python decimater
See merge request !38
2015-12-15 13:55:28 +01:00
Jan Möbius
688973ebb8
Missing memory include in python bindings
...
(cherry picked from commit d4a361aa61d014c97ff540c1145a709c158f6c25)
2015-11-30 13:14:33 +01:00
Martin
e6967dfe8b
reduced includes by means of static code analysis
2015-11-30 09:48:42 +01:00
Janis Born
d5612f16a0
Python bindings: add C++11 compilation switch for cross product
2015-11-25 15:30:57 +01:00
Janis Born
4ef152ac2e
Python bindings: move definition of dot product to generic implementation
2015-11-25 15:16:41 +01:00
Janis Born
b8d304a453
use correct ifdefs for VS2015
2015-11-25 14:53:00 +01:00
Janis Born
32d46c239a
fix linker error
2015-11-25 14:42:37 +01:00
Janis Born
265ff391e8
fix c++98 compatibility for Python bridge to VectorT
2015-11-25 14:17:06 +01:00
Jan Möbius
3723088081
Fixed template >> missing space
2015-11-23 17:00:06 +01:00
Hans-Christian Ebke
2899984ed9
C++11: Fixed OpenMesh Python bindings.
2015-11-19 15:42:39 +01:00
Hans-Christian Ebke
e966c351b4
Fixed VectorT python wrapper.
2015-11-18 15:52:32 +01:00
Alexander Dielen
016848f102
Exposed the progressive mesh module.
2015-11-05 18:20:02 +01:00
Alexander Dielen
04662a96d5
Exposed parts of the decimater framework.
2015-11-03 14:09:21 +01:00
Jan Möbius
35a163a752
Install target missing for python bindings
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1298 fdac6126-5c0c-442c-9429-916003d36597
2015-06-24 12:35:29 +00:00
Jan Möbius
23fb3781d4
Extended vector test for operator ==
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1277 fdac6126-5c0c-442c-9429-916003d36597
2015-06-08 13:43:05 +00:00
Isaak Lim
fddf79f1a3
Alexander Dielen:
...
- updated the tutorial with further information on how to build the python bindings
- updated the cmake file so that cmake finds boost python installations with the names python2 and python3
- fixed a cmake warning on os x (Policy CMP0042: MACOSX_RPATH)
- fixed a bug in the unit test test_add_face.py
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1237 fdac6126-5c0c-442c-9429-916003d36597
2015-03-09 16:39:11 +00:00
Isaak Lim
81a7ee7341
windows specific fix for finding and testing the boost python configuration
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1219 fdac6126-5c0c-442c-9429-916003d36597
2015-02-09 10:20:39 +00:00
Isaak Lim
c1da4db775
don't require boost-python
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1216 fdac6126-5c0c-442c-9429-916003d36597
2015-02-03 10:27:12 +00:00
Isaak Lim
0d4abeb2c3
strip pythonlibs version string of possible other characters than 0-9 and . (e.g. '+')
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1215 fdac6126-5c0c-442c-9429-916003d36597
2015-02-03 10:23:06 +00:00
Jan Möbius
cc08cfa957
Fixed python inclusion of example
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1175 fdac6126-5c0c-442c-9429-916003d36597
2014-09-16 14:56:01 +00:00
Jan Möbius
8a19cd851e
Python source
...
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1171 fdac6126-5c0c-442c-9429-916003d36597
2014-09-16 11:15:13 +00:00