69
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjusted some Jamfiles to reflect the new tree structure and moved AddResources before the respective building rules. More... over 22 years ago
Moved AddResources up. It needs to be called before the building rule. More... over 22 years ago
Changed build target directory to \*.R1 and simplified AddResources rule. More... over 22 years ago
Initial checkin. More... over 22 years ago
Reflect the latest change to the UsePublicHeaders rule. More... over 22 years ago
* Uncommented SetupIncludes in Addon. Same reason as with the others. * Reintroduced Axel's fix to the public header dirs. * Pulled the functionality to set the headers on object files out of Use*Headers and put it into new rules Use*ObjectHeaders. The usage differed too much. More... over 22 years ago
That was too fast: "os" is added in the sub-Jamfiles (although I don't think that's a good solution). Fixed. More... over 22 years ago
The "os" directory was missing from the UsePublicHeaders rule. BTW the last change of this file requires updating your OBOS_TOP variable to the current tree. More... over 22 years ago
Added missing a newline. More... over 22 years ago
Fixed the path to the input server. More... over 22 years ago
Improved LinkSharedOSLibs. It does now look, if a supplied "library" has a dirname or grist, which makes the rule handle it as if the basename would start with "lib". Needed e.g. when linking against servers. More... over 22 years ago
The syscalls.h wasn't up to date (unlike the one in the old tree). More... over 22 years ago
offsetof, insque and remque can be used throughout the kernel, so move their definitions here. More... over 22 years ago
As this seemed to be going round and round with no-one fixing it, here is a fix. More... over 22 years ago
Typo: key -> hey. More... over 22 years ago
The included Test.StorageKit.h has been renamed to StorageKitTester.h. More... over 22 years ago
Adjusted the SK tests Jamfile to work in the new tree. More... over 22 years ago
The public OBOS include dirs were invalid. More... over 22 years ago
Include the Storage Kit tests. More... over 22 years ago
Adjusted the original SK Jamfile to work in its new friendly neighborhood. More... over 22 years ago
Uncommented Storage Kit include. More... over 22 years ago
Include the official DataIO.h rather than MallocIO.h. More... over 22 years ago
DataIO.h has to include MallocIO.h. Be has only the first header containing all declarations. More... over 22 years ago
SymLink.h included kernel_interface.h, which is a private header. Doh! More... over 22 years ago
* Turned off optimization for unit tests. The Storage Kit tests were running amok... * Added rules SplitPath and SymLink used in the Storage Kit tests Jamfile. * Removed the setting of CCFLAGS and C++FLAGS on the SystemMain target. This really doesn't made sense. More... over 22 years ago
Renamed Test.StorageKit.cpp/h to StorageKitTester.cpp/h. Just to avoid problems with Jam's suffix handling. More... over 22 years ago
Moved StorageDefs.Private.h to the public headers. Strange, but it is needed by them. More... over 22 years ago
Adjusted to the new tree structure. More... over 22 years ago
Adjusted to the new tree structure, though currently (?) not needed. More... over 22 years ago
Added newline at eof. More... over 22 years ago