Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make numericx_translate() | Daniel Santos | 2022-03-17 | 1 | -35/+140 |
* | remove DEBUG | Daniel Santos | 2022-03-17 | 1 | -27/+0 |
* | rename doxygen.conf to Doxyfile | Daniel Santos | 2022-03-16 | 1 | -0/+0 |
* | doc update | Daniel Santos | 2022-03-16 | 1 | -0/+0 |
* | add html symlink for doxygen build | Daniel Santos | 2022-03-16 | 1 | -0/+1 |
* | add Documentation section in README.md | Daniel Santos | 2022-03-16 | 1 | -0/+4 |
* | add submodule doc/ | Daniel Santos | 2022-03-16 | 2 | -0/+4 |
* | remove html/ for submodule | Daniel Santos | 2022-03-16 | 100 | -6333/+0 |
* | update README.md | Daniel Santos | 2022-03-16 | 2 | -2/+2 |
* | add doxygen | Daniel Santos | 2022-03-16 | 102 | -40/+9130 |
* | test rule in Makefile | Daniel Santos | 2022-03-15 | 2 | -0/+64 |
* | better comments and legibility | Daniel Santos | 2022-03-14 | 1 | -6/+85 |
* | rearrange Makefile | Daniel Santos | 2022-03-14 | 1 | -29/+20 |
* | update README.md | Daniel Santos | 2022-03-13 | 1 | -10/+10 |
* | better invalid numeral error message | Daniel Santos | 2022-03-13 | 1 | -1/+2 |
* | create README.md | Daniel Santos | 2022-03-13 | 1 | -0/+64 |
* | add to Makefile sun<->earth rule | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | add decimal<->binary Makefile rule | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | add .PHONY to Makefile | Daniel Santos | 2022-03-12 | 1 | -0/+4 |
* | minor optimization for main cycle | Daniel Santos | 2022-03-12 | 1 | -1/+7 |
* | static program name (macro) | Daniel Santos | 2022-03-12 | 1 | -8/+6 |
* | free memory | Daniel Santos | 2022-03-12 | 2 | -1/+30 |
* | Check if number belongs to numerical system | Daniel Santos | 2022-03-12 | 1 | -0/+23 |
* | Makefile update | Daniel Santos | 2022-03-12 | 1 | -4/+54 |
* | add MIT license | Daniel Santos | 2022-03-11 | 1 | -0/+21 |
* | DEBUG messages more compact | Daniel Santos | 2022-03-11 | 1 | -9/+9 |
* | add TO_INFINITE_BASE flag | Daniel Santos | 2022-03-11 | 1 | -6/+9 |
* | add FROM_INFINITE_BASE flag | Daniel Santos | 2022-03-11 | 1 | -2/+32 |
* | add (FROM and TO)_FIRST_NUMBER_VOID flags | Daniel Santos | 2022-03-10 | 1 | -0/+39 |
* | compile flags don't need true | Daniel Santos | 2022-03-10 | 1 | -9/+12 |
* | add TO_UNITS_ON_THE_END and FROM_UNITS_ON_THE_END | Daniel Santos | 2022-03-09 | 1 | -6/+49 |
* | add argument processing | Daniel Santos | 2022-03-09 | 1 | -0/+7 |
* | remove unnecessary is_same_size function | Daniel Santos | 2022-03-08 | 1 | -14/+0 |
* | add gitignore | Daniel Santos | 2022-03-08 | 1 | -0/+1 |
* | working | Daniel Santos | 2022-03-08 | 2 | -0/+172 |