Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove redundant install from CMakeLists.txt | Nadia Holmquist Pedersen | 2019-05-01 | |
| | ||||
* | Revamp build system | Nadia Holmquist Pedersen | 2019-05-01 | |
| | ||||
* | * move melon_fopen_local() to Platform.cpp | Arisotura | 2019-03-27 | |
| | | | | | * make it require that the file already exist (hopefully fixing config saving bug) * finally axe melon_fopen.cpp | |||
* | make it compile under Linux. | StapleButter | 2019-03-26 | |
| | | | | it shits itself tho. | |||
* | Fixed checking for build type | John-Gee | 2019-01-06 | |
| | ||||
* | bûrp | StapleButter | 2018-12-30 | |
| | ||||
* | Solve cmake error while importing SDL2. | Pedro Velho | 2018-12-27 | |
| | ||||
* | what. | StapleButter | 2018-12-19 | |
| | ||||
* | add dialog for audio settings, flesh it out | StapleButter | 2018-12-14 | |
| | | | | not functional yet tho | |||
* | move config-file seeking code to its own thing. | StapleButter | 2018-12-11 | |
| | | | | | look also into the same directory as melonDS. make it the preferred place for storing melonDS.ini. rewrite WinMain() wrapper. | |||
* | add CRC32 shit | StapleButter | 2018-12-11 | |
| | ||||
* | Merge pull request #248 from Dirbaio/master | StapleButter | 2018-10-27 | |
|\ | | | | | Two fixes | |||
| * | Fix build on Arch Linux. | Dario Nieuwenhuis | 2018-05-24 | |
| | | ||||
* | | also adding melon.rc, huh | StapleButter | 2018-10-18 | |
| | | ||||
* | | add Savestate.cpp to the cmake list, as pointed out by khang06 | StapleButter | 2018-10-18 | |
|/ | ||||
* | Fix build on linux, enable build directory support | dogtopus | 2017-12-22 | |
| | | | | | | | | | | Specifically: - Include stddef.h for missing ptrdiff_t - Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be a WinPcap extension - Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a directory other than root of the project | |||
* | add it to the CMake list too | StapleButter | 2017-12-18 | |
| | ||||
* | gtk: add icon | StapleButter | 2017-12-16 | |
| | ||||
* | build: add mingw64 cross-compiling | kwkam | 2017-12-09 | |
| | ||||
* | Only link against libdl on Linux. | Anthony J. Bentley | 2017-10-09 | |
| | ||||
* | libui/GTK: start catching up. atleast now it runs without exploding (mostly). | StapleButter | 2017-10-03 | |
| | ||||
* | libui: fix bug with filepicker filters under GTK. add skeleton for bitmaps. ↵ | StapleButter | 2017-09-19 | |
| | | | | add the right cmake shit. | |||
* | ... maybe it's better this way????? | StapleButter | 2017-07-05 | |
| | ||||
* | cmake: attempt to add C++11 support. | StapleButter | 2017-07-05 | |
| | ||||
* | add optimization to cmake build | StapleButter | 2017-06-04 | |
| | ||||
* | CMake: Don't assume the install path will be /usr/local, use ↵ | Nikolaj Pedersen | 2017-05-30 | |
| | | | | CMAKE_INSTALL_PREFIX instead. | |||
* | lay base for core->platform interaction | StapleButter | 2017-05-09 | |
| | | | | (immediately planned: threaded 3D renderer, wifi connectivity) | |||
* | finalize CMake shit. | StapleButter | 2017-04-30 | |
| | | | | Windows will stick to CodeBlocks until making a cross-platform build system isn't a total trainwreck under Windows. | |||
* | add CMake build system | s1nka | 2017-04-02 | |