summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2015-01-02Moved NodeTest to model folderAndreas Stöckel
2015-01-02Moved Node class to model folderAndreas Stöckel
2015-01-02Added new header containing definitions for the event systemAndreas Stöckel
2015-01-02added test/ directory to include path for unit testsAndreas Stöckel
2015-01-01Added new Terminal class to CMakeLists.txtAndreas Stöckel
2014-12-21allowing to store Function objects in Variants, added simple unit test for ↵Andreas Stöckel
the Method class
2014-12-21First draft of book domain example and slight changes to the book domain: ↵Benjamin Paassen
_all_ structuredclasses are listed in the domain now and StructuredClasses that are allowed at the root level have a root flag.
2014-12-21moved Rtti from managed to common folder, added Function headerAndreas Stöckel
2014-12-20Variants can now store references to managed objects and act as a Rooted handleAndreas Stöckel
2014-12-20Renamed ManagedType class to Rtti to make naming less confusing, implemented ↵Andreas Stöckel
easier to use Rtti clas
2014-12-20working on Typesystem docu and unit testsAndreas Stöckel
2014-12-18Hopefully implemented a working version of the Domain resolve mechanism.Benjamin Paassen
2014-12-17noticed that Andreas did already implement Cardinality in form of the ↵Benjamin Paassen
RangeSet. Removed my own attempts at programming the Cardinality and used his code.
2014-12-17First draft of Cardinality. There are still semantic improvements to be ↵Benjamin Paassen
made, though.
2014-12-16Document.hpp does compile now. Further Tests are needed.Benjamin Paassen
2014-12-16Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/CMakeLists.txt
2014-12-16changed paths to new location of the Managed class, adapted NodeVector and ↵Andreas Stöckel
NodeMap to the slightly changed conditions in the Node class
2014-12-16added possibility to register a ManagedType for a class derived from ↵Andreas Stöckel
Managed, improved Managed readData function
2014-12-15Improved ManagedContainer classesAndreas Stöckel
2014-12-15finished first version of Domain.hpp, which compiles now.Benjamin Paassen
2014-12-13started to refactor Managed packageAndreas Stöckel
2014-12-12first attempt on domain formalization.Benjamin Paassen
2014-12-12Added new version of Typesystem in cooperation with Andreas.Benjamin Paassen
2014-12-11registered boost unit test, updated dependencies.txtAndreas Stöckel
2014-12-11Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-11First draft. Tested search path adding mechanism.Benjamin Paassen
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-10added test for ResourceLocator Registry integration.Benjamin Paassen
2014-12-10integrated ResourceLocator into the Registry.Benjamin Paassen
2014-12-09got a trivial version of the ResourceLocator to work.Benjamin Paassen
2014-12-09First draft of ResourceLocator. The stream method is not working yet. Thus I ↵Benjamin Paassen
did comment out the compiler commands for the new classes.
2014-12-08added first unit test for the Buffer classAndreas Stöckel
2014-12-08first (untested) version of the new buffer classAndreas Stöckel
2014-12-05added string reading functions of the Reader classAndreas Stöckel
2014-12-05removed fatal flag from LoggableException, added constructor capable of ↵Andreas Stöckel
using a PosType
2014-12-05fixed conflictAndreas Stöckel
2014-12-05changes to CMakeListAndreas Stöckel
2014-12-05refactored CSSParser into plugins.Benjamin Paassen
2014-12-04added test code for the CSS Parser (at least for selectors). This fails, ↵Benjamin Paassen
however, for some reason with the Manager. This is a topic for tomorrows session.
2014-12-04implemented CSSParser for selectors. The code compiles. Tests are still ↵Benjamin Paassen
needed, though and there are some TODOs left.
2014-12-03Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-12-03temporarily removed mozjs bindingAndreas Stöckel
2014-12-02Refactored CSS object structure into an own header file and added additional ↵Benjamin Paassen
documentation.
2014-12-02added new unit test for the Variant class and fixed some bugsAndreas Stöckel
2014-12-02added revamped variant typeAndreas Stöckel
2014-12-01working version of the ParserStack class plus unit testsAndreas Stöckel
2014-11-30backupAndreas Stöckel
2014-11-27started to implement xml parser as part of a very generic parser framework ↵Andreas Stöckel
which can be used for all Ousia format parsers
2014-11-23imlemented Logger, TerminalLogger, OusiaException, LoggableExceptionAndreas Stöckel
2014-11-21working on Logger and TypesystemAndreas Stöckel