Commit graph

11 commits

Author SHA1 Message Date
hobyst
16a8295969 gitignore: Add clangd cache 2021-12-06 07:18:27 +09:00
hobyst
08e7eb8254 Added Doxygen build directory to .gitignore 2021-04-18 00:25:38 +02:00
scribam
d4d5d461f4 .gitignore: ignore build folders from CLion 2020-05-22 20:16:32 +02:00
ichisadashioko
f557ea739e
vita3k: update build instructions (#686)
- Turn off USE_DISCORD_RICH_PRESENCE because the binaries are not always
compatible with Linux build.
- Update build instructions for Linux, Windows and macOS
- Update ext-boost for fixing missing headers
2020-04-29 15:12:28 -04:00
Nicolas Jallamion
06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00
pent0
e8a8ac7191
ci: Use docker for building with Ubuntu 18 (#345) 2018-11-10 20:24:25 +07:00
NeveHanter
9169696a1e kernel/thread: Sync primitives timeout
- Implement initial sceKernelDeleteCond and sceKernelDeleteSema,
- Implement sceKernelWaitCond, sceKernelWaitLwCond, sceKernelWaitEventFlag, sceKernelWaitMutex, sceKernelWaitLwMutex, sceKernel, sceKernelWaitSema timeout parameter handling,
- Correct sync primitives logging,
- Replace hardcoded SyncWeight dependant error with existing methods,
- Correct bug with not deleting condition variables and mutexes,
- Correct mismatched smart pointer delete in load_self method,
- Unify sync primitives parameters order,
- Rename plain lock variables to more meaningful names,
- Add missing SCE_KERNEL_ERROR_MUTEX_RECURSIVE in mutex_lock_impl,
- Remove old thread.cpp file,
- Don't halt current thread if ended thread already exited,
- Add CLion IDE project files to .gitignore,
- Create SyncPrimitive base class to avoid code duplication while handling timeouts.
2018-10-02 19:01:22 +03:00
Nick Renieris
c8c78197a9 build: Fix linux script & change build script naming 2018-09-19 17:41:50 +03:00
VelocityRa
ccd21c8e28 build: Boost integration
Currently the ext-boost repo contains:
- Boost.ProgramOptions
- Boost.Filesystem
- Boost.System

No direct usage for the last one yet, but it may be and it was already
a dependency by another lib anyway, so I included it in the "guaranteed"
libraries in the `bcp` command.
2018-08-27 01:19:10 +03:00
Peter Mackay
ca9742f839
Initial Travis CI integration (#35) 2018-02-03 23:22:12 +00:00
Peter Mackay
3b259ace02 Import. 2018-01-28 09:07:32 +00:00