]> www.git.momoyon.org Git - commonlib.git/shortlog
commonlib.git
5 days ago ahmedsamyh[commonlib.h] Add TODO. main
5 days ago ahmedsamyhMerge branch 'main' of ssh://github.com/momoyon/commonlib
5 days ago ahmedsamyh[commonlib.h] Add Math.clamp() and Sv.sv_get_part()
2025-04-13 momoyon[test.py] Update
2025-04-13 momoyonMerge branch 'main' of github.com:momoyon/commonlib
2025-04-13 momoyon[commonlib.h] sv_get_range()
2025-04-13 momoyon[commonlib.h] Add Maths
2025-04-11 ahmedsamyh[commonlib.h] Remove sv_to_ptr()
2025-04-08 ahmedsamyh[tests/string_view.c] Add tests for sv to number conver...
2025-04-08 ahmedsamyh[commonlib.h] Improve sv_to_<NUMBER_TYPE> funcs
2025-04-08 ahmedsamyh[test.py] Update
2025-04-07 ahmedsamyh[test] Remove unwanted test intermmediates.
2025-04-07 ahmedsamyh[tests] slurp_file.c -> read_file.c
2025-04-07 ahmedsamyh[commonlib.h] c_slurp_file() -> c_read_file().
2025-04-07 ahmedsamyh[test.py] Update
2025-04-06 momoyonRemove old testing intermmediates
2025-04-06 momoyonChange slurp_file to read in text_mode
2025-04-06 momoyonAdd test script for windows.
2025-04-06 momoyonChange slurp_file() to return file_size instead of...
2025-03-26 ahmedsamyh[commonlib.h] Arena_func -> arena_func.
2025-03-26 ahmedsamyh[tests] Add sv_to_cstr test in string_view.c
2025-03-26 ahmedsamyh[commonlib.h] Fix sv_to_cstr().
2025-03-26 ahmedsamyh[commonlib.h] c_<MACRO> -> C_<MACRO>
2025-03-25 ahmedsamyh[tests] Fix dynamic_array.c
2025-03-19 ahmedsamyhImplemented new modular test system.
2025-03-17 ahmedsamyhWIP: migrating to modular test.py
2025-03-17 ahmedsamyh[tests/dynamic_array.c] Add da_shift test.\
2025-03-17 ahmedsamyh[commonlib.h] Surround da in ()'s in da_shift().
2025-03-04 ahmedsamyh[commonlib.h] c_ASSERT -> assert in c_da_shift.
2025-03-04 ahmedsamyh[commonlib.h] pop_front -> shift.
2025-03-03 ahmedsamyh[commonlib.h] TODO Done: Refactor slurp_file error...
2025-02-28 ahmedsamyh[tests] New test string_view.c
2025-02-28 ahmedsamyh[commonlib.h] Implemented sv_lpop_until_string().
2025-02-28 ahmedsamyh[commonlib.h] cast cstr -> char* in c_SV() macro.
2025-02-28 ahmedsamyh[commonlib.h] Wrap sv arround () in SV_ARG(sv)
2025-02-26 ahmedsamyh[commonlib.h] Make memory allocation funcs redefinable.
2025-02-26 ahmedsamyh[commonlib.h] da_free.
2025-02-26 ahmedsamyh[commonlib.h] Remove prefix for String view interface.
2025-02-25 ahmedsamyh[test.py] New flag '-x' Stop on error.
2025-02-25 ahmedsamyh[test] New test 'shift_args.c'
2025-02-25 ahmedsamyh[commonlib.h] Implemented c_pop_front...
2025-02-25 ahmedsamyh[commonlib.h] Remove prefix for 'shift_args';
2025-02-21 ahmedsamyhFix da_append.
2025-01-26 ahmedsamyhRemove prefix of da_append...
2025-01-26 ahmedsamyhFix escaped comment
2025-01-26 ahmedsamyhRemove beykaaru assertion
2025-01-26 ahmedsamyhAdd new tess; dynamic_array.c
2025-01-26 ahmedsamyh[commonlib.h] Fix some prefix errors...
2025-01-26 ahmedsamyh[tests] verbose (-v) Flag.
2025-01-26 ahmedsamyhAdd flags and can pass, run multiple subcmds/flags
2025-01-26 ahmedsamyhAdd new test; slurp_file.c
2025-01-25 ahmedsamyhMuch nicer output
2025-01-25 ahmedsamyhRemove unnecessary test files.
2025-01-25 momoyonworkImplemented 'record' subcommand...
2025-01-25 momoyonworkChanged to python test script.
2025-01-25 ahmedsamyhChange testing to a python script.
2025-01-25 ahmedsamyhMake memory-allocation procs changable(for a lack of...
2025-01-25 ahmedsamyhWIP: String_Builder
2025-01-25 ahmedsamyh[commonlib.h] Add missing linux headers.
2025-01-25 momoyonworkRedirect test output to its own files...
2025-01-25 momoyonworkRemove prefix
2025-01-25 momoyonworkAdded .gitignore
2025-01-25 momoyonworkRemove *.exe
2025-01-25 momoyonworkImplement tests.
2025-01-25 momoyonworkAdd LICENSE and README.md
2025-01-25 momoyonworkAdd Dynamic-Array.
2025-01-25 momoyonworkPrefix everything*
2025-01-25 momoyonworkFix OS detection...
2025-01-25 momoyonworkRemoved ext-libs
2024-09-25 ahmedsamyhAdd os_file_exists() and touch_file_if_doesnt_exist()
2024-09-11 ahmedsamyh[log_file] Handle %.*s
2024-05-29 ahmedsamyhBake stb_ds.h and stb_sprintf.h
2024-05-29 ahmedsamyhDone many things...
2024-04-19 ahmedsamyhDone many things...
2024-03-24 ahmedsamyhInitial Commit