Skip to content

Release 12: Cleanups

Latest
Compare
Choose a tag to compare
@EffinMaggie EffinMaggie released this 15 Jan 10:29
· 2 commits to master since this release

In this twelfth release of Curie, I've gone through all the aging sources and headers and updated the documentation format to be in line with the format I've been using for libefgy. Bugs in the makefiles have also been fixed, undocumented functions have been documented and some of the functions that were never implemented but exposed in the headers have been removed.

One new and noteworthy feature of the makefiles is that it is now possible to compile Curie and a Curie-based project, e.g. Duat, in the same context. To do so, simply check out a project like Duat as a subdirectory of the Curie repository, then use the 'make' command as usual. This is quite useful when trying to cross-compile the library and code depending on it, or whenever you just don't want to install the library for some reason.