<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/cmake, branch 0.6</title>
<subtitle>Ouroboros main repository</subtitle>
<id>https://ouroboros.rocks/cgit/ouroboros/atom?h=0.6</id>
<link rel='self' href='https://ouroboros.rocks/cgit/ouroboros/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/'/>
<updated>2017-04-07T10:14:09+00:00</updated>
<entry>
<title>build: Change compiler check output and update wrap</title>
<updated>2017-04-07T10:14:09+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-07T10:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=20d0532a4b1fd7568adf63654d023d782373873e'/>
<id>urn:sha1:20d0532a4b1fd7568adf63654d023d782373873e</id>
<content type='text'>
This removes some of the log messages spewed out during a check of a
compiler flag. It also makes the SWIG compiler flag for C99
independent of the compiler.
</content>
</entry>
<entry>
<title>build: Format CMakeLists.txt files</title>
<updated>2017-03-03T14:01:50+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-03-03T14:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=2852bb1bac8fcc111364d516c2bd31628ad264c7'/>
<id>urn:sha1:2852bb1bac8fcc111364d516c2bd31628ad264c7</id>
<content type='text'>
The CMakeLists files are now properly indented.
</content>
</entry>
<entry>
<title>lib, ipcp: Compile on Apple junk</title>
<updated>2016-08-30T19:44:34+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-08-30T12:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=04eb03136466a18d81511e7ccadf51c08faa8edb'/>
<id>urn:sha1:04eb03136466a18d81511e7ccadf51c08faa8edb</id>
<content type='text'>
Disables robust mutexes and clock attributes for condition variables
for compatibility with OSX (SUSv2). Implements clock_gettime and adds
some defines for OSX compatibility in time_utils.
</content>
</entry>
<entry>
<title>build: Fix wrong inclusion</title>
<updated>2016-07-26T12:37:20+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-07-26T11:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=3b1f3f57587bdb2b99934417033b24739fc0182d'/>
<id>urn:sha1:3b1f3f57587bdb2b99934417033b24739fc0182d</id>
<content type='text'>
The protobuf include directory was not being correctly handed to the
compiler when building. Now the include directory is added
project-wide. And the protobuf package is searched for only once.
</content>
</entry>
<entry>
<title>lib: Update irm.h API</title>
<updated>2016-03-28T12:43:16+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-03-28T12:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=a14d696bdbc72754e8019fa9579d5a338cc85a05'/>
<id>urn:sha1:a14d696bdbc72754e8019fa9579d5a338cc85a05</id>
<content type='text'>
Removes rina_name_t from that API. Passing ap_name and api_id as
params instead. The IRM tool has been updated accordingly. Some errors
in the build related to protobuf-c have also been resolved.
</content>
</entry>
<entry>
<title>build: Add protobuf-c commands for cmake</title>
<updated>2016-03-25T18:13:32+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-03-25T18:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=d37add0f20c93432c0b4c12866810c124a7a18ec'/>
<id>urn:sha1:d37add0f20c93432c0b4c12866810c124a7a18ec</id>
<content type='text'>
This adds a cmake file so that the build can ask to generate
protobuf-c files from .proto files. The messages between the IRM and
the library are compiled into the library.
</content>
</entry>
<entry>
<title>build: Require usage of C89</title>
<updated>2016-02-23T14:09:58+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-02-23T14:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=839c76c814a01e3852f5da1c4e294e8668e13c4f'/>
<id>urn:sha1:839c76c814a01e3852f5da1c4e294e8668e13c4f</id>
<content type='text'>
This requires the usage of the C89 standard for all source files. It
also fixes a wrong check for the compiler flags (was checking this for
CXX compiler instead of the C compiler).
</content>
</entry>
<entry>
<title>Initial build infrastructure</title>
<updated>2016-02-11T14:50:16+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@intec.ugent.be</email>
</author>
<published>2016-02-11T14:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://ouroboros.rocks/cgit/ouroboros/commit/?id=f78310f4886bad7029cc039971159ab7a97e00af'/>
<id>urn:sha1:f78310f4886bad7029cc039971159ab7a97e00af</id>
<content type='text'>
Contains the initial build infrastructure. Cmake was chosen for
portability reasons.
</content>
</entry>
</feed>
