Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-11 | AMIGAOS4: Fix getParent() for non-directories | Willem Jan Palenstijn | |
The previous attempt in d32816c0 was broken because it failed to realize that _pFileLock is only set for directories. This patch also tries to clarify this by making the root node logic explicit in isRootNode(). | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Period on all comments | |||
2014-02-18 | AMIGAOS4: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-22 | AMIGAOS4: Clarify virtual fs root node | Willem Jan Palenstijn | |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | BACKENDS: Avoid #including .cpp files | Max Horn | |
So far, the various *-fs-factory.cpp files were #including the corresponding *-fs.cpp files. This is surprising and hence could lead to all kinds of problems). To fix this, provide proper headers for the *-fs.cpp files. This also makes code reuse via subclassing possible. Since not all ports were tested, this will likely lead to a few easy to fix compile regressions. |