- Mar 18, 2021
-
-
Lars Bilke authored
Do the check right in the compiler job.
-
- Mar 17, 2021
-
-
Lars Bilke authored
[cmake] Removed ChemistryLib dependency in ProcessLib. See merge request ogs/ogs!3523
-
Lars Bilke authored
-
Lars Bilke authored
-
Tom Fischer authored
BaseLib interfaces See merge request ogs/ogs!3510
-
Lars Bilke authored
[web] Updated dev workflow and Conan usage See merge request ogs/ogs!3505
-
Lars Bilke authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The default precision of a Writer is set 10 digits anyway upon construction. The extra interface is also not needed, because the standard provided call 'precision' is doing already the same.
-
Dmitri Naumov authored
It is not private, so no underscores.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Since there are no invariants maintained by the XMLInterface nor is the access restricted, the public memeber serves same purpose with simpler implementation. Also fix variable naming.
-
Dmitri Naumov authored
BaseLib::Counter is used in single place only, so we can simplify that one place using MeshLib::Mesh local static counter.
-
Dmitri Naumov authored
Fix memory leaks in MeshLib See merge request ogs/ogs!3515
-
- Mar 16, 2021
-
-
Lars Bilke authored
-
Lars Bilke authored
--pm system is now the default.
-
Lars Bilke authored
-
Lars Bilke authored
Allows for configuring build with sources from archive download.
-
Lars Bilke authored
- The get the source code page now just references source code downloads as an archive. - The GitLab and fork set up has been moved to the development workflows section. - Added page on code review.
-
Lars Bilke authored
[A/IO/GocadIO] Gocadreader - Fix reading line if Gocad file is represented as CR+LF. See merge request !3460
-
extend help text have specified error message
-
Lars Bilke authored
cmake-format See merge request ogs/ogs!3518
-
Lars Bilke authored
-
Lars Bilke authored
-
Dmitri Naumov authored
In the getEdge()/getFace() calls a **new** element is created on the heap and that memory is unmanaged.
-
Dmitri Naumov authored
The original code would call Mesh's copy ctor leaving the returned by the readVTUFile() pointer undeleted at the end of the function.
-
Dmitri Naumov authored
Actual leak happens in Tests/MeshLib/TestRasterToMesh.cpp in lines 52, 75, etc. where convert() is called.
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Replace boost::any with std::any. See merge request ogs/ogs!3517
-
Lars Bilke authored
[ci] Enable mfront in serial container See merge request ogs/ogs!3508
-
- Mar 15, 2021
-
-
Dmitri Naumov authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Fixes #3117.
-
Dmitri Naumov authored
Rewrite deactivated subdomain extraction See merge request ogs/ogs!3511
-