Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
ctl
Browse files
Nov 03, 2024
Fix spelling
· 59648f13
sequpt
authored
Nov 03, 2024
59648f13
Add copyright notice in the license
· aafee092
sequpt
authored
Nov 03, 2024
aafee092
Fix URLs in `CONTRIBUTING.md` and `README.md`
· 3be271cc
sequpt
authored
Nov 03, 2024
3be271cc
Update `.gitignore`
· 5cf2b810
sequpt
authored
Nov 03, 2024
5cf2b810
Jan 25, 2023
Update `.gitignore` to
tools-config@188fd496
· 14bd3f77
sequpt
authored
Jan 25, 2023
14bd3f77
Jan 19, 2023
Update `.gitlab-ci.yml` to
tools-config@3a68dd9d
· 2184bdc6
sequpt
authored
Jan 19, 2023
2184bdc6
Jan 19, 2022
Update makefiles to
tools-config@cd2bf298
· 8d741322
sequpt
authored
Jan 19, 2022
8d741322
Nov 11, 2021
Release 0.3.0
· 05c957d2
sequpt
authored
Nov 11, 2021
View commits for tag 0.3.0
0.3.0
05c957d2
Nov 10, 2021
Simplify `ctl_dyn_array` by removing some functionalities
· f512f172
sequpt
authored
Nov 10, 2021
f512f172
Oct 21, 2021
Rewrite `test_ctl_stack.c` to have more self-contained tests and add some cases.
· ddc1213c
sequpt
authored
Oct 21, 2021
ddc1213c
Fix bug in `ctl_Stack_ShrinkToFit()` where `realloc(0)` was called
· b036d345
sequpt
authored
Oct 21, 2021
b036d345
Add a few information to the top comment in `ctl_stack_impl.h`
· 0787d98b
sequpt
authored
Oct 21, 2021
0787d98b
Oct 13, 2021
Update makefiles to
tools-config@3d603b04
· 94a41667
sequpt
authored
Oct 13, 2021
94a41667
Oct 10, 2021
Update makefiles to
tools-config@2406c583
· 577bacaa
sequpt
authored
Oct 10, 2021
577bacaa
Aug 27, 2021
Release 0.2.0
· aa9bc727
sequpt
authored
Aug 27, 2021
View commits for tag 0.2.0
0.2.0
aa9bc727
Add a stack data structure
· 04bf9ef6
sequpt
authored
Aug 27, 2021
04bf9ef6
Fix link to `Thanks` section in `README.md`
· 4b411ccc
sequpt
authored
Aug 27, 2021
4b411ccc
Release 0.1.1
· ec20e984
sequpt
authored
Aug 27, 2021
View commits for tag 0.1.1
0.1.1
ec20e984
Update `CHANGELOG.md`
· f07b5438
sequpt
authored
Aug 27, 2021
f07b5438
Add `Thanks` section to `README.md`
· ab8b4fbd
sequpt
authored
Aug 27, 2021
ab8b4fbd
Fix use of wrong function in `TEST_ctl_DynArray_PopFront()`
· 83f806fe
sequpt
authored
Aug 27, 2021
83f806fe
Fix speed hit in `ctl_DynArray_PushBack()` when not compiling with `O3`
· fd3191db
sequpt
authored
Aug 27, 2021
fd3191db
Aug 25, 2021
Release 0.1.0
· baa477d5
sequpt
authored
Aug 25, 2021
View commits for tag 0.1.0
0.1.0
baa477d5
Update `CHANGELOG.md`
· 5b34be65
sequpt
authored
Aug 25, 2021
5b34be65
Add missing header in `test_ctl_dyn_array.c`
· 5986184b
sequpt
authored
Aug 25, 2021
5986184b
Modify `ctl_DynArray_Clear()` to be shorter
· 4997044b
sequpt
authored
Aug 25, 2021
4997044b
Add `const` qualifier in `ctl_dyn_array_move_to_start()`
· 2ec625ad
sequpt
authored
Aug 25, 2021
2ec625ad
Modify `ctl_dyn_array_shift_right()` to be clearer
· 10d2dd86
sequpt
authored
Aug 25, 2021
10d2dd86
Modify `ctl_DynArray_Remove()` to be clearer
· 58b6eb96
sequpt
authored
Aug 25, 2021
58b6eb96
Cosmetic changes
· 09c8b2fe
sequpt
authored
Aug 25, 2021
09c8b2fe
Add `ctl_DynArray_Remove()` and `TEST_ctl_DynArray_Remove()`
· 5ef7a12a
sequpt
authored
Aug 25, 2021
5ef7a12a
Add `ctl_DynArray_ShrinkToFit()` and `TEST_ctl_DynArray_ShrinkToFit()`
· 2453c2fb
sequpt
authored
Aug 25, 2021
2453c2fb
Aug 24, 2021
Fix documentation for `ctl_DynArray_Reserve()`
· 0b271230
sequpt
authored
Aug 24, 2021
0b271230
Add `ctl_DynArray_Resize()` and `TEST_ctl_DynArray_Resize()`
· 7e6cf22b
sequpt
authored
Aug 24, 2021
7e6cf22b
Aug 23, 2021
Set CI for GitLab
· 31d20c86
sequpt
authored
Aug 23, 2021
31d20c86
Add `CHANGELOG.md`
· f50c8c47
sequpt
authored
Aug 23, 2021
f50c8c47
Add unit tests for `CTL_DYN_ARRAY`
· bab8160f
sequpt
authored
Aug 23, 2021
bab8160f
Add a dynamic array data structure
· ab72f7c5
sequpt
authored
Aug 23, 2021
ab72f7c5
Add `ctl.h` and `ctl_impl.h`
· 7cdb4b94
sequpt
authored
Aug 23, 2021
7cdb4b94
Add `cpl-0.1.0` as external library
· 2f0d13c8
sequpt
authored
Aug 23, 2021
2f0d13c8
Loading