This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- May 17, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Using (const) access functions in two cases of direct member access.
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 22, 2020
-
-
Tom Fischer authored
-
- Dec 14, 2020
-
-
Tom Fischer authored
This helps to omit const_casts when the point coordinates needs to be modified.
-
- Dec 03, 2020
-
-
Tom Fischer authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 15, 2017
-
-
Lars Bilke authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- May 30, 2016
-
-
Dmitri Naumov authored
Only istream is required here.
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Apr 21, 2016
-
-
Dmitri Naumov authored
-
- Apr 20, 2016
-
-
Dmitri Naumov authored
This avoids another half of the deprecated warnings associated with the implicit copy assignment in presence of user defined ctor.
-
Tom Fischer authored
Clang reports: warning: definition of implicit copy constructor for 'TemplatePoint<double, 3>' is deprecated because it has a user-declared destructor [-Wdeprecated]
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Aug 26, 2015
-
-
Dmitri Naumov authored
-
- Jul 31, 2015
-
-
Dmitri Naumov authored
-
- Jul 21, 2015
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Update documentation.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Extend the input to arbitrary TemplatePoint, but it is working only for TemplatePoint<double, 3> == Point3d for now.
-
Dmitri Naumov authored
The lexicographic comparison is now working for arbitrary TemplatePoint dimensions and underlying floating types.
-
- Jul 17, 2015
-
-
Dmitri Naumov authored
... into TemplatePoint header file.
-
- Jul 09, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
Using the removed constructor was insecure because there was neither a compile time check nor a run time check if the size of the C array holds enough data.
-
Tom Fischer authored
-
- Jun 04, 2015
-
-
Dmitri Naumov authored
-
- Jun 02, 2015
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- May 28, 2015
-
-
Norihiro Watanabe authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-