69
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A new class to manage the list of loopers in a team. Provides the functionality of the existing static BLooper functions (which now call through to it) in a nicer package. New code should use the global instance of this (BPrivate::gLooperList) instead of the old BLooper functions (which are officially deprecated). More... almost 22 years ago
Fixed building of the btreeTest in the new tree. More... almost 22 years ago
Tweaks to deal with new repository hierarchy and use of unified CppUnit; some bug fixes and a couple of new tests for BLooper. More... almost 22 years ago
SplitPath ran into an endless loop given absolute path. More... almost 22 years ago
Initial checkin More... almost 22 years ago
Added dynamic test suite loading More... almost 22 years ago
NextSubTest() code now honors BTestShell::Verbosity() levels More... almost 22 years ago
Dynamic loading updates More... almost 22 years ago
Initial checkin More... almost 22 years ago
Rewritten completely More... almost 22 years ago
Added TestSuite More... almost 22 years ago
Rewritten completely; designed to work with new framework More... almost 22 years ago
Added code to honor BTestShell::Verbosity() levels when outputting More... almost 22 years ago
Added dynamic test loading, plus a hack to allow global access to a BTestShell var More... almost 22 years ago
I felt I had to do *something* More... almost 22 years ago
Removed third argument for SystemMain. Not longer needed. More... almost 22 years ago
Updated to reflect the current building process. More... almost 22 years ago
Added handling of floppy location parameter. More... almost 22 years ago
Added installfloppy target. More... almost 22 years ago
* Got rid off the third SystemMain parameter and by improving BuildKernel and KernelFloppyImage. Now the kernel and the floppy image depend correctly on there generating tools. * New InstallFloppy rule to simplify the process of building and writing the floppy image. More... almost 22 years ago
Renamed KernelAddon to R5KernelAddon to avoid confusion. More... almost 22 years ago
Added compiling defines and debug flag. Now KernelAddon is used instead of Addon. More... almost 22 years ago
Fixed setting the target specific LINKFLAGS in Addon and SharedLibrary. Added the rule KernelAddon for, guess what, kernel add-ons. :-) More... almost 22 years ago
Add the config_manager.h that I somehow missed from my eariler commit. More... almost 22 years ago
This is now in another header file and so not required here. More... almost 22 years ago
Removed the kernel building lines as they are in src/kernel again. More... almost 22 years ago
small fix to make threads to return meaningful values on exit More... almost 22 years ago
Make some changes o the ISA nad PCI modules and add the start of a config manager module. As time goes on we can start fleshing these out. More... almost 22 years ago
Add some more headers. More... almost 22 years ago
ERR_NO_MEMORY -> ENOMEM ERR_INVALID_ARGS -> EINVAL CVSR_NOMEMO---------------------------------------------------------------- More... almost 22 years ago