Debug infos with var()=%d are for length and can be decimal.
[core.git] / inc / classes / main / stacker /
2015-05-27 Roland HaederDebug infos with var()=%d are for length and can be...
2015-05-24 Roland HaederVery early write (add) support for file-based stack...
2015-05-11 Roland HaederContinued:
2015-03-18 Roland HaederMore cleanups of public closeFile() method as it is...
2015-03-17 Roland HaederUpdated copyright:
2015-03-07 Roland HaederContinued:
2014-10-17 Roland HaederAdded new interfaces Handleable/-DataSet and ProtocolHa...
2014-06-23 Roland HaederwriteAtPosition() also belongs in OutputPointer classes.
2014-06-23 Roland HaederRenamed 'stacker' to 'stack' as they are stacks (FiFo...
2014-06-23 Roland HaederEven more ...
2014-06-23 Roland HaederThese constants have moved ... ;-)
2014-06-04 Roland HaederAlso add getFileSize() here, too. This satisfies the...
2014-05-31 Roland HaederThis getter needs also to be public and be called throu...
2014-05-31 Roland HaederNow that Block has these methods, also these classes...
2014-05-31 Roland HaederAlso these methods must go through iterator.
2014-05-31 Roland HaederThese 3 methods are now moved to BaseFile.
2014-05-31 Roland HaederAlso them has been moved.
2014-05-31 Roland HaederHad been moved.
2014-05-24 Roland HaederContinued:
2014-05-24 Roland HaederCall these methods from the iterator.
2014-05-24 Roland HaederSatisfied interface, still these methods are unsupported.
2014-05-24 Roland HaederRenamed more and moved code to Block interface.
2014-05-24 Roland HaederMoved more code to BaseFile as it makes sense to have...
2014-05-24 Roland HaederMoved even more code to BaseFile where a much better...
2014-05-24 Roland HaederUh, need this method now, but does it work this way?
2014-05-24 Roland HaederMoved analyzeFile() to BaseFile where a much better...
2014-05-23 Roland HaederIf the EOF is reached (means no block found or really...
2014-05-23 Roland HaederMoved some code to BaseFrameworkSystem, and yes: getBlo...
2014-05-23 Roland HaederIntroduced CalculatableBlock + basic implementation...
2014-05-22 Roland HaederIntroduced interface Pointer, valid() is now used.
2014-05-22 Roland HaederAdded simple loop for checking entries. This will chang...
2014-05-21 Roland HaederInputOutputPointer is the right interface.
2014-05-20 Roland HaederSwitched from unabstracted file pointer class to a...
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...