29 Commits

Author SHA1 Message Date
Leonetienne
f54d81913a add build status badge to readme
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-28 01:07:54 +02:00
Leonetienne
bc22288788 give drone ci file a proper name
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-27 22:09:24 +02:00
Leon Etienne
cd3b3417b1 Add drone ci config 2022-10-27 20:08:23 +00:00
Leonetienne
d71421f85c
Replace doxyrun.sh with makefile 2022-06-01 21:15:29 +02:00
Leonetienne
d70464ca6a
Adhere to new project structure 2022-05-17 00:36:05 +02:00
Leon Etienne
c0668e4313
Fix bad include guard 2022-03-13 14:01:30 +01:00
Leon Etienne
a41202ecef
Added missing parameter descriptions for minOutLen in BaseConversion 2022-02-28 00:12:03 +00:00
Leonetienne
fbcc0aa695 Added readme, license, and added frontpage to doxygen 2022-02-27 23:42:33 +01:00
Leonetienne
f397109521 Trigger ci/cd 2022-02-27 23:18:47 +01:00
Leonetienne
9bece91a1d Namespacyfied 2022-02-27 19:59:09 +01:00
Leonetienne
425d53dc90 Better incomment documentation 2022-02-27 19:54:10 +01:00
Leonetienne
d3e8236285 Specialized soruce files for utility domains 2022-02-27 19:48:37 +01:00
Leonetienne
51503ba0a8 Added test for padding with custom base 2022-02-27 19:37:39 +01:00
Leonetienne
efec74dfbb Better comments 2022-02-27 19:34:53 +01:00
Leonetienne
50957fb9a3 Abstracted Base10_2_X to work with arbitrary containers and digit-types 2022-02-27 19:32:37 +01:00
Leonetienne
6e62b312ce Abstracted BaseX_2_Y to work with arbitrary containers and digit-types 2022-02-27 19:27:18 +01:00
Leonetienne
63400955af Abstracted StringDivision to work with arbitrary containers and digit-types 2022-02-27 18:56:20 +01:00
Leonetienne
1903f19b96 Abstracted BaseX_2_10 to work with arbitrary containers and digit-types 2022-02-27 17:52:14 +01:00
Leonetienne
e1cf366e25 Added unit test to test for bit-independendy (converts a 4096-bit integer) 2022-02-27 17:27:12 +01:00
Leonetienne
206b4b0080 Added doxygen configuration 2022-02-27 17:26:47 +01:00
Leonetienne
eaa406c9e6 Added Base10_2_X wrapper, and tests 2022-02-27 17:08:57 +01:00
Leonetienne
932bd62477 Implemented and tested Base_X_2_Y 2022-02-27 16:55:18 +01:00
Leonetienne
88d78a472b Added tests for baseX_2_10 2022-02-27 16:09:25 +01:00
Leonetienne
a0a77f51fe Added tests for string division expecting exceptions 2022-02-27 15:55:47 +01:00
Leonetienne
5ff48cb710 Added tests for StringDivision, made it work with any base, and implemented BaseX_2_10 2022-02-27 15:49:09 +01:00
Leonetienne
c174a95622 Added documentation for Ord 2022-02-27 14:33:54 +01:00
Leonetienne
0886aa0a68 Tests for Ord method 2022-02-27 14:32:09 +01:00
Leonetienne
f776f48e21 Imported Ord method, and added a simple test 2022-02-27 14:05:51 +01:00
Leonetienne
2958c2c72b Initial commit 2022-02-27 13:48:21 +01:00