Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | POSIX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-04 | IRIX: Fix compilation | Joost Peters | |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | MACOSX: Try to fix compile errors triggered with certain Mac OS X SDK versions | Max Horn | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
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. | |||
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2009-03-14 | Applied part of patch #2684986 | Max Horn | |
svn-id: r39398 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵ | Max Horn | |
simplified code svn-id: r34307 | |||
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn | |
svn-id: r34303 | |||
2008-08-22 | Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need ↵ | Max Horn | |
for them to be singletons (actually true for all other FS factories) svn-id: r34098 | |||
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, ↵ | Max Horn | |
rely on the build system to include them svn-id: r30957 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common ↵ | David Corrales | |
ground for file objects across platforms and divides responsibilities between the Common::File class and a base file implementation. Also rearranged the factories into a new directory for clarity. Note 1: The posix-file.h and cpp files are for testing only. Only the ds, ps2 and symbian architecture will use special BaseFile based objects. Note 2: The current code does not yet make use of this new structure, since the Common::File remains intact. svn-id: r28395 | |||
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales | |
svn-id: r27032 | |||
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales | |
svn-id: r26949 | |||
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales | |
svn-id: r26814 | |||
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales | |
svn-id: r26810 |