projects
/
Libft.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Libft.git
2024-05-06
Lukas Jiriste
Fix ft_mat_fill by swapping rows and columns
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-05-02
Lukas Jiriste
Add ft_strcat_alloc
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-04-25
Lukas Jiriste
Fix for "0" input to be recognized as valid int
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-04-10
Lukas Jiriste
Merge branch 'isint' into no_crash
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-04-10
Lukas Jiriste
Add ft_isint function
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-04-05
Lukas Jiriste
Add function for filling a matrix
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-04-02
Lukas Jiriste
Add function for filling matrix with zeros
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-03-08
Lukas Jiriste
Change string writting functions to accept const
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-03-05
Lukas Jiriste
Add ft_dprintf for outputing to file descriptor
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-02-29
Lukas Jiriste
Fix incorect memmove
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-02-23
Lukas Jiriste
Add ft_min and ft_max functions for int and size_t
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-02-16
Lukas Jiriste
Make get_next_line able to free all its memory
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-30
Lukas Jiriste
Fix indentation of ft_sgn
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-18
Lukas Jiriste
Add ft_sgn signum function
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-17
Lukas Jiriste
Improve matrix handling, remove VEC_INIT macro
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-14
Lukas Jiriste
Add a macro for t_vec initialization
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-13
Lukas Jiriste
Patch the issues of previous commit.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-13
Lukas Jiriste
Add ft_strcmp function.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-12
Lukas Jiriste
Add functions for finding element in vector
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2024-01-12
Lukas Jiriste
Implement matrix t_mat as a wrapper around t_vec
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-11
Lukas Jiriste
Remove void* arithmetic, conform to the Norm
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-11
Lukas Jiriste
Add some t_vec functions and change name
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-10
Lukas Jiriste
Improve ft_vec_erase and ft_vec_free
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-09
Lukas Jiriste
Add a ft_vec module for vector struct
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-09
Lukas Jiriste
Move all "public" header files to ./inc directory
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-09
Lukas Jiriste
Enforce header inclusion rules
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-09
Lukas Jiriste
Set e-mail in the 42 header to the correct one
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-09
Lukas Jiriste
Change file structure of this library
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-07
Lukas Jiriste
Patch ft_lst_sorted_insert to actually insert
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-06
Lukas Jiriste
Add long and long long versions of ft_atoi.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-03
Lukas Jiriste
Change permissions of files added in previous commit
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-12-03
Lukas Jiriste
Add get_next_line to libft
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-11-03
Lukas Jiriste
Change subproject handling, add advanced list funcs
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-11-01
Lukas Jiriste
Update ft_printf for its .gitignore
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-11-01
Lukas Jiriste
Added .gitignore not to disturb git status when built
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-10-03
Lukas Jiriste
Added ft_printf as a submodule.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-27
Lukas Jiriste
Removed assigning to dest[n+1]. It should have been...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-15
Lukas Jiriste
Added the function itoa_base fr unsigned integers....
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-11
Lukas Jiriste
This branch will contain functions that don't crash...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-08
Lukas Jiriste
Repaired the function, so it can return "0" and doesn...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-06
Lukas Jiriste
Merge branch '42Project' as it holds patched functions.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-06
Lukas Jiriste
Setting errno for inappropriate input has been removed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-06
Lukas Jiriste
ft_strtrim now passes alelievr/libft-unit-test as do...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-05
Lukas Jiriste
Changed the functions so that they pass the alelievr...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-05
Lukas Jiriste
ft_ctoa forward declaration has not been included in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-09-05
Lukas Jiriste
Added functions abs, ctoa and itoa_base and changed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-24
Lukas Jiriste
Repaired ft_strndup. It duplicated n - 1 characters.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-24
Lukas Jiriste
Erased mentions of bonus from Makefile and libft.h...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-24
Lukas Jiriste
Added ft_strndup, because it is usefull for ft_printf.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-16
Lukas Jiriste
Added bonus functions and changed libft.h and Makefile...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-16
Lukas Jiriste
Function ft_strtrim now allocates exactly the memory...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-16
Lukas Jiriste
Repaired functions to pass the Tripouille libftTester...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-15
Lukas Jiriste
Implemented functions of Part 2 and repaired older...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-15
Lukas Jiriste
Implemented every function from Part 1.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2023-08-14
Lukas Jiriste
Added a couple of wanted functions.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)