- 16 Aug, 2017 1 commit
-
-
Max Lyon authored
-
- 26 Jul, 2017 1 commit
-
-
Martin Marinov authored
Replace thread_local with a new macro BASE_THREAD_LOCAL. Set this macro to selectively disable thread_local on platforms that don't support it correctly, e.g., Xcode < 8, and gcc < 4.8.3. Progress now uses BASE_THREAD_LOCAL instead of thread_local.
-
- 22 Jun, 2017 1 commit
-
-
Martin Marinov authored
-
- 16 Jun, 2017 1 commit
-
-
Martin Marinov authored
-
- 20 Feb, 2017 1 commit
-
-
Martin Marinov authored
-
- 13 Sep, 2016 1 commit
-
-
Marco Amagliani authored
Fixes the LocaleSession in such a way to restore the C locale even if the global C++ locale does not have a named. It fixes REFORM-388 and test locale_001.cc.
-
- 09 Aug, 2016 1 commit
-
-
Martin Marinov authored
-
- 28 Jul, 2016 1 commit
-
-
Martin Marinov authored
-
- 27 Jul, 2016 1 commit
-
-
Martin Marinov authored
-
- 20 Jul, 2016 1 commit
-
-
Marco Amagliani authored
-
- 19 Jul, 2016 2 commits
-
-
Martin Marinov authored
-
Martin Marinov authored
-
- 27 Jun, 2016 1 commit
-
-
Max Lyon authored
-
- 16 Jun, 2016 1 commit
-
-
Martin Marinov authored
-
- 14 Jun, 2016 1 commit
-
-
Martin Marinov authored
-
- 07 Jun, 2016 1 commit
-
-
Max Lyon authored
-
- 31 May, 2016 1 commit
-
-
Max Lyon authored
-
- 24 May, 2016 2 commits
-
-
Max Lyon authored
-
Martin Marinov authored
-
- 23 May, 2016 1 commit
-
-
Martin Marinov authored
Added Base::IOutputStream::print() function for arrays and redirected existing array-stream functions to it due to some reported issues with array streaming,
-
- 16 May, 2016 1 commit
-
-
Martin Marinov authored
-
- 13 May, 2016 1 commit
-
-
Martin Marinov authored
Fixed a bug in BASE_THROW_ERROR_TODO_if; Moved LocaleSession to System::Environment. Changed LocaleSession to use std::locale::global() instead of ::set_locale().
-
- 06 Apr, 2016 3 commits
-
-
Martin Marinov authored
-
Max Lyon authored
-
Max Lyon authored
-
- 23 Mar, 2016 2 commits
-
-
Marco Amagliani authored
Added support for curve journaling. The two types of curves supported so far are now able to save and load. Save and load uses a json format.
-
Max Lyon authored
-
- 16 Mar, 2016 2 commits
-
-
Martin Marinov authored
Removed license notes in Autodesk-developed files according to the legal guidelines. This formally transfers the (C) for these files to VCI-RWTH and allows VCI to choose the license under which to distribute them.
-
Martin Marinov authored
Removed license notes in Autodesk-developed files according to the legal guidelines. This formally transfers the (C) for these files to VCI-RWTH and allows VCI to choose the license under which to distribute them.
-
- 15 Mar, 2016 1 commit
-
-
Martin Marinov authored
-
- 10 Mar, 2016 1 commit
-
-
Martin Marinov authored
Bug fix to CodeLink output where in the function name was streamed before the rest of the intended output in the Debug system. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14229]
-
- 08 Mar, 2016 1 commit
-
-
Marco Amagliani authored
performance improvement. The debug system added a meaningful slowdown for test exectution storing the call stack. This submission avoids some useless memory allocation and improves meaningfully the test speed. Fixes https://jira.autodesk.com/browse/REFORM-188 . [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14211]
-
- 23 Feb, 2016 1 commit
-
-
Marco Amagliani authored
1. improvements in ERROR and warning checksum, with an apprpriate description of the error and of the differences. 2. New layout for difference report, that provides an faster way to see differences between testsrun. 3. Improved the internal test architecturesuing a new virutal interface for all kind of streams. 4. Use of string to pass data to parse insde the test sytem (instead of streams). 5. Improved documentation. This takes all changes submit in dev/amaglim between CL14056 and CL14114. [git-p4: depot-paths = "//ReForm/ReForm/main/Base/": change = 14114]
-
- 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]
-
- 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]
-
- 27 Jan, 2016 1 commit
-
-
Max Lyon authored
-
- 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]
-
- 18 Dec, 2015 2 commits
-
-
Jan Möbius authored
-
Max Lyon authored
-
- 17 Dec, 2015 1 commit
-
-
Max Lyon authored
-