- 18 Feb, 2016 1 commit
-
-
Marco Amagliani authored
Merge from dev/amaglim. Many fixes related to the test system. Added an interface for Ostreams and used it for the debug and test system. Also improved the checksum reports. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14067]
-
- 17 Feb, 2016 2 commits
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14054]
-
Marco Amagliani authored
unified method to log checksum. Removed file line in main report.txt. Increased test time limit to 20 minutes. Checksum format chages for ERROR and WARNING. Rebased all test accordingly. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14051]
-
- 16 Feb, 2016 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14046]
-
- 09 Feb, 2016 1 commit
-
-
Marco Amagliani authored
submission of test system improvements in the main branch. Now it is able to create a baseline for test execution. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13990]
-
- 02 Feb, 2016 2 commits
-
-
Marco Amagliani authored
test system. Little fix to force the link of file ChecksumLogValue.cc, In this way the checksums DEB_error and Time are restored. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13866]
-
Marco Amagliani authored
test system: change to redirect all output log files (reform_deb_out.txt, std::cerr and std::cout) to a unique file called out.log. Changed all references in the test sytem in such a way to use the new file. std::cerr and std::cout redirect to the new file, instead the debug system copies most of its output also on cerr, so the new file will contain mst of the information. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13865]
-
- 01 Feb, 2016 1 commit
-
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13850]
-
- 29 Jan, 2016 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13847]
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13842]
-
- 28 Jan, 2016 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13836]
-
Marco Amagliani authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13830]
-
- 20 Jan, 2016 1 commit
-
-
Martin Marinov authored
Added a simple wrapper for accessing system environment variables in Base, the getenv() function (inc in std::) are tagged as insecure. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13761]
-
- 14 Dec, 2015 1 commit
-
-
Martin Marinov authored
Integrated changes to unify the CoMISo source code base from the research branch. No behavior changes. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13637]
-
- 10 Dec, 2015 1 commit
-
-
Marco Amagliani authored
added t-spline out (jira72) and improved a bit the debug system in order to reuse functions. Also the debug output is now more clear becuase all debug files use the some numbering. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13609]
-
- 07 Dec, 2015 2 commits
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13559]
-
Martin Marinov authored
Merged changes from the research branch with fixes in QGP sanitization and motorcycle graph crash detection. See https://jira.autodesk.com/browse/REFORM-122 for more details. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 13557]
-
- 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]
-