Welcome Message
Welcome to The Neuromancy Society's source code browser and code review system.
With this system you can view all source code commits and history for all our projects, and even see statistics and historical information. You may also download the source code through this interface.
Please note however, downloading the source code through this interface does NOT constitute a proper release, and code downloaded through this interface is not guaranteed to work.
Login
Login
Support
If you are a registered developer or Q/A person for any of our projects, you may use the code review system (Crucible) to initiate a code review, and other developers and/or Q/A people can participate in this. This is an excellent way to ensure the code quality of all Neuromancy Society projects.
If you are not a developer or Q/A person, and you have found an issue, please visit our bug tracking system and raise a ticket.
Dashboard
cpp files
nibble0.h
entities, not under 'core' anymore). Also re-wrote the trace code to both use variadic
macros, and automatically figure out the function names (MANTRA-28), and made a macro that
combines MT_BE/MT_FUNC and MT_RET/MT_EE and used that throughout the code.
- … 198 more files in changeset.
properties.cpp
fully variable, and split it into 3 parts (authentication, properties and permissions)
which can be combined separately. Still needs some work - especially with cleaning
up the login code for telnet/console so that it does not attempt logins when no
directory is specified. Also need to add UNIX/PAM authentication.
- … 56 more files in changeset.
hello_world_task.cpp and modified 2 cpp files
enable_if's in BDB (follow on from MANTRA-26).
commented on MANTRA-41
Problem was found in the property system - namely properties for loaded modules were not cleaning themselves up. Added mass-unregister functions for properties - and made sure ALL properties are unregistered before the modules are unloaded.
- … 6 more files in changeset.
cpp files
transaction.cpp
exec_warn.h and modified 4 files
- … 8 more files in changeset.
hello_world.cpp and modified 6 files
- … 18 more files in changeset.
CMakeLists.txt
