| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* install numericx.h with Makefile rule install-lib
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
|
| |
* change make into $(MAKE)
* in compiling libraries, echo message with path
* create Makefile variables: INSTALL and prefix
* add rule install-lib
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
|
|
|
| |
* removed c99 as the c compiler variable
* add doc rule
* add build library rules for .a and .so
* mem2 rule now tests for 000 arg instead of 0
* clean rule update for libraries
* add numericx.h dependency to rules
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
| |
* add libnumericx.a static library building and clearing
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
| |
* the source code was, in the last commit, separated, in order to
create a library. Makes build the CLIs in the Makefile work.
* make clean cleans the *.o
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
| |
* If invalid number of arguments supplied to main(), return errno E2BIG
* add Makefile rule to test memory leak of wrong number of arguments to
main()
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
| |
* add to Makefile the rules: mem1, mem2 and mem3
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
| |
* fix sun-to-earth rule, missing -o
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
| |
* add tests/earth.sh
* add to Makefile all the necessary rules for `make test`
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
| |
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
| |
* add sun to earth and vice-versa rule, without adding it to the all
rule
* also add earth<->sun to 'clean' Makefile rule
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
| |
* add decimal to binary and vice-versa Makefile rule
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
| |
* add .PHONY to some rules in Makefile
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
|
| |
* add mem rule to Makefile
* add free_numeral()
* free all memory allocations
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
|
|
|
|
|
| |
* put all the rules to make programs to test my past numerical systems
programs
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|
|
Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
|