]> Chaos Git - corbenik/ctrulib.git/shortlog
corbenik/ctrulib.git
2016-01-06 fincsBump version to v1.1.0 v1.1.0
2016-01-05 Dave Murphyadd usleep
2016-01-04 fincsRevise/enhance GSPGPU/GFX code, see below:
2016-01-04 fincsFix redundant/hazardous code in svcArbitrateAddress
2016-01-04 Dave Murphyincrease ndsp thread priority
2016-01-03 fincsMerge pull request #238 from TuxSH/master
2016-01-03 TuxSHImplementing AM_InstallFirm
2016-01-03 Dave Murphyelaborate GX_BUFFER_DIM
2015-12-30 Dave MurphyMerge pull request #236 from Steveice10/master
2015-12-30 Steven SmithFix svcSetTimer.
2015-12-29 fincsDo not make RomFS the default device
2015-12-29 fincsMerge pull request #235 from Steveice10/master
2015-12-29 Steven SmithAdd __sync_get_arbiter.
2015-12-27 fincsMerge pull request #233 from Subv/patch-1
2015-12-27 Sebastian ValleFixed the timeout parameter in svcArbitrateAddress
2015-12-24 fincsExamples have been moved to https://github.com/devkitPr...
2015-12-13 fincsMerge pull request #230 from Lectem/patch-1
2015-12-13 LectemAdded documentation link in the readme
2015-12-07 fincsBump version to 1.0.0 - with changelog v1.0.0
2015-12-07 fincsUpdate Makefiles for devkitARM r45
2015-12-07 fincsFix thread stack alignment
2015-12-07 fincsDocument thread API
2015-12-07 fincssdmc_dev.c: make string buffers thread local
2015-12-07 fincsAdd TLS (thread local storage) support
2015-12-07 fincsAdd basic multithreading example
2015-12-07 fincsRevise APT/GSP/NDSP to use the new thread API
2015-12-07 fincsAdd WIP thread wrapper API
2015-12-07 fincsImplement devkitARM/newlib lock support & dynamic reent
2015-12-07 fincsMerge branch 'master' into great-refactor
2015-12-07 Dave Murphyfix warning
2015-12-07 Dave Murphyremove more greetz
2015-12-07 Dave Murphyremove greetz
2015-12-06 fincsMerge pull request #227 from Cruel/great-refactor
2015-12-05 Thomas EdvalsonMake ndspWaveBuf's vaddr const
2015-12-05 fincsAdd shaderProgramSetGshMode() for configuring geoshader...
2015-12-05 fincsSynchronize GPU register names with the 3dbrew Wiki...
2015-12-04 fincsCorrect error in FSUSER_OpenArchive/FSUSER_CloseArchive
2015-12-02 fincsAdd proctex GPU register names and enumerations from...
2015-12-01 fincsRevert "Revert "Dynamically determine heap sizes.""
2015-12-01 fincsshaderProgram: manage GPUREG_SH_OUTATTR_MODE/CLOCK
2015-12-01 fincsAdd new GPU register names and enumerations from the...
2015-12-01 fincsMerge pull request #225 from Dazzozo/am-title-database
2015-12-01 Daz JonesAM: implement external title database IPC functions
2015-11-25 fincsAdd a few additional GPU enumerations
2015-11-22 fincsRevert "Dynamically determine heap sizes."
2015-11-21 fincsMerge pull request #207 from Steveice10/great-refactor
2015-11-21 Steven SmithDynamically determine heap sizes.
2015-11-21 fincsMerge pull request #222 from Steveice10/y2r-docs
2015-11-21 fincsRevise algorithm used by LightLock_Lock/Unlock to fix...
2015-11-21 Steven SmithAdd to and clean up Y2R documentation.
2015-11-21 fincsAdd LightLock_TryLock and RecursiveLock_TryLock
2015-11-21 fincsUpdate template Makefile with the following changes:
2015-11-20 fincsSeveral improvements to shaderProgram, see details:
2015-11-20 fincsCorrect osConvertVirtToPhys/osConvertOldLINEARMemToNew...
2015-11-20 Michael TheallMerge branch 'great-refactor' of github.com:smealum...
2015-11-20 Michael TheallFix comparator for overflow check
2015-11-20 fincsFix FS_ATTRIBUTE bitmask values
2015-11-19 fincsFix typo in documentation that broke generation for...
2015-11-19 Michael TheallRobustify UTF translation
2015-11-19 fincsMerge branch 'master' into great-refactor
2015-11-19 fincsAdd fsUseSession/fsEndUseSession
2015-11-19 fincsMerge pull request #221 from Steveice10/mic-fix
2015-11-18 Steven SmithFix order of memalign parameters in MIC example.
2015-11-15 fincsMerge pull request #219 from Steveice10/launcher
2015-11-15 Steven SmithReference count srv, cleanup launcher code.
2015-11-15 fincsFix PATH_UTF16 size miscalculation, yet again
2015-11-15 fincsBring back fsMakePath
2015-11-15 fincsMerge pull request #218 from Steveice10/fs
2015-11-15 Steven SmithBring FS up to date.
2015-11-11 fincsFix examples after service refactor
2015-11-11 fincsFix a typo that wreaked havoc
2015-11-11 fincsMerge pull request #216 from Steveice10/service-cleanup
2015-11-11 Steven SmithService cleanup.
2015-11-09 fincsFix #204
2015-11-09 smeaMerge pull request #214 from thedax/great-refactor-fix
2015-11-09 thedaxPretty sure it's not a good idea to decrement a handle.
2015-11-09 yellows8Implemented code for getting the system-version from...
2015-11-08 fincsMerge pull request #212 from Steveice10/newss
2015-11-08 Steven SmithAdd news:s support.
2015-11-08 fincsMerge pull request #211 from Steveice10/fix-139
2015-11-08 Steven SmithFix #139
2015-11-08 fincsMerge pull request #210 from Steveice10/mic-fix
2015-11-08 Steven SmithFix MIC cutting off a second of audio.
2015-11-07 fincsMerge pull request #205 from Steveice10/great-refactor
2015-11-07 yellows8Implemented FSUSER_GetProductInfo.
2015-11-07 Steven SmithRewrite MIC service code, clean up microphone example.
2015-11-07 fincsFix #206
2015-11-07 fincsFix some mistakes in 2797540a
2015-11-07 fincsRevise most services to follow these guidelines:
2015-11-07 fincssynchronization.h: Add DSB & several atomic operations
2015-11-07 fincsAdd <3ds/result.h> header - 3DS result codes
2015-11-06 fincsFix #204
2015-11-05 fincsMinor cleanup in os.h/os.c + add osGet3DSliderState()
2015-11-05 fincsAdd more (void) and remove more service handle parameters
2015-11-01 fincsMerge branch 'master' into great-refactor
2015-11-01 fincsRoll out a new libctru build v0.6.0
2015-10-29 yellows8Fixed the use_defaultproxy value used by the http example.
2015-10-29 yellows8Removed an unused debug line in httpc.c. Set the httpc...
2015-10-28 fincsMerge branch 'master' into great-refactor
2015-10-28 fincsMerge pull request #158 from Lectem/patch-1
next