0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 2 years ago.
Oct 02, 2022 — Oct 02, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added command-line parsing via the popt library for RBILadmin. More... about 18 years ago
Attempted to add source groups for the header files. More... about 18 years ago
Added some comments to openRBIL_dom.h. More... about 18 years ago
Added functions to support the DOM Element. More... about 18 years ago
Moved the DOM to its own header and set of implementation files. More... about 18 years ago
Moved the string data and functions to their own files separate from the generic type files. More... about 18 years ago
New algorithm for generating the date hash. Instead of taking just the first 4 bytes, More... about 18 years ago
Changed the version.build value to be a hash of the date-time stamp when it is build. More... about 18 years ago
Moved some information from include/openRBIL_types.h to libRBIL/include/openRBIL_internal_types.h. More... about 18 years ago
Removed the hello() function. The function was only needed to show that the library could be access and was being called. We now have actual functions in the library to use, so we don't need it any more. More... about 18 years ago
Renamed generateDebug.sh to generateBuild.sh as the script will generate more than one build type. More... about 18 years ago
Fixed generateDebug.sh so that it works 100% without any errors. More... about 18 years ago
Added a Bash script for easily generating the build environment. More... about 18 years ago
Forgot to add a file. More... about 18 years ago
Corrected bug in printing information. More... about 18 years ago
Added more information, namely about API layers and targetting C and C++ for the API. Some may say "why not do this in Java"? However, to allow many programs to be able to use the API, it must start at a systems-level language. Not all programs are Java, and C is good for this. We can create wrappers, and other stuff to do C++, Java, and other languages as needed. More... about 18 years ago
Added function to get the library version information. More... about 18 years ago
Added initialization and finalization functions to libRBIL. More... about 18 years ago
Adding Concept of Operations and Requirements to the engineering section. More... about 18 years ago
Added a missing header. More... about 18 years ago
Fixed compilation errors. More... about 18 years ago
Added a branch for doing the software engineering work for the project. More... about 18 years ago
Added a branch for doing the software engineering work for the project. More... about 18 years ago
Added a copy of the GNU GPLv3 and a readme file about the licensing. More... about 18 years ago
Added copyright and license statements to all code files. More... about 18 years ago
Removed libRBIL.cpp - we're not going to be using it any way. More... about 18 years ago
Fixed the CMakeLists.txt so that getSVNversion.sh gets run all the time. More... about 18 years ago
Converted stuff back to C due to some build issues. More... about 18 years ago
Added a directory for performing builds in. More... about 18 years ago
Finished conversion to C++. Apparently g++ v4 doesn't like linking C++ with C, so no mixing! More... about 18 years ago