Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 3-add-makefile-with-structure
  • 4-add-create-init-function
  • 5-add-push-function-2
  • 9-add-destroy-function-2
  • 9-add-destroy-function-3
  • 9-add-destroy-function-4
  • main default protected
  • v0.1
8 results
Created with Raphaël 2.2.07Dec632129Nov28272524232216Merge branch '13-add-clear-function' into 'main'v0.1 mainv0.1 mainResolve "Add clear function that reallocs to DEFAULT_CAPACITY"Merge branch '10-add-is-empty-function' into 'main'Resolve "Add is empty function"Merge branch '5-add-push-function' into 'main'* Add push function that reallocates when full capacity is reached.Merge branch '3-add-makefile-with-structure' into 'main'Resolve "add makefile with structure"added test to clean3-add-makefile-…3-add-makefile-with-structurefixed makefile, main compilation and test compilationMerge branch 'main' into '3-add-makefile-with-structure'Merge branch '6-add-pop-function' into 'main'Resolve "Add pop function that removes top of the stack and reallocates if top < capacity / 4"Merge branch '9-add-destroy-function' into 'main'Resolve "Added destroy function" that frees the data and sets capacity and top to -1Update stack.c9-add-destroy-f…9-add-destroy-function-4Merge branch '8-add-get-length-function' into 'main'Merge branch 'main' into '8-add-get-length-function'Update stack.hUpdate stack.cUpdate README.mdMerge branch '12-add-print-function' into 'main'* Add stack_print(stack) function (when is_empty is available change implementation slightly)Update stack.hUpdate stack.cUpdate README.mdUpdate README.mdMerge branch '14-add-unit-testing-library' into 'main'* Added munit testing library.Merge branch '11-add-clone-function' into 'main'#11 Add stack_clone functionMerge branch '7-add-peek-function' into 'main'* Added stack_peek function to peek at the top of the stack.Merge branch 'stack_init' into 'main'* Added `stack_init()` functionUpdate MakefileUpdate Makefile. Merge branch 'main' into '3-add-makefile-with-structure'Update makefileUpdate Makefile + file and folder structure
Loading