This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- 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
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Mar 13, 2014
-
-
Tom Fischer authored
Try to fix some failing tests on travis CI for Vector3 associated to default constructor of Vecor3.
-
- Mar 07, 2014
-
-
Tom Fischer authored
-
- Sep 09, 2013
-
-
-
Tom Fischer authored
-
Tom Fischer authored
Changed also - the data type that holds the coordinates from pure C array to std::array<T, DIM>, - the implementation of write() and read().
-
- Jul 24, 2013
-
-
Dmitri Naumov authored
-
- Feb 25, 2013
-
-
Tom Fischer authored
- Implemented class template GeoPoint (see GeoLib/Point.h) and substituted class templates in the typedef. - Some changes due to changed namespace in MathLib/Vector3.h and GeoLib/Color.h.
-
Tom Fischer authored
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Sep 12, 2012
-
-
Lars Bilke authored
-
- Jun 28, 2012
-
-
Lars Bilke authored
-