Commit Graph

76 Commits

Author SHA1 Message Date
Daniel Girardeau-Montaut 6065cf280f Merge remote-tracking branch 'paolokillerchanges/master' 2016-11-04 18:42:57 +01:00
Daniel Girardeau-Montaut 1418a8eb3a Merge remote-tracking branch 'upstream/master' 2016-11-04 18:02:54 +01:00
mkazhdan 03604f92a9 V 9.01
Added float64 fix to PlyFile.cpp
2016-11-01 01:56:20 -04:00
mkazhdan 8f00795814 Version 9.01
Reverted density estimation
2016-11-01 00:55:04 -04:00
Paolo Cignoni 120d8c0fb4 Updated the pro to allow the use of openmp on mac 2016-10-17 23:13:29 +02:00
Paolo Cignoni 00a4c16015 Added omp guards, added a this-> as a workaround to a clang error 2016-10-13 16:52:12 +02:00
Paolo Cignoni ee498b71c3 Merge commit 'e12fe56c44d4754f8c7a31c0f697d074fb37ce5a' 2016-10-13 16:10:43 +02:00
Paolo Cignoni 042a6ed600 removed a -fopenmp from the pro (not supported by OS X clang...) 2016-10-13 16:01:06 +02:00
Daniel Girardeau-Montaut 177cbffb29 - the boundary limit condition can now be specified (free / Dirichlet / Neumann)
- several parameters removed (not used anymore)
2016-09-29 14:17:22 +02:00
Daniel Girardeau-Montaut 9d6b441b36 inclusion of omp.h is now protected by #ifdef _OPENMP 2016-09-29 13:17:19 +02:00
Daniel Girardeau-Montaut 31c7497cc6 CC wrapper updated to work with the new version of PoissonRecon 2016-09-29 12:52:52 +02:00
Daniel Girardeau-Montaut 82f045640c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	Src/MultiGridOctreeData.WeightedSamples.inl
#	Src/MultiGridOctreeData.inl
2016-09-28 21:23:45 +02:00
mkazhdan e12fe56c44 Removed Win32 options from the solution file 2016-09-19 20:24:08 -04:00
mkazhdan b63879374d Updated project files
To support "debug" mode.
2016-09-19 20:17:26 -04:00
mkazhdan 87422dd9fa minor modifications 2016-09-18 00:15:36 -04:00
mkazhdan 2e1cb5938d minor modifications 2016-09-18 00:14:37 -04:00
mkazhdan a27d2f8ced minor modifications 2016-09-18 00:12:58 -04:00
mkazhdan 9c3c1f8704 Version9.0 2016-09-17 23:31:32 -04:00
Daniel Girardeau-Montaut 8d44e76fe9 License headers updated 2016-07-30 14:57:19 +02:00
CloudCompare administrator 462bba4d99 Merge pull request #6 from ORNis/GCC_5
Add std namespace
2016-05-01 14:13:51 +02:00
Romain Janvier b1e93614d7 Add std namespace 2016-05-01 13:51:22 +02:00
Daniel Girardeau-Montaut c007b14a5e Compilation with Visual 2010 2016-01-16 11:26:55 +01:00
Daniel Girardeau-Montaut b1eb9b4a18 Merge remote-tracking branch 'upstream/master' 2016-01-16 11:24:44 +01:00
mkazhdan 69f5f9e1cd removed .bat file 2015-12-29 11:00:46 -05:00
Paolo Cignoni 4d1840be94 Merge branch 'mkazhdan/master'
# Conflicts:
#	Src/SparseMatrix.inl
2015-12-17 08:06:41 +01:00
CloudCompare administrator 0e2fc97dc4 Merge pull request #5 from ORNis/master
Clang compilation
2015-11-24 13:39:33 +01:00
Romain Janvier 5dc8e3c788 Clang compilation 2015-11-24 14:04:47 +01:00
CloudCompare administrator cfadc3a518 Merge pull request #4 from ORNis/master
**Really** fix the compilation error with gcc
2015-11-20 13:29:35 +01:00
Romain Janvier 1c954b68b5 *Really* fix error with gcc 2015-11-20 12:14:24 +01:00
Paolo Cignoni 2d19b35a4c Merge branch 'mkazhdan/master'
# Conflicts:
#	Src/SparseMatrix.inl
2015-11-19 17:29:53 +01:00
CloudCompare administrator dd853c492d Merge pull request #3 from ORNis/patch-1
Compile with GCC
2015-11-13 14:47:01 +01:00
Romain Janvier 6448479ab6 Compile with GCC
...and some 💄
2015-11-13 11:40:59 +01:00
Daniel Girardeau-Montaut 4cece4928d Merge remote-tracking branch 'origin/master' 2015-11-13 09:16:52 +01:00
Daniel Girardeau-Montaut 2f3d5d2283 Merge remote-tracking branch 'upstream/master' 2015-11-13 09:16:20 +01:00
mkazhdan c056c7db40 Memory Access Out of Bounds Fix
Added a necessary check to avoid out-of-bounds memory access. (Bug
caught by Daniel G.)
2015-11-12 22:30:11 -05:00
mkazhdan 6ba265b78f Bug fix for clang compilation
Thanks to cignoni for catching these
2015-11-12 14:24:09 -05:00
Daniel Girardeau-Montaut b43b83028c Typo 2015-11-12 11:57:34 +01:00
Paolo Cignoni 9b2a851792 Two small changes to allow compilation.
* _DepthAndOffset require node
*  diagonal is a pointer
2015-11-12 10:53:24 +01:00
Daniel Girardeau-Montaut 14e696f9e3 PoissonReconWrapper updated to compile with PoissonRecon V8
+ B-spline degree defaulted to 2 for now
+ compilation with VS2012 and older
2015-11-12 10:20:47 +01:00
Daniel Girardeau-Montaut cdfb894961 Merge remote-tracking branch 'upstream/master' 2015-11-12 09:17:20 +01:00
Paolo Cignoni 4a679f297f Merge remote-tracking branch 'mkazhdan/master' 2015-11-11 19:55:04 +01:00
Daniel Girardeau-Montaut 98de8750d6 Syntax fix (isfinite is defined locally at the beginning of the file) 2015-11-10 17:50:26 +01:00
CloudCompare administrator 0765190d11 Merge pull request #2 from luca-penasa/fixstd
missing std:: was preventing compilation on linux
2015-10-20 13:57:53 +02:00
Luca@adso 6e813010a6 missing std:: was preventing compilation on linux 2015-10-20 11:50:18 +02:00
mkazhdan c1996e6cff Reverting to Degree 2 for normal field 2015-10-12 13:23:36 -04:00
mkazhdan 7f64494155 Updated the readme 2015-10-12 10:08:01 -04:00
mkazhdan 18e6e96827 Version 8.0
Modified the code to support use of different order B-splines
2015-10-12 10:05:38 -04:00
Paolo Cignoni 5a77c9015c Merge remote-tracking branch 'mkazhdan/master' 2015-10-08 09:53:31 +02:00
Daniel Girardeau-Montaut 2ad370a004 Syntax 2015-08-21 10:51:55 +02:00
Daniel Girardeau-Montaut dba2c8fbba Proper handling of OMP (unused variable removed) 2015-08-18 21:21:58 +02:00