This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Sep 09, 2014
-
-
Tom Fischer authored
The commit is a preparation to access GeoObject objects via the geometry name and the object name (patch name).
-
- Sep 08, 2014
-
-
Dmitri Naumov authored
Also remove the header StringTools.h everywhere. Add a previously missing sstream include in DateTools.cpp.
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is required for an upcoming application. It was already discussed in #89 and will come up with more changes as the application grows. So step by step all #includes will have the full paths prepended.
-
Karsten Rink authored
-
- Sep 02, 2014
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Sep 01, 2014
-
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
- Aug 11, 2014
-
-
Lars Bilke authored
There is no sense in testing the pointer against null, as the memory was allocated using the 'new' operator. http://www.viva64.com/en/d/0293/print/
- Jun 26, 2014
-
-
Karsten Rink authored
-
- Jun 11, 2014
-
-
Tom Fischer authored
-
Tom Fischer authored
Using pre increment to omit a copy.
-
Tom Fischer authored
Using the tol (tolerance) variable makes the code more readable.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
The until now implementation is not correct. Using Polygon::isPolylineInPolygon(), which is tested already.
-
Tom Fischer authored
Method will be used later on to check if a polyline is within the polygon.
-
Tom Fischer authored
-
Tom Fischer authored
Conflicts: GeoLib/AnalyticalGeometry.cpp
-
Tom Fischer authored
-
- Jun 06, 2014
-
-
Norihiro Watanabe authored
-
Tom Fischer authored
Renamed and slightly modified algorithm to make it more readable.
-
Tom Fischer authored
-
Tom Fischer authored
Impl. a new algorithm for checking if a point is within a triangle and removed old sources for this task.
-
- Jun 05, 2014
-
-
Tom Fischer authored
std::list::erase pre C++11 implementation does not take a const iterator. This commit can be reverted if Travis uses a newer version of gcc.
-
- Jun 04, 2014
-
-
Norihiro Watanabe authored
-
Tom Fischer authored
-
Tom Fischer authored
-