List of commits:
Subject Hash Author Date (UTC)
moved mem_check.h to memcheck.h to reflect macro name change d75193eeb7855679bf15fd9e896cef36caae2213 Josiah Mullins 2023-10-23 19:34:53
mem_check.h: Renamed all macros to be in the format MEMCHECK_name dfc0166e38d3fce58b03033507d32dee23ca9feb Josiah Mullins 2023-10-23 19:33:14
mem_check.h: Added support for typecasting the declarations. 37dc1d6bdd6f4bf770d41146c6f614059b9f1d02 Josiah Mullins 2023-10-05 18:11:09
Moved mem_check.c to mem_check_scanner.c 4a6548f5dd52c419dfa3b46b53dc8ff17f044203 Josiah Mullins 2023-10-05 18:04:42
README: Added instructions to include init and close calls in program. 9ceea9c4ae0c169a69fc1a0840402bfc2a2843cc Josiah Mullins 2023-10-05 18:02:22
Fixed bug with allocate memory and added include guards. 01034908e928b996abf6b92804a9f68112617af1 Josiah_Mullins_E6440 2020-02-14 17:53:16
master: initial commit of mem_check ede7de7550d3243f98279b5bd69eba18748105fa Josiah_Mullins_E6440 2020-02-12 17:42:39
Commit d75193eeb7855679bf15fd9e896cef36caae2213 - moved mem_check.h to memcheck.h to reflect macro name change
Author: Josiah Mullins
Author date (UTC): 2023-10-23 19:34
Committer name: Josiah Mullins
Committer date (UTC): 2023-10-23 19:34
Parent(s): dfc0166e38d3fce58b03033507d32dee23ca9feb
Signing key:
Tree: b43b847c940c2caf473de2e6723814cfddcf2df0
File Lines added Lines deleted
memcheck.h 0 0
File memcheck.h renamed from mem_check.h (similarity 100%)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ORpKTKoVQnFhs/Memory_Check

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ORpKTKoVQnFhs/Memory_Check

Clone this repository using git:
git clone git://git.rocketgit.com/user/ORpKTKoVQnFhs/Memory_Check

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main