Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-17 | WIN32: Always include windows.h before util.h | SupSuper | |
This avoids Windows trying to stomp our definition of ARRAYSIZE | |||
2018-12-17 | WIN32: Move all ARRAYSIZE undefs to util.h | SupSuper | |
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own | |||
2018-09-14 | PS2: Fix compilation with latest PS2SDK | Cameron Cawley | |
2018-08-18 | POSIX: Allow forbidden symbols required by FreeMiNT | Cameron Cawley | |
2018-08-18 | PSP: Fix strict aliasing violation | Colin Snover | |
Casting through pointer to void just to truncate a value to uint32 is incorrect. | |||
2018-08-18 | PSP: Fix invalid return type of PspIoStream | Colin Snover | |
The underlying API returns a SceUID, which is not valid to be casted to a pointer. | |||
2018-04-19 | JANITORIAL: Fix whitespace | Adrian Frühwirth | |
2018-04-07 | DS: Fix compilation with devkitARM r47 | Cameron Cawley | |
2018-03-28 | PSP2: allow loading games from uma0: in addition to ux0: | rsn8887 | |
2017-11-28 | RISCOS: Improve detection of absolute paths | Cameron Cawley | |
2017-11-28 | RISCOS: Fix using filenames with spaces | Cameron Cawley | |
2017-10-01 | RISCOS: Add RISC OS filesystem | Cameron Cawley | |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2017-03-04 | PSP2: Add Playstation Vita (PSP2) support | cpasjuste | |
2017-01-12 | BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol. | D G Turner | |
This should ensure that any future cut-and-paste for new backends do not repeat this same warning issue. | |||
2017-01-12 | WII: Fix Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-12 | WIN32: Fix Variable Shadowing Compiler Warnings. | D G Turner | |
These are emitted when using the MinGW compiler. | |||
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-08-30 | BACKENDS: Rename variable shadowing function | Willem Jan Palenstijn | |
2016-08-30 | BACKENDS: Use open instead of creat to create files | Bastien Bouclet | |
creat is not defined on the PS3. Also close the file descriptor. | |||
2016-08-24 | CLOUD: Fix posix backend compilation | Eugene Sandulenko | |
2016-08-24 | CLOUD: Add AbstractFSNode::create() backends stubs | Alexander Tkachev | |
2016-08-24 | CLOUD: Make download() create necessary directories | Alexander Tkachev | |
DumpFile::open() with createPath=true create would create the missing directories from the path before opening a file. Thus, one can easily create a file and avoid "can't open a file" error. | |||
2016-02-02 | POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}. | Johannes Schickel | |
2016-01-07 | COMMON: Make FSNode(AbstractFSNode *) private again. | Johannes Schickel | |
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet. | |||
2016-01-07 | BACKENDS: Make ChRootFilesystemFactory's constructor explicit. | Johannes Schickel | |
2016-01-07 | BACKENDS: Let ChRootFilesystemFactory's constructor take a const String ↵ | Johannes Schickel | |
reference. | |||
2016-01-07 | BACKENDS: Make ChRootFilesystemFactory delcaration more consistent. | Johannes Schickel | |
The make* factory functions are public in the base class, thus keep the visibility the same. | |||
2016-01-07 | BACKENDS: Move FIXME closer to ChRootFilesystemFactory. | Johannes Schickel | |
2016-01-07 | BACKENDS: Fix include style in chroot-fs-factory.cpp. | Johannes Schickel | |
2016-01-06 | IOS: Formatting | Vincent Bénony | |
2016-01-06 | IOS: Formatting | Vincent Bénony | |
2016-01-06 | IOS: Moves the helper function were it is used. | Vincent Bénony | |
2016-01-06 | IOS: Adds a warning regarding the usage of the ChRootFS class | Vincent Bénony | |
2016-01-06 | IOS: Replaces spaces with tabs | Vincent Bénony | |
2016-01-06 | IOS: Added a chroot like filesystem | Vincent Bénony | |
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update. | |||
2015-01-26 | AMIGAOS: Re-add a DosList feature | Hubert Maier | |
To keep consistency with the original code i re-added the DosList feature dol_Port (which was taken out due to a compiler error using SDK 53.24 and was named wrong anyway). It offers a message port for the DosList. | |||
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-09-22 | AMIGAOS: More cleanup | raziel- | |
Another case of misused TAB | |||
2014-09-21 | AMIGAOS: Cleanup | raziel- | |
Comments cleanup and one case of a misused TAB | |||
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-18 | WIN32: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS3: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | POSIX: Make GPL headers consistent in themselves. | Johannes Schickel | |