This getter needs also to be public and be called through iterator.
[core.git] / inc /
2014-05-31 Roland HaederThis getter needs also to be public and be called throu...
2014-05-31 Roland HaederAdded missing methods (should not be called).
2014-05-31 Roland HaederFixed: [FiFoFileStack:439] Method getHeaderSize() is...
2014-05-31 Roland HaederFixed: Fatal error: Access to undeclared static propert...
2014-05-31 Roland HaederNo iterator here.
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-31 Roland HaederContinued with file abstraction:
2014-05-30 Roland HaederRewrote next() to avoid loading whole empty file.
2014-05-30 Roland HaederContinued:
2014-05-26 Roland HäderFixed
2014-05-24 Roland HaederContinued:
2014-05-24 Roland HaederThis call leads nowhere, so better call own method.
2014-05-24 Roland HaederCall these methods from the iterator.
2014-05-24 Roland HaederAgain interface satisfaction ... ;-)
2014-05-24 Roland HaederFixed parser error.
2014-05-24 Roland HaederAdded missing methods which wraps the block instances...
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 HaederSatified interface.
2014-05-24 Roland HaederMoved more code to BaseFile as it makes sense to have...
2014-05-24 Roland HaederSatisfied Pointer again.
2014-05-24 Roland HaederAdded more methods (required).
2014-05-24 Roland HaederEndless loop fixed.
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 HaederNo iterator call here + added assertion.
2014-05-24 Roland HaederAlso satisfied it here.
2014-05-24 Roland HaederSatisfied Pointer interface for this class.
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 HaederAdded assert() + noisy debug line + fixed double-implem...
2014-05-23 Roland HaederEOF needs to be checked again.
2014-05-23 Roland HaederSyntax error fixed.
2014-05-23 Roland HaederAlso satify these classes.
2014-05-23 Roland HaederIntroduced isEndOfFileReached() + added a noisy debug...
2014-05-23 Roland HaederMoved some code to BaseFrameworkSystem, and yes: getBlo...
2014-05-23 Roland HaederPossible implementation for next().
2014-05-23 Roland HaederIntroduced CalculatableBlock + basic implementation...
2014-05-22 Roland HaederSatisfied Pointer interface, but it will throw an excep...
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-22 Roland HäderThis factory method requires a 2nd parameter, 'wb'...
2014-05-21 Roland HaederRemoved declarations + final.
2014-05-21 Roland HaederMoved all to BaseFile. This currently makes all inherit...
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 HaederAdded abstraction classes for file-based stacks and...
2014-05-20 Roland HaederCommented out debug lines, another branch may help...
2014-05-20 Roland HaederIntroduced rewineUpdateSeekPosition() which needs to...
2014-05-20 Roland HaederOnly seek back to old position if the header has been...
2014-05-20 Roland HaederIf you don't rewind + update + flush header, the curren...
2014-05-20 Roland HaederAlso include stack name in type. This will allow more...
2014-05-20 Roland HaederOpps. ;-(
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 HaederAdded missing config entries.
2014-05-20 Roland HaederOpps, needs to append index' file extension.
2014-05-20 Roland HaederHad to rename more stuff.
2014-05-20 Roland HaederUse print_r() instead of direct value.
2014-05-20 Roland HaederreadFileHeader() needs to have protected access level...
2014-05-20 Roland HaederAnd another one needs to be removed.
2014-05-20 Roland HaederRemoved duplicate methods.
2014-05-20 Roland HaederRenamed one getSeekPosition() to determineSeekPosition().
2014-05-20 Roland HaederRemove duplicate super constructor.
2014-05-20 Roland HaederCould generalize ("generic") more code which avoid...
2014-05-20 Roland HaederAdded missing index instance with getter/setter.
2014-05-20 Roland HaederAdded required interface, a special factories uses...
2014-05-19 Roland Haeder:-( :-(
2014-05-19 Roland Haeder:-(
2014-05-19 Roland HaederMoved 'file_stack_' after $type to have a nice name.
2014-05-19 Roland HaederAdded missing setter.
2014-05-19 Roland HaederContinued with indexes/stacks:
2014-05-19 Roland HaederAdded initIndex().
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-19 Roland HaederAdded Registerable interface as the FileStackFactory...
2014-05-19 Roland HaederIntroduced validateFilePointer().
2014-05-18 Roland HaederAlways read file header.
2014-05-18 Roland HaederIt is readFileHeader().
2014-05-18 Roland HaederMore commented out.
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 HaederAdded read().
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 HaederPre-allocate way more ...
2014-05-17 Roland HaederContinued with file-based stacks:
2014-05-17 Roland HaederFixed typo.
next