index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
model
/
Project.cpp
Age
Commit message (
Expand
)
Author
2015-03-01
Renamed domain to ontology.
Benjamin Paassen
2015-02-07
Unified handling of references to Rtti instances: Now using pointers everywhere
Andreas Stöckel
2015-02-02
Importing files works now
Andreas Stöckel
2015-01-27
Removed dependency between "Project" model class and parser/resources. This r...
Andreas Stöckel
2015-01-25
Added missing const and "getSourceContextCallback" function
Andreas Stöckel
2015-01-25
added parse, link and include functions to Project
Andreas Stöckel
2015-01-25
Restructures parser classes a little, removed Registry from ParserContext, ga...
Andreas Stöckel
2015-01-25
deleted "model" namespace
Andreas Stöckel
2015-01-23
Compiles now
Andreas Stöckel
2015-01-22
Rethought task of the Project class: Only keeps track of the included documen...
Andreas Stöckel
2015-01-19
XML-Parsing for Typesystem structs works so far
Andreas Stöckel
2015-01-18
Fixed bugs in definition of Project, added reference to Project to ParserContext
Andreas Stöckel
2015-01-18
Added Project class which represents the absolute top-level node containing m...
Andreas Stöckel