- 02 Dec, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13477]
-
- 20 Nov, 2015 1 commit
-
-
Martin Marinov authored
ReForm, QGP: Allow partial success project https://jira.autodesk.com/browse/REFORM-88 QuadMeshExtractorT<> now returns a list of all errors found during extract() instead of immediately throwing. ExportQuadMesh now analyses that list to decide whether to refine or throw. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13339]
-
- 17 Nov, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13314]
-
- 13 Nov, 2015 1 commit
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13287]
-
- 05 Nov, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13190]
-
- 03 Nov, 2015 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13176]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13175]
-
- 02 Nov, 2015 1 commit
-
-
Marco Amagliani authored
https://jira.autodesk.com/browse/REFORM-57 [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13163]
-
- 28 Oct, 2015 1 commit
-
-
Marco Amagliani authored
DEB_module has become dummy in order to avoid to have static variables. This is especially bad if a file is included in another file. In such a case it was possible to have static variables defined twaice in the same compilation unit. There is also some code cleaning to remove mistakes (like test if this == 0) and to remove files that are no more used. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13135]
-
- 14 Oct, 2015 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13024]
-
Martin Marinov authored
Replaced the ReForm::Outcome based exception object with Base/COMISO/IGM/ReForm::Error. This allow ReForm-independent compilation and usage of Base/COMISO/IGM. Also improved exception throwing in general, including safety, readibility, debugging, etc. No behavior changes. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13023]
-
- 08 Oct, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12987]
-
- 07 Oct, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12977]
-
- 10 Aug, 2015 1 commit
-
-
Martin Marinov authored
ReForm, TSpline: Changed the boundaries of the produces T-Spline surfaces to use exclusively NURBS-style creases instead of Subd-style (or mixed). There are still some cases when the FnRepair::prepareForDocument will replace NURBS with Subd-creases. This is the next issue to fix. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12590]
-
- 14 Jul, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12332]
-
- 11 Jun, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12130]
-
- 15 May, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11981]
-
- 13 Mar, 2015 1 commit
-
-
Ian Bell authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11603]
-
- 02 Mar, 2015 1 commit
-
-
Ian Bell authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11457]
-
- 27 Feb, 2015 1 commit
-
-
Ian Bell authored
SECURITY. KLOCWORK. Some passive changes suggested by Klockwork, maintly declaration only of private copy constructors and assignment operators to inhib it bitwise copying of classes which deallocatwe on desctruction. No achanges to code image anticipated with this CL. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11443]
-
- 19 Feb, 2015 2 commits
-
-
Martin Marinov authored
Improved various features in the debugging system; added dump of feature edges, and selected faces and vertices. Changed some debugging code in the CrossFieldT. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11424]
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11423]
-
- 16 Feb, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11414]
-
- 29 Jan, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11293]
-
- 22 Jan, 2015 4 commits
-
-
Martin Marinov authored
Moved and Rafactored StopWatch to Base/Utils. Added DEB_time_func and DEB_time_session macros in a new header Base/Debug/DebTime.hh [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11256]
-
Martin Marinov authored
ReForm, Security: Mandatory.hh is now enforcing warning 4995 as error, which causes its detection regardless of the set warning level. A few other changes have been added to accomodate this and also expanded Prepare.cc to include Mandatory.hh. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11255]
-
Martin Marinov authored
ReForm, Security: Patched the VC11 standard headers to disable warning 4995 for banned.h compatibility. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11253]
-
Martin Marinov authored
ReForm, Security: Added the VC11 standard headers that are going to be patched to disable warning 4995 for banned.h compatibility. Changed the global CMake project file to add the include folder with these files before any other compilation options. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11252]
-
- 21 Jan, 2015 1 commit
-
-
Martin Marinov authored
Reverting changes to include Mandatory.hh in all sources. Removed all insecure header includes from Mandatory.hh. Secured TriToQuadMesh.cc up to external header level. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11238]
-
- 20 Jan, 2015 2 commits
-
-
Ian Bell authored
SECURITY. BANNED.H++ . Edited Mandatory.hh to force deprecation of strlen() etc. This makes ReForm banned.h++ compliant , apart from #included GMM, OpenMesh, and Eigen headers which use memcpy() and strlen(). [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11233]
-
Ian Bell authored
REFORM SECURITY. Added DIS/ENABLE_BANMNED_COPMPLIANCE macros and some warning disable progmas to Mandatory.hh [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11227]
-
- 16 Jan, 2015 1 commit
-
-
Martin Marinov authored
Added InputMesh and related classes to the Design interface. ReFactored some common exception handling code and types. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 11211]
-
- 24 Nov, 2014 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10999]
-
- 12 Nov, 2014 3 commits
-
-
Ian Bell authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10865]
-
Ian Bell authored
BANNED.H Added Base/Security/Mandatory.hh header for #inclusion of baneed.h and any other necessary Security headers. #include <Base/Security/Mandator.hh> will be added to every ReForm .cc file in a future CL. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10864]
-
Ian Bell authored
DEBUG. Added empty DEB_SHOW placeholding source files to ReForm project. Added std::vector streamer to DEB_out. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10863]
-
- 27 Oct, 2014 1 commit
-
-
Ian Bell authored
DEBUG. Removed residual DEB_mesh_out definition from DebOut.hh. Simplified other DEB_out macros to DEB_out_if(true,... . Corrected a bug in is_html_filename() pertaining to paths containing . . [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10767]
-
- 08 Oct, 2014 1 commit
-
-
Ian Bell authored
REFORM DEB_OUT. Fixed some potential bugs with nullptr filenames and added a string_out() method to DebStream (not currently exploited). [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10656]
-
- 02 Oct, 2014 1 commit
-
-
Ian Bell authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10606]
-
- 18 Sep, 2014 1 commit
-
-
Ian Bell authored
DEB_out. Fixed issue with missing "WARNING" and line feed in warning messagss. Made DEB_error text red in HTML, but not BLINKing as such is deprecated HTML sadly. Added DEB_set_double_format() DebController mechanism. Renamed two callstack indent() functions get_indent() for clarity. Some cosmetic refactoring in accordance with ReForm coding standard (param names). [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10527]
-