Added abstraction classes for file-based stacks and index files, some setter
[core.git] / inc / classes / main / stacker /
2014-05-20 Roland HaederIntroduced seekToOldPosition() and avoided endless...
2014-05-20 Roland HaederRenamed method + flushFileHeader() must be callable...
2014-05-20 Roland HaederIntroduced: caluclateMinimumFileEntryLength() which...
2014-05-20 Roland HaederHad to rename more stuff.
2014-05-20 Roland HaederreadFileHeader() needs to have protected access level...
2014-05-20 Roland HaederCould generalize ("generic") more code which avoid...
2014-05-19 Roland HaederAdded missing setter.
2014-05-19 Roland HaederContinued with indexes/stacks:
2014-05-19 Roland HaederAdded basic classes (and unimplemented) for file-based...
2014-05-19 Roland HaederSome 'final' more, some 'final' less. ;-)
2014-05-19 Roland HaederMethods isStackFull() and isStackEmpty() needs to be...
2014-05-19 Roland HaederThis method can be supported:
2014-05-19 Roland HaederThese methods may never be supported as initialization...
2014-05-19 Roland HaederAdded Registerable interface as the FileStackFactory...
2014-05-18 Roland HaederAlways read file header.
2014-05-18 Roland HaederIt is readFileHeader().
2014-05-18 Roland HaederImplemented rudely reading file header + commented...
2014-05-18 Roland HaederFixed variable name ...
2014-05-18 Roland HaederFixed constant name.
2014-05-18 Roland HaederFixed parser error.
2014-05-18 Roland HaederAdd stuff for reading header of a file-based stack.
2014-05-17 Roland HaederIntroduced writeData() (low-level method).
2014-05-17 Roland HaederContinued with hash-based stacks:
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-17 Roland HaederFixed typo.
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-17 Roland HaederAdded debug lines.
2014-05-17 Roland HaederRemoved asserts as they seem to be to hard and returned...
2014-05-17 Roland HaederMuch easier (but not reliable) test.
2014-05-17 Roland HaederContinued with file-based hash:
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-16 Roland HaederContinued on file-based stack:
2014-05-15 Roland HaederAdded some class fields/attributes.
2014-05-15 Roland HaederFixed assertion.
2014-05-15 Roland HaederRenamed initStack() -> initFileStack() in BaseFileStack...
2014-05-15 Roland HaederContinued with file-based stacks:
2014-03-29 Roland HaederMerge branch 'contrib'
2013-10-19 Roland HäderCopyright year updated, converted double->single quotes
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-25 Roland HäderRenamed 'stacker' -> 'stack'
2013-07-25 Roland HäderReplaced more double-quotes to single, exposed in...
2013-07-17 Roland HäderIntroduced initStackers() which wraps initialization...
2013-06-28 Roland HäderFixed (again) some more generic array handling
2013-06-28 Roland HäderFixed more generic array handling, introduced unsetGene...
2013-06-28 Roland HäderAdded option parameter 'forceInit'
2013-06-23 Roland HäderFixed more methods, value from shiftGenericArrayElement...
2013-06-23 Roland HäderIntroduced isValidGenericArrayKey()
2013-06-23 Roland HäderFix for wrong method call
2013-06-23 Roland HäderPatches for making new generic array working
2013-06-23 Roland HäderFixes and double->single converted
2013-05-31 Roland HäderMade lower to upper case:
2012-05-16 Roland HäderCopyright updated
2012-03-24 Roland HäderFixed a typo
2012-02-11 Roland HäderSome minor rewrites
2011-04-28 Roland HäderOpps...
2011-04-28 Roland HäderpopNamed() does also now return the current stacker...
2011-04-07 Roland HäderFixed... Opps.
2011-04-07 Roland HäderCleanups, re-initialization of stackers added:
2011-03-11 Roland HädergetStackCount() is now public
2011-03-10 Roland HäderinitStacker() can be easily public
2011-03-05 Roland HäderCopyright updated
2011-02-28 Roland Häder'public static final' is correct
2010-04-23 Roland HäderFIFO basicly finished
2010-04-12 Roland HäderSome methods are now public and added to the interface
2010-02-10 Roland HäderCopyright upgraded to 2010
2010-02-04 Roland HäderFIFO stacker basicly implemented
2009-12-07 Roland HäderStacker classes/interface/exceptions (FiFoStacker is...