summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5336 from lioncash/treeGravatar bunnei2021-01-152-841/+668
|\
| * common/tree: Convert defines over to templatesGravatar Lioncash2021-01-122-592/+666
| * common/tree: Remove unused splay tree definesGravatar Lioncash2021-01-121-249/+2
* | Merge pull request #5358 from ReinUsesLisp/rename-insert-paddingGravatar LC2021-01-151-4/+4
|\ \
| * | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITGravatar ReinUsesLisp2021-01-151-4/+4
* | | Merge pull request #5355 from lioncash/timerGravatar bunnei2021-01-153-202/+0
|\ \ \
| * | | common/timer: RemoveGravatar Lioncash2021-01-153-202/+0
| |/ /
* | | Merge pull request #5357 from ReinUsesLisp/alignment-log2Gravatar LC2021-01-151-17/+12
|\ \ \
| * | | common/alignment: Upgrade to use constraints instead of static assertsGravatar ReinUsesLisp2021-01-151-13/+9
| * | | common/alignment: Rename AlignBits to AlignUpLog2Gravatar ReinUsesLisp2021-01-151-5/+4
* | | | common/bit_util: Replace CLZ/CTZ operations with standardized onesGravatar Lioncash2021-01-151-76/+0
| |/ / |/| |
* | | common/color: RemoveGravatar ReinUsesLisp2021-01-152-272/+0
|/ /
* | Merge pull request #5280 from FearlessTobi/port-5666Gravatar bunnei2021-01-121-4/+12
|\ \ | |/ |/|
| * Address review commentsGravatar FearlessTobi2021-01-041-5/+5
| * Delete the old log file before rotating (#5675)Gravatar xperia642021-01-041-0/+3
| * Fix the old log file to work with the log parser.Gravatar bunnei2021-01-031-1/+1
| * Rotate previous log file to '.old' if it existsGravatar xperia642021-01-031-4/+9
* | common/parent_of_member: Replace TYPED_STORAGE define with template aliasGravatar Lioncash2021-01-112-8/+10
* | common: common_funcs: Add R_UNLESS macro.Gravatar bunnei2021-01-111-0/+8
* | common: Introduce useful tree structures.Gravatar bunnei2021-01-114-0/+1641
* | common/div_ceil: Return numerator typeGravatar ReinUsesLisp2021-01-091-5/+5
|/
* general: Fix various spelling errorsGravatar Morph2021-01-022-3/+3
* memory: Remove MemoryHookGravatar MerryMage2021-01-014-78/+0
* Merge pull request #5249 from ReinUsesLisp/lock-free-pagesGravatar bunnei2021-01-013-23/+65
|\
| * core/memory: Read and write page table atomicallyGravatar ReinUsesLisp2020-12-293-23/+65
* | Merge pull request #5208 from bunnei/service-threadsGravatar bunnei2020-12-303-0/+90
|\ \
| * | common: ThreadWorker: Add class to help do asynchronous work.Gravatar bunnei2020-12-293-0/+90
| |/
* / k_priority_queue: Fix concepts useGravatar comex2020-12-291-0/+4
|/
* Merge pull request #5131 from bunnei/scheduler-rewriteGravatar bunnei2020-12-203-346/+100
|\
| * common: BitSet: Various style fixes based on code review feedback.Gravatar bunnei2020-12-061-23/+22
| * hle: kernel: Separate KScheduler from GlobalSchedulerContext class.Gravatar bunnei2020-12-062-346/+0
| * common: Port BitSet from Mesosphere.Gravatar bunnei2020-12-062-0/+101
* | cmake: Fix generating CMake configs and linking with BoostGravatar lat9nq2020-12-131-1/+1
* | common: Update CMakeList to fix build issue with Boost.Gravatar bunnei2020-12-121-2/+1
* | Revert "Merge pull request #5173 from lioncash/common-fs"Gravatar Morph2020-12-112-112/+396
* | Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"Gravatar Morph2020-12-112-36/+4
* | Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"Gravatar Morph2020-12-111-1/+1
* | Revert "Merge pull request #5181 from Morph1984/5174-review"Gravatar Morph2020-12-111-3/+9
* | common/file_util: Simplify the behavior of CreateFullPathGravatar Morph2020-12-091-9/+3
* | common/file_util: Let std::filesystem cast from UTF16 to std::stringGravatar ReinUsesLisp2020-12-091-1/+1
* | common/file_util: Fix and deprecate CreateFullPath, add CreateDirsGravatar ReinUsesLisp2020-12-092-4/+31
* | common/file_util: Succeed on CreateDir when the directory existsGravatar ReinUsesLisp2020-12-091-0/+5
* | file_util: Migrate remaining file handling functions over to std::filesystemGravatar Lioncash2020-12-092-340/+100
* | file_util: Migrate Exists() and IsDirectory() over to std::filesystemGravatar Lioncash2020-12-082-57/+13
* | Merge pull request #5136 from lioncash/video-shadow3Gravatar LC2020-12-072-3/+3
|\ \
| * | video_core: Resolve more variable shadowing scenarios pt.3Gravatar Lioncash2020-12-052-3/+3
| |/
* | xbyak_abi: Shorten std::size_t to size_tGravatar Lioncash2020-12-051-8/+8
* | xbyak_abi: Avoid implicit sign conversionsGravatar Lioncash2020-12-051-2/+2
|/
* Merge pull request #4996 from bunnei/use-4jitsGravatar bunnei2020-12-032-115/+11
|\
| * common: fiber: Use VirtualBuffer for stack memory.Gravatar bunnei2020-11-291-2/+5