Commit Graph

43 Commits

Author SHA1 Message Date
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
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
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
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
Daniel Girardeau-Montaut b01dc1af60 Proper handling of OMP 2015-08-18 21:01:09 +02:00
Daniel Girardeau-Montaut c028e56243 Compilation with Visual 2012 2015-08-07 13:59:55 +02:00
CloudCompare administrator ed9fd5d555 Merge pull request #1 from asmaloney/fix/openmp_build
Allow building without OpenMP
2015-07-29 08:05:03 +02:00
Andy Maloney e9685a8dda Allow building without OpenMP 2015-07-28 17:09:51 -04:00
Daniel Girardeau-Montaut 6ed1cbf4f2 Compilation on Linux 2015-07-24 19:22:39 +02:00
Daniel Girardeau-Montaut eeb865f15e Compilation with CloudCompare (https://github.com/cloudcompare/trunk) 2015-07-24 19:13:55 +02:00
mkazhdan 2e9c3fc6fa Removed DIMENSION 2015-07-24 10:54:10 -04:00
mkazhdan 3f4653e7de boundary update
Modified the implementation of dirichlet constraints to support more
general multigrid processing
2015-07-21 23:49:12 -04:00
mkazhdan fb6151d127 more readme edits V7.0 2015-07-21 22:27:27 -04:00
mkazhdan 7c06f80adf Read me update
Added figures and reference for the eagle model
2015-07-21 22:25:25 -04:00
mkazhdan 3443f30997 OpenMP modification
Disable openmp if no supported
2015-07-21 11:12:39 -04:00
mkazhdan 0a8804cd6d Merge pull request #4 from asmaloney/fixes/uninitialized_vars
Initialize some uninitialized vars
2015-07-21 11:00:23 -04:00
mkazhdan 0efc8d2053 Merge pull request #3 from asmaloney/fixes/memory_leaks
Fix several potential memory leaks in PlyFile.cpp
2015-07-21 10:58:00 -04:00
mkazhdan 85e597e11b Version 7.0 (Continued clean-up)
Extended SurfaceTrimmer to support colors
Consolidated color-wrapper
2015-07-21 10:07:22 -04:00
Andy Maloney ef20e14466 Initialize some uninitialized vars 2015-07-21 09:28:15 -04:00
Andy Maloney 4453d5d483 Fix several potential memory leaks in PlyFile.cpp 2015-07-21 09:26:27 -04:00
mkazhdan a9b508b188 Version 7.0
Pulled the .suo from the repo
Removed some warnings
2015-07-20 23:47:03 -04:00
mkazhdan 9bf6b043a4 Version 7.0
Removed unused code
2015-07-20 19:44:09 -04:00
mkazhdan 43a59c5e47 Version 7.0 (Readme)
Updated the description of the parameters supported by the executable.
2015-07-20 17:49:08 -04:00
mkazhdan d59a521763 Version 7.0
Added support for color extrapolation from the input.
Bug fix with SAMPLE_SCALE use.
2015-07-20 17:39:00 -04:00
mkazhdan 4d63950a12 Merge pull request #1 from cloudcompare/master
Ignore local Visual Studio files (suo/sdf/etc.) and build directories
2015-07-16 14:39:27 -04:00
Daniel Girardeau-Montaut b93470c7fd Memory leak caused by _strdup used to initialize a static member (memory is not released) 2015-07-16 12:15:41 +02:00
Daniel Girardeau-Montaut c01491c129 Ignore build directories and opensdf files 2015-07-16 12:06:43 +02:00
Daniel Girardeau-Montaut 2e45d1b4dc Rmove and ignore local Visual Studio files (suo/filters/sdf) 2015-07-16 12:05:15 +02:00
mkazhdan 15d6cd81c8 Initial Upload (Take 2) 2015-07-14 19:33:02 -04:00
mkazhdan 0e54b36214 Initial commit 2015-07-14 19:31:43 -04:00