- 07 Dec, 2015 1 commit
-
-
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 1 commit
-
-
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]
-
- 14 Jul, 2015 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 12332]
-
- 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]
-
- 22 Jan, 2015 1 commit
-
-
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]
-
- 12 Nov, 2014 1 commit
-
-
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]
-
- 17 Sep, 2014 1 commit
-
-
Martin Marinov authored
[git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10521]
-
- 11 Sep, 2014 1 commit
-
-
Ian Bell authored
Added recommeded system stream piping sysntax to quad_mesher_debug_options.txt. No changes to ReForm performance other than DEB_out. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10483]
-
- 10 Sep, 2014 1 commit
-
-
Ian Bell authored
DEB_out. Changed module name for CrossField folder from CFLD to FELD so as to better distinguish from Curvature folder CURV module name. Some minor tidies and corrections to IGM DEB_out. Wider indenting in .txt DEB_out. Added navigable hover-texted summary call-stack indent texts and module colour coded text to .htm DEB_out. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10476]
-
- 08 Sep, 2014 1 commit
-
-
Ian Bell authored
DEB_out. General tidy of DEB_out code replacing DebStream::Impl with new DebFile class. Added DEB_ON enabling macro definition to Cmakelists.txt (currently defined in both Release and Debug builds). Added DEB_module() and some four-letter module declarations. Added call stack based hyperlinks and pop-up texts for HTML deb out. Added new DebUtils.hh header The only change to IGM and CoMISo code in this CL is addition of DEB_module() statements. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10466]
-
- 01 Sep, 2014 1 commit
-
-
Ian Bell authored
DEBUG. Increased build warning level to \W4. Added some missing linefeeds to new DEB_out streaming. Raised level of TRACE_GUROBI_INPUT deb out to 7 and decerased default DEB_out level to 5 so as to redisable this output by default. No behaviour changes anticipated other than changed DEB_out content. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10448]
-
- 29 Aug, 2014 1 commit
-
-
Ian Bell authored
DEBUG. Added new Base project currently conmtaininging just DebOut.hh and DebStream.cc implementing DEB_enter_func, DEB_out, DEB_warning, and DEB_error (together with _if varients) and replaced a large number (not all) of std::cerr and std::cout measage streaming with DEB_out, DEB+warning, or DEB_error as appropriate, All such text is currently piped to std::cerr in both Release and Debug builds, but this will probably be changed in a future CL. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 10440]
-