<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/divesite.cpp, branch v4.7.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2015-10-30T17:36:48Z</updated>
<entry>
<title>Move all core-functionality to subsurface-core</title>
<updated>2015-10-30T17:36:48Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-09-02T23:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4c0156e3d51b389db8eccc3fa3da4b8f248f9b13'/>
<id>urn:sha1:4c0156e3d51b389db8eccc3fa3da4b8f248f9b13</id>
<content type='text'>
And adapt a new CMakeLists.txt file for it. On the way I've also
found out that we where double-compilling a few files. I've also
set the subsurface-core as a include_path but that was just to
reduce the noise on this commit, since I plan to remove it from
the include path to make it obligatory to specify something like

 include "subsurface-core/dive.h"

for the header files. Since the app is growing quite a bit we ended
up having a few different files with almost same name that did
similar things, I want to kill that (for instance Dive.h, dive.h,
PrintDive.h and such).

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Move the algorithm to divesite.cpp file</title>
<updated>2015-10-08T05:27:38Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2015-10-07T22:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2eed9c0b9b56a507cfeb6f387176f675643dd436'/>
<id>urn:sha1:2eed9c0b9b56a507cfeb6f387176f675643dd436</id>
<content type='text'>
This shouldn't be on the maintab.cpp, this file is already too convoluted.

[Dirk Hohndel: slightly refactored this commit and the next one to make
               the code actually work and make the split across the two
               commits more reasonable]

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
