History for Atmosphere / libraries / libvapours / include / vapours / util
2021-12-13
@Michael Scire
ams: deduplicate static initialization logic
Michael Scire committed on 13 Dec 2021
2021-11-07
@Léo Lam
Minor header fixes to reduce parsing issues with Clang (#1700) ...
Léo Lam authored on 7 Nov 2021 GitHub committed on 7 Nov 2021
2021-11-04
@Michael Scire
git subrepo pull (merge) libraries ...
Michael Scire committed on 4 Nov 2021
2021-10-26
@Michael Scire
crypto: implement md5, which now used by sprof
Michael Scire committed on 26 Oct 2021
@Michael Scire
util: add trait/macro for is_constexpr_constructible
Michael Scire authored on 22 Oct 2021 SciresM committed on 26 Oct 2021
2021-10-24
@Michael Scire
kern: optimize timespan -> tick codegen, improve .text layout
Michael Scire committed on 24 Oct 2021
@SciresM
kern: avoid constexpr init for many objects (avoids unnecessary memory clear) (#1668)
SciresM authored on 24 Oct 2021 GitHub committed on 24 Oct 2021
2021-10-20
@Michael Scire
kern: use new AtomicRef, use Atomic<bool>
Michael Scire committed on 20 Oct 2021
@Michael Scire
util: better match true std::atomic semantics
Michael Scire committed on 20 Oct 2021
@Michael Scire
kern/util: use custom atomics wrapper to substantially improve codegen
Michael Scire committed on 20 Oct 2021
2021-10-19
@Michael Scire
kern: update scheduler for 13.0.0 change, fix some ctz/clz bugs
Michael Scire committed on 19 Oct 2021
2021-10-18
@Michael Scire
ams: improve offsetof style consistency
Michael Scire committed on 18 Oct 2021
@Michael Scire
util: improve (and use) offsetof that's """standard compliant"""
Michael Scire committed on 18 Oct 2021
2021-10-17
@Michael Scire
constexpr: resign ourselves to gcc dropping void -> T support
Michael Scire committed on 17 Oct 2021
@Michael Scire
kern/util: update structure layouts to match Nintendo (saves 0x10 per KThread/KSession)
Michael Scire committed on 17 Oct 2021
2021-10-11
@Michael Scire
util: fix consteval CountTrailingZeroes impl
Michael Scire committed on 11 Oct 2021
2021-10-10
@Michael Scire
exo/vapours: refactor member variables to m_ over this->
Michael Scire committed on 10 Oct 2021
2021-10-09
@Michael Scire
ams: replace most remaining operator & with std::addressof
Michael Scire committed on 9 Oct 2021
2021-10-07
@Michael Scire
libstrat: enable -Wextra, -Werror ...
Michael Scire committed on 7 Oct 2021
2021-10-04
@Michael Scire
ams: the copyright^H^H^H^H^H^H^Hmplex plane is the algebraic closure of the reals
Michael Scire committed on 4 Oct 2021
2021-09-27
@Michael Scire
kern: use util::BitFlagSet for capability flags
Michael Scire committed on 27 Sep 2021
2021-09-19
@Michael Scire
sprofile: fully reimplement sprof:bg + sprof:sp
Michael Scire authored on 17 Sep 2021 SciresM committed on 19 Sep 2021
2021-09-12
@SciresM
LogManager: implement system module, client api, logging api (#1617) ...
SciresM authored on 12 Sep 2021 GitHub committed on 12 Sep 2021
2021-07-08
@Michael Scire
ams: std::optional -> util::optional
Michael Scire committed on 8 Jul 2021
2021-04-30
@Michael Scire
loader: avoid UB when doing count trailing zeros
Michael Scire committed on 30 Apr 2021
2021-04-29
@Michael Scire
ams: assume gcc 11
Michael Scire authored on 28 Apr 2021 SciresM committed on 29 Apr 2021
2021-04-27
@Michael Scire
exo/meso: update for gcc 11 compatibility
Michael Scire committed on 27 Apr 2021
2021-04-21
@Michael Scire
util: add compile-time validation tests for intrusive red black trees
Michael Scire committed on 21 Apr 2021
@Michael Scire
util: implement red black trees as templates over macros
Michael Scire committed on 21 Apr 2021
2021-04-11
@Michael Scire
kern: update Initialize0 for new changes
Michael Scire authored on 7 Apr 2021 SciresM committed on 11 Apr 2021