<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tng/src/compression, branch master</title>
<subtitle>TNG fork to include HRTC</subtitle>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/'/>
<entry>
<title>Made function arguments const where relevant.</title>
<updated>2014-12-08T13:35:27Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-12-04T16:05:42Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=b6c0fbcbb224c894eb90cc920c6ecb8e8d48e66a'/>
<id>b6c0fbcbb224c894eb90cc920c6ecb8e8d48e66a</id>
<content type='text'>
Change-Id: I5b196b57976c8c718b079336a805188ccb03ef4b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5b196b57976c8c718b079336a805188ccb03ef4b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compiler warnings.</title>
<updated>2014-12-03T08:29:35Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-12-03T08:29:35Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=db972bad9178b95ee16110de186074476579bf89'/>
<id>db972bad9178b95ee16110de186074476579bf89</id>
<content type='text'>
Change-Id: I548a5f0a5d0e79777d96474b46a29c4caf5c416e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I548a5f0a5d0e79777d96474b46a29c4caf5c416e
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused variable to fix warning.</title>
<updated>2014-08-22T06:59:39Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-08-22T06:59:39Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=8f1b8df3eac919d70c9351e09bebf52f885e6624'/>
<id>8f1b8df3eac919d70c9351e09bebf52f885e6624</id>
<content type='text'>
Change-Id: Ia76980317ee4d892ac0614ce43053cb6780a7ea2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia76980317ee4d892ac0614ce43053cb6780a7ea2
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved TNG compression speed.</title>
<updated>2014-07-23T22:17:52Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-07-21T13:56:54Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=1a09f345860834fb1c2005e65948fa296b201e8b'/>
<id>1a09f345860834fb1c2005e65948fa296b201e8b</id>
<content type='text'>
Change-Id: I71c66c6b534cb402048dcd75e008d3db4bd3fb71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I71c66c6b534cb402048dcd75e008d3db4bd3fb71
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 1.6 of the TNG library.</title>
<updated>2014-06-26T14:27:36Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-06-22T14:24:43Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=ba9aea42b01c0563e0ff0a886999daeaf6b570a7'/>
<id>ba9aea42b01c0563e0ff0a886999daeaf6b570a7</id>
<content type='text'>
Added functions to get the version of the header and the
library.

Improved version control of the library using CMake config and
version files.

Changed tng_util_frame_current_compression_get() return type
to double before the API is widely circulated (no release
has been made since that function was added).

Compiling compression functions into the tng_io library.

Uses BuildTNG.cmake instead of including add_subdirectories.

Change-Id: I5e4818736fb2632c06ca7df8e84ce9544bf2acaf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added functions to get the version of the header and the
library.

Improved version control of the library using CMake config and
version files.

Changed tng_util_frame_current_compression_get() return type
to double before the API is widely circulated (no release
has been made since that function was added).

Compiling compression functions into the tng_io library.

Uses BuildTNG.cmake instead of including add_subdirectories.

Change-Id: I5e4818736fb2632c06ca7df8e84ce9544bf2acaf
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CMAKE_INSTALL_LIBDIR as location for installation.</title>
<updated>2014-06-19T14:07:47Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-06-19T14:07:47Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=31f7e13260247c02eb820ebd0be61155d2985e01'/>
<id>31f7e13260247c02eb820ebd0be61155d2985e01</id>
<content type='text'>
Change-Id: If2b6ffad5cec9dd687afcbe1ce4c11bbc62c88fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If2b6ffad5cec9dd687afcbe1ce4c11bbc62c88fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhancements to CMake usage</title>
<updated>2014-06-16T13:52:30Z</updated>
<author>
<name>Mark Abraham</name>
<email>mark.j.abraham@gmail.com</email>
</author>
<published>2014-06-16T09:53:30Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=4019fd9081241aca8a054252fcb5654297888a38'/>
<id>4019fd9081241aca8a054252fcb5654297888a38</id>
<content type='text'>
These changes mostly address being able to use fully-constructed
source-file targets in GROMACS, e.g. to construct an object
library. Thus compilation properties are moved onto the source files,
rather than the library into which they are linked.

Removed unnecessary library properties

Made it easier to handle lists of source files in non-repetitious
ways.

Change-Id: I01a4a56ba8a8d45ba02d95d08c948b9ca5015013
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes mostly address being able to use fully-constructed
source-file targets in GROMACS, e.g. to construct an object
library. Thus compilation properties are moved onto the source files,
rather than the library into which they are linked.

Removed unnecessary library properties

Made it easier to handle lists of source files in non-repetitious
ways.

Change-Id: I01a4a56ba8a8d45ba02d95d08c948b9ca5015013
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some clang warnings.</title>
<updated>2014-02-11T15:36:13Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-02-11T15:36:13Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=cc47950e84ed4c0a3d0a32d98bb3da0080467278'/>
<id>cc47950e84ed4c0a3d0a32d98bb3da0080467278</id>
<content type='text'>
Change-Id: I7463cab38975107cfff102434c525233ed996563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7463cab38975107cfff102434c525233ed996563
</pre>
</div>
</content>
</entry>
<entry>
<title>Use relative paths for includes.</title>
<updated>2014-01-14T08:06:39Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2014-01-14T08:06:39Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=951d5a3f6052de96220c190280d6e20fb22ada46'/>
<id>951d5a3f6052de96220c190280d6e20fb22ada46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed from LGPL 2.1 license to the Revised BSD license.</title>
<updated>2013-11-04T13:41:42Z</updated>
<author>
<name>Magnus Lundborg</name>
<email>lundborg.magnus@gmail.com</email>
</author>
<published>2013-11-04T13:41:42Z</published>
<link rel='alternate' type='text/html' href='http://code.sotun.de/git/tng/commit/?id=65443992d81a8845ba3597620d84e8652e83a254'/>
<id>65443992d81a8845ba3597620d84e8652e83a254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
