2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Most graphics module functions updated to use the Image class instead of FB.IMAGE
sir_mud
as Ebben Feagan
More... about 11 years ago
Added macros: FBEXT_TIMED_OP_START/END to assist with timing operations.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added JSONobject::child(index) method.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed File::generic_readline could potentially read past end of buffer. Added advanced json tests. JSON top-level arrays now are parsable, they appear as an "empty" child under the top object.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added tag dev-release-3-10-13 for changeset ee94d2af89f8
sir_mud
as Ebben Feagan
More... about 11 years ago
updated project documentation
sir_mud
as Ebben Feagan
More... about 11 years ago
Edited main documentation.
sir_mud
as Ebben Feagan
More... about 11 years ago
Tweaked json module docs
sir_mud
as Ebben Feagan
More... about 11 years ago
Added documentation for json module.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added json testcase to test slightly more complex json
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed array parsing in json module.
sir_mud
as Ebben Feagan
More... about 11 years ago
json parser now works in simple cases. parser fails on arrays
sir_mud
as Ebben Feagan
More... about 11 years ago
New Module: json header: ext/json.bi Currently JSONobject.loadString is a nullop. Manual creation is supported.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added: New *untested* Database driver for Postgre Fixed Database module makefile to prevent constant recompiling of module
sir_mud
as Ebben Feagan
More... about 11 years ago
added check to prevent calling config::load multiple times, leaking memory
sir_mud
as Ebben Feagan
More... about 11 years ago
Removed older versions of Database drivers.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added new module: config based on libfbconfig 1.2 Changed: Database connection/driver details, see example for usage.
sir_mud
as Ebben Feagan
More... about 11 years ago
added placeholder for Array(allocator) constructor, needs proper classes.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added sort function to Array class.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added at method to Array class per TODO.
sir_mud
as Ebben Feagan
More... about 11 years ago
Updated copyright notice
sir_mud
as Ebben Feagan
More... about 11 years ago
Various references to deprecated vector classes changed to new vectors. All examples now compile.
sir_mud
as Ebben Feagan
More... about 11 years ago
Fixed all library uses of the deprecated Vector classes to use the new versions.
sir_mud
as Ebben Feagan
More... about 11 years ago
Changed use of math/vectors.bi from warning to error by default. Can be overridden by defining FBEXT_USE_DEPRECATED before including the header.
sir_mud
as Ebben Feagan
More... about 11 years ago
Updated constants so now all tests pass.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added tests for BloomFilter class
sir_mud
as Ebben Feagan
More... about 11 years ago
Added BloomFilter class. Added seed param to joaat function (for bloomfilter) Added bin(load/dump) to BitArray (for bloomfilter)
sir_mud
as Ebben Feagan
More... about 11 years ago
Added copyright notice to memorydriver source. Removed Diskfiledriver, the File class retains it's original function for standard disk files.
sir_mud
as Ebben Feagan
More... about 11 years ago
Removed debug printing from test.
sir_mud
as Ebben Feagan
More... about 11 years ago
Added test-case testing a String as a file
sir_mud
as Ebben Feagan
More... about 11 years ago