This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jun 09, 2021
-
-
spdlog is linked "public" in BaseLib. Reason is the violation of odr for some globals defined in the spdlog library. ==1540297==ERROR: AddressSanitizer: odr-violation (0x7f5ea9c9d020): [1] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp [2] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp These globals were registered at these points: [1]: #0 0x5614686e0dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f5e6cdbe7eb in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libMeshLib.so+0x17d37eb) [2]: #0 0x558bd62b6dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa) #1 0x7f831c7e54ab in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libBaseLib.so+0x89a4ab)
-
Dmitri Naumov authored
Data member is used only in constructor, no need to store it.
-
- Apr 06, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
Dmitri Naumov authored
-
- Mar 16, 2021
-
-
Lars Bilke authored
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Feb 16, 2021
-
-
Tom Fischer authored
-
- Feb 15, 2021
-
-
Lars Bilke authored
Are already called in `ogs_add_library()`.
-
Lars Bilke authored
Submodule commit b0bc24cfdda39b30145b1f6c2c84b801cd131fef was not available anymore in the master branch of ArashPartow/exprtk. The branch was maybe rebased? Used commit c7c219480d9678eec7383a4a99030683c4a84d91 instead (same commit date).
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
-
- Jan 04, 2021
-
-
Dmitri Naumov authored
-
Tom Fischer authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 23, 2020
-
-
Florian Zill authored
-
- Nov 05, 2020
-
-
wenqing authored
-
- Aug 03, 2020
-
-
Tom Fischer authored
Rename a the method from getNumberOfComponents() to getNumberOfGlobalComponents() in class LocalToGlobalIndexMap.
-
- Aug 01, 2020
-
-
Tom Fischer authored
-
- Jul 28, 2020
-
-
Dmitri Naumov authored
The error does not pop up when compiling a unity build.
-
- Jul 24, 2020
-
-
Dmitri Naumov authored
Allows usage of curves in Function type parameters.
-
- Jul 20, 2020
-
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 05, 2020
-
-
Dmitri Naumov authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
This reduces total build time. Only in BaseLib spdlog is linked public.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Mar 27, 2020
-
-
Lars Bilke authored
-
- Mar 24, 2020
-
-
- Feb 26, 2020
-
-
Dmitri Naumov authored
This is explicitly allowing the 2d coordinate system being given (contrary to the transformation<3> specialization).
-
- Feb 01, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Oct 15, 2019
-
-
Dmitri Naumov authored
Moving the code into cpp.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Aug 30, 2019
-
-
Dmitri Naumov authored
Adding a new function for parameter lookup of optional tags.
-
Dmitri Naumov authored
Simplifies creation of SpatialPosition object with multiple parts of it set simultaniously.
-
- Aug 20, 2019
-
-
Dmitri Naumov authored
-