]> www.git.momoyon.org Git - commonlib.git/log
commonlib.git
3 months agoAdd LICENSE and README.md
momoyonwork [Sat, 25 Jan 2025 07:20:10 +0000 (12:20 +0500)]
Add LICENSE and README.md

3 months agoAdd Dynamic-Array.
momoyonwork [Sat, 25 Jan 2025 07:17:09 +0000 (12:17 +0500)]
Add Dynamic-Array.

3 months agoPrefix everything*
momoyonwork [Sat, 25 Jan 2025 07:04:11 +0000 (12:04 +0500)]
Prefix everything*

3 months agoFix OS detection...
momoyonwork [Sat, 25 Jan 2025 06:46:29 +0000 (11:46 +0500)]
Fix OS detection...

- Fix ASSERT()
- Simplify logging.
- Remove Windows specific functions.
- Mark Unimplemented functions.

3 months agoRemoved ext-libs
momoyonwork [Sat, 25 Jan 2025 06:25:43 +0000 (11:25 +0500)]
Removed ext-libs

7 months agoAdd os_file_exists() and touch_file_if_doesnt_exist()
ahmedsamyh [Wed, 25 Sep 2024 13:30:25 +0000 (18:30 +0500)]
Add os_file_exists() and touch_file_if_doesnt_exist()

- @TODO: Also tweaked the log_print() function. Don't remember what tho.

8 months ago[log_file] Handle %.*s
ahmedsamyh [Wed, 11 Sep 2024 18:19:38 +0000 (23:19 +0500)]
[log_file] Handle %.*s

11 months agoBake stb_ds.h and stb_sprintf.h
ahmedsamyh [Wed, 29 May 2024 22:57:42 +0000 (03:57 +0500)]
Bake stb_ds.h and stb_sprintf.h

11 months agoDone many things...
ahmedsamyh [Wed, 29 May 2024 22:36:24 +0000 (03:36 +0500)]
Done many things...

- typedefs for wide chars.
- STRUCT and ENUM pre-declare macros.
- winapi_get_current_working_directory().
- Arena.buff_size's type: size_t -> uint64.
- Arena_make(buff_size) takes buff_size as argument.
- Arena_reset() which sets the ptr to buff.
- Arena_alloc_str() macro which allocs a str printed using snprintf
and returns the string
- new Category "String".
- cstr_to_wstr().
- new Category "Args".
- shift_args().
- Arena_alloc() reallocs buff if buff cannot hold new size.

13 months agoDone many things...
ahmedsamyh [Fri, 19 Apr 2024 19:10:11 +0000 (00:10 +0500)]
Done many things...

- Winapi functions
- real[32/64] -> float[32/64]
- Fix ASSERT()
- Refactor log_f
- String_view conversion functions
- Arena Allocator

13 months agoInitial Commit
ahmedsamyh [Sun, 24 Mar 2024 17:40:37 +0000 (22:40 +0500)]
Initial Commit