summaryrefslogtreecommitdiff
path: root/test/core
AgeCommit message (Expand)Author
2014-11-21resolve now resolves lists of generic Managed objects and not nodes (this is ...Andreas Stöckel
2014-11-21refactored ManagedContainer to own header, added (currently untested) Managed...Andreas Stöckel
2014-11-21Finished last commits moving action by also moving the tests and correcting a...Benjamin Paassen
2014-11-20Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2014-11-191.) fixed the word tokenization mechanism in the CodeTokenizer which returned...Benjamin Paassen
2014-11-19fixed a bug preventing the Tokenizer from finding the right token if a parse ...Benjamin Paassen
2014-11-16added ManagedContainer and ManagedVector templates which allow automatic acqu...Andreas Stöckel
2014-11-15added event system to Node class (needed for updating name->node maps in pare...Andreas Stöckel
2014-11-14implemented tokenizer test and started implementing CodeTokenizer under super...Benjamin Paassen
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen
2014-11-14added TestNode unit testAndreas Stöckel
2014-11-14fixed name clash in ManagedTest by renaming TestNode to TestManagedAndreas Stöckel
2014-11-13started to implement the CSSParser. First iteration only contains the CSS Spe...Benjamin Paassen
2014-11-13refactored NodeManager and Node class to Manager and Managed classesAndreas Stöckel
2014-11-06current working copyAndreas Stöckel
2014-11-03fixed bugs in garbage collector, improved handle classes, added some more uni...Andreas Stöckel
2014-11-03autoformatAndreas Stöckel
2014-11-03added another GC unit testAndreas Stöckel
2014-11-03implemented equals operator, fixed assignment operator, NodeManager now asser...Andreas Stöckel
2014-11-02fixed gc sweep rooting detection, added new gc unit testAndreas Stöckel
2014-11-02implemented garbage collecting node graphAndreas Stöckel
2014-10-31finished first draft of tokenizer code.Benjamin Paassen
2014-10-31added buffered char readerAndreas Stöckel
2014-10-31finished work on TokenTree and tested it.Benjamin Paassen
2014-10-25some restructuring, added first version of the mozjs pluginAndreas Stöckel
2014-10-25started unit test for Object, fixed possible used of already freed ArgumentVa...Andreas Stöckel
2014-10-24added some comments to the Variant class (not done yet), moved VarNull to Var...Andreas Stöckel
2014-10-24added Function, Property and Object classes; added CMakeLists entries for the...Andreas Stöckel
2014-10-24finished implementation of HostFunctionAndreas Stöckel
2014-10-18improved Variant.cpp, added ScriptEngine.hpp containing the script engine abs...Andreas Stöckel
2014-10-16fixed typeo in RangeSet, added unit test for VariantAndreas Stöckel
2014-10-16reorganized codeAndreas Stöckel