Yesterday
-
r968
(Added query method to database.Connection for one-off querie...) committed by ebben.fe...@gmail.com
- Added query method to database.Connection for one-off queries like insert, create table etc.
Added query method to database.Connection for one-off queries like insert, create table etc.
-
r967
(Removed duplicate code from JOAAT hash. JOAAT64 now uses shr...) committed by ebben.fe...@gmail.com
- Removed duplicate code from JOAAT hash. JOAAT64 now uses shr64 and shl64 for accurate results.
Removed duplicate code from JOAAT hash. JOAAT64 now uses shr64 and shl64 for accurate results.
-
-
r965
(Numerous includes were including the old -mt libs instead of...) committed by ebben.fe...@gmail.com
- Numerous includes were including the old -mt libs instead of the new .mt format. Updated Database
module to build .mt libs to match lib standard.
Numerous includes were including the old -mt libs instead of the new .mt format. Updated Database
module to build .mt libs to match lib standard.
-
r964
(Slight doc fix for Options module.) committed by ebben.fe...@gmail.com
- Slight doc fix for Options module.
Slight doc fix for Options module.
Last 7 days
-
r963
(Added addBool function to Options.parser.
Parser now present...) committed by ebben.fe...@gmail.com
- Added addBool function to Options.parser.
Parser now presents a list of options if -h or --help is passed on the commandline.
Added addBool function to Options.parser.
Parser now presents a list of options if -h or --help is passed on the commandline.
-
r962
(Added examples showing sha256 usage.
) committed by ebben.fe...@gmail.com
- Added examples showing sha256 usage.
Added examples showing sha256 usage.
-
-
r961
(Added shr64 adn shl64 functions to the Math module.
Added do...) committed by ebben.fe...@gmail.com
- Added shr64 adn shl64 functions to the Math module.
Added documentation menu item for sha2 header.
Fixed testcases for sha512 and added extra tests for different key lengths.
Added shr64 adn shl64 functions to the Math module.
Added documentation menu item for sha2 header.
Fixed testcases for sha512 and added extra tests for different key lengths.
-
r960
(Forgot to include error.bi for GetErrorText function
) committed by ebben.fe...@gmail.com
- Forgot to include error.bi for GetErrorText function
Forgot to include error.bi for GetErrorText function
-
-
r959
(Added better error reporting to md5 and sha2 File checksummi...) committed by ebben.fe...@gmail.com
- Added better error reporting to md5 and sha2 File checksumming functions.
Added better error reporting to md5 and sha2 File checksumming functions.
-
r958
(Added test cases for all key lengths of sha2, 384 and 512 ar...) committed by ebben.fe...@gmail.com
- Added test cases for all key lengths of sha2, 384 and 512 are not returning correct results atm.
Added test cases for all key lengths of sha2, 384 and 512 are not returning correct results atm.
-
r957
(Added SHA2 hashing code. Supports key sizes of 224, 256, 384...) committed by ebben.fe...@gmail.com
- Added SHA2 hashing code. Supports key sizes of 224, 256, 384 and 512.
Added SHA2 hashing code. Supports key sizes of 224, 256, 384 and 512.
-
-
-
-
-
ext_0_3_0_win32.zip (FreeBASIC Extended Library 0.3.0 Windows Binaries) file uploaded by ebben.fe...@gmail.com
-
Labels:
Featured
Type-Archive
OpSys-Windows
Labels:
Featured
Type-Archive
OpSys-Windows
-
ext_0_3_0_win32.zip (FreeBASIC Extended Library 0.3.0 Windows Binaries) file uploaded by ebben.fe...@gmail.com
-
Labels:
Featured
Type-Archive
OpSys-Windows
Labels:
Featured
Type-Archive
OpSys-Windows
-
r954
(Added documentation for Options module) committed by ebben.fe...@gmail.com
- Added documentation for Options module
Added documentation for Options module
-
r953
(Database module was only including the single threaded versi...) committed by ebben.fe...@gmail.com
- Database module was only including the single threaded version of the library
Database module was only including the single threaded version of the library
-
-
r951
(Fixed database module makefile to support MT builds and only...) committed by ebben.fe...@gmail.com
- Fixed database module makefile to support MT builds and only rebuilding what is necessary.
Fixed database module makefile to support MT builds and only rebuilding what is necessary.
Last 30 days
-
r950
(Changed the way the documentation is built to have a SVN rev...) committed by ebben.fe...@gmail.com
- Changed the way the documentation is built to have a SVN revision for daily docs.
sed script is provided in prebuild.sh, may provide native fb version for cross compatibility (or
perl which is required anyway).
Changed the way the documentation is built to have a SVN revision for daily docs.
sed script is provided in prebuild.sh, may provide native fb version for cross compatibility (or
perl which is required anyway).
-
r949
(Added sqlite3 dll for windows. This is version 3.6.20.
) committed by ebben.fe...@gmail.com
- Added sqlite3 dll for windows. This is version 3.6.20.
Added sqlite3 dll for windows. This is version 3.6.20.
-
-
Moving
(Where to find the new Wiki) Wiki page edited by ebben.fe...@gmail.com
- Revision r948
Changed wiki url to ext.freebasic.net/wiki
Revision r948
Changed wiki url to ext.freebasic.net/wiki
-
r947
(Internal strings were not being cleared in the destructors o...) committed by ebben.fe...@gmail.com
- Internal strings were not being cleared in the destructors of Connection and Statement.
Internal strings were not being cleared in the destructors of Connection and Statement.
-
r946
(Updated documentation and docs menu.
) committed by ebben.fe...@gmail.com
- Updated documentation and docs menu.
Updated documentation and docs menu.
-
r945
(Added documentation and example for Database classes using t...) committed by ebben.fe...@gmail.com
- Added documentation and example for Database classes using the SQLite3 driver.
Removed remaining files from old broken database system.
Added documentation and example for Database classes using the SQLite3 driver.
Removed remaining files from old broken database system.
-
r944
(Fixed misleading usage of a shared_ptr
) committed by ebben.fe...@gmail.com
- Fixed misleading usage of a shared_ptr
Fixed misleading usage of a shared_ptr
-
r943
(Removed broken and never finished db review module.
Added co...) committed by ebben.fe...@gmail.com
- Removed broken and never finished db review module.
Added code for new database system. There is currently only one driver: SQLite3
Documentation to follow.
Removed broken and never finished db review module.
Added code for new database system. There is currently only one driver: SQLite3
Documentation to follow.
-
-
-
r940
(Removed all references to #include "ext/ext.bi" (replaced wi...) committed by ebben.fe...@gmail.com
- Removed all references to #include "ext/ext.bi" (replaced with proper header).
Slight documentation improvements in hashtable.bi and bitarray.bi
Removed all references to #include "ext/ext.bi" (replaced with proper header).
Slight documentation improvements in hashtable.bi and bitarray.bi
Earlier this year
-
r939
(Updated TODO items to be for v0.4.0) committed by ebben.fe...@gmail.com
- Updated TODO items to be for v0.4.0
Updated TODO items to be for v0.4.0
-
r938
(fixed behaviour of ext.options.parser and updated example) committed by ebben.fe...@gmail.com
- fixed behaviour of ext.options.parser and updated example
fixed behaviour of ext.options.parser and updated example
-
r937
(Added interfaces. added floating-point specifiers to math/ma...) committed by ebben.fe...@gmail.com
- Added interfaces. added floating-point specifiers to math/matrix test in an attempt to fix test
case.
Added interfaces. added floating-point specifiers to math/matrix test in an attempt to fix test
case.
-
r936
(list_udt example now fully working.) committed by ebben.fe...@gmail.com
- list_udt example now fully working.
list_udt example now fully working.
-
-
r934
(added command line options parsing class and example.) committed by ebben.fe...@gmail.com
- added command line options parsing class and example.
added command line options parsing class and example.
-
-
r933
(Adding header for upcoming Options module, should be complet...) committed by ebben.fe...@gmail.com
- Adding header for upcoming Options module, should be complete soon.
new review:
owner: ebben.feagan
cc: lanaan.fisher
summary: Review API for "feel" and completeness.
Adding header for upcoming Options module, should be complete soon.
new review:
owner: ebben.feagan
cc: lanaan.fisher
summary: Review API for "feel" and completeness.
-
r932
(Added example of using ext.List with a user defined type. Ex...) committed by ebben.fe...@gmail.com
- Added example of using ext.List with a user defined type. Example is not fully formed at this time,
tests what is required to be included in a List.
Added example of using ext.List with a user defined type. Example is not fully formed at this time,
tests what is required to be included in a List.
-
r931
(Changed default read buffer size for md5 file checksummer to...) committed by ebben.fe...@gmail.com
- Changed default read buffer size for md5 file checksummer to 1M.
Added two examples for md5 functions, one to compute the checksum of text passed on the command line
and one to compute the checksum of all files passed on the command line (individually). Both output
compatible with the md5sum command (although our hash is uppercase).
Changed default read buffer size for md5 file checksummer to 1M.
Added two examples for md5 functions, one to compute the checksum of text passed on the command line
and one to compute the checksum of all files passed on the command line (individually). Both output
compatible with the md5sum command (although our hash is uppercase).
-
r930
(Fixed author of code to match current conventions.) committed by ebben.fe...@gmail.com
- Fixed author of code to match current conventions.
Fixed author of code to match current conventions.
-
r929
(One testcase for md5 had an incorrect hash.
Fixed md5 functi...) committed by ebben.fe...@gmail.com
- One testcase for md5 had an incorrect hash.
Fixed md5 functions with big help from yetifoot.
One testcase for md5 had an incorrect hash.
Fixed md5 functions with big help from yetifoot.
-
r928
(Formatting and variable initialization fixes. Still hunting ...) committed by ebben.fe...@gmail.com
- Formatting and variable initialization fixes. Still hunting down the bug.
Formatting and variable initialization fixes. Still hunting down the bug.
-
r927
(Added high level api for md5 functions to calculate checksum...) committed by ebben.fe...@gmail.com
- Added high level api for md5 functions to calculate checksums of strings, files and generic ptrs.
Added documentation for md5 functions.
Updated documentation Menu.
Added high level api for md5 functions to calculate checksums of strings, files and generic ptrs.
Added documentation for md5 functions.
Updated documentation Menu.
|