TD_C.git
2017-03-22  Jérôme BenoitTP 13 exo2: Fix the beginning round of winning conditio...
2017-03-22  Jérôme BenoitTP_13 exo2: Finish the implementation of a basic tic...
2017-03-21  Jerome BenoitBuildSystem: Sync with latest in more exercices
2017-03-21  Jerome BenoitBuildSystem: Permit to differentiate between native...
2017-03-20  Jerome BenoitBuildSystem: Even more sync to latest
2017-03-20  Jerome BenoitBuildSystem: Sync more exercices with the latest one
2017-03-20  Jerome BenoitTP_13 exo2: More explicit name to the includes path...
2017-03-20  Jerome BenoitRefinements to .gitignore
2017-03-20  Jerome BenoitBuildSystem: Cygwin support for building proper DLL.
2017-03-20  Jérôme BenoitMerge branch 'master' of https://github.com/jerome...
2017-03-20  Jérôme BenoitInitial commit
2017-03-19  Jérôme BenoitTP 13 exo2: Implement the missing bits to do a full...
2017-03-18  Jerome BenoitRefinement to .gitignore
2017-03-18  Jerome BenoitBuildsystem: be more friendly with cygwin environment
2017-03-17  Jérôme BenoitTP 13 exo2: preliminary loop for a full tic-tac-toe...
2017-03-16  Jérôme BenoitTP 13 exo2: More routine for
2017-03-15  Jérôme BenoitTP 11 exo2: sync with the latest Makefile version with...
2017-03-15  Jérôme BenoitTP 13 exo2: Add the code structure and some basic displ...
2017-03-15  Jérôme BenoitTP 13 exo1: Give more explicits name to callbacks
2017-03-15  Jérôme BenoitTP 13 exo1: Enable LTO and GOLD on all build types
2017-03-15  Jérôme BenoitTP 13 exo1: Add LTO and GOLD support to the Makefile...
2017-03-14  Jérôme BenoitTP 13 exo1: Implement array resizing
2017-03-14  Jérôme BenoitTP 13 exo1: implement odd and even elements counting...
2017-03-14  Jérôme BenoitTP 13 exo1: Implement all the required features.
2017-03-13  Jérôme BenoitTP 13 exo1: Implement more asked features and test...
2017-03-13  Jérôme BenoitTP 11 exo1: deconstify where appropriate
2017-03-13  Jérôme BenoitTP 11 exo1: affecting a value cost less than branching
2017-03-13  Jérôme BenoitTP 11 exo1: simplify the logic in the array creation...
2017-03-13  Jérôme BenoitTP 13 exo1: return the dynamic array created or modifie...
2017-03-12  Jérôme BenoitTP 13 exo1: create an array in the main()
2017-03-12  Jérôme BenoitTP 13 exo1: Add more library functions
2017-03-10  Jérôme BenoitTP 13 exo1: Rename the integer values swap function
2017-03-10  Jérôme BenoitFix a typo in the usage description of the new and...
2017-03-10  Jérôme BenoitTP 7 exo1: Remove a useless branching in a int* swap...
2017-03-09  Jérôme BenoitTP 11 exo2: Reorganize the directories structure to...
2017-03-09  Jérôme BenoitTP 13 exo1: Document some more the Makefile usage
2017-03-09  Jérôme BenoitTP 13 exo1: Fix a typo in the Makefile
2017-03-09  Jérôme BenoitTP 13 exo1: Document a bit the Makefile usage
2017-03-09  Jérôme BenoitTP 13 exo1: Add libraries functions already written
2017-03-09  Jérôme BenoitTP 13 exo1: Finish the buildsystem and the directories...
2017-03-09  Jérôme BenoitTP 13 exo1: Makefile:
2017-03-09  Jérôme BenoitTP 11 exo1: Makefile: differenciate the compiliator...
2017-03-09  Jérôme BenoitTP_13 exo1: Commit the basic exercice structure with...
2017-03-08  Jérôme BenoitTP 12 exo3: Add a basic exercice skeleton for file...
2017-03-08  Jérôme BenoitFix a typo in the GCC Makefile flags
2017-03-08  Jérôme BenoitTP 12 exo2: to not handle scanf() return code for now
2017-03-08  Jérôme BenoitTP 12 exo2: Basic file manipulations
2017-03-08  Jérôme BenoitTP_12 exo1: Use a callback in the bubble sort to a...
2017-03-08  Jérôme BenoitTP 11 exo2: avoid a function run at each for() loop...
2017-03-08  Jérôme BenoitTP11 exo3: Remove a compiler warning
2017-03-07  Jérôme BenoitTP11 exo3: Push the trivial implementation
2017-03-07  Jérôme BenoitTP11 exo2: Finish the asked features implementation
2017-03-07  Jérôme BenoitTP11 exo2: Respect the specification for displayList...
2017-03-07  Jérôme BenoitTP11 exo2: Makefile: Add a static binary target and...
2017-03-07  Jérôme BenoitTP11: Rename the static binary target to express that...
2017-03-07  Jérôme BenoitTP11 exo2: Add basics UI functions and integrate them...
2017-03-07  Jérôme BenoitTP11 exo1: Properly make linked list function a library...
2017-03-07  Jérôme Benoitfixlet to .gitignore
2017-03-06  Jérôme BenoitTP 11 exo1: permit to specify linker libs to all releva...
2017-03-06  Jérôme BenoitTP 11 exo1: Fix the Makefile to produce the shared...
2017-03-06  Jérôme BenoitTP 11 exo1: Add the tweaked Makefile to make the linked...
2017-03-05  Jerome BenoitTP9 exo2: Code cleanup (indentation and unused header...
2017-03-05  Jerome BenoitTP 9 exo2: Implement a merge sort function for the...
2017-03-05  Jerome BenoitRefinement to .gitignore
2017-03-04  Jerome BenoitTP 9 exo2: fix a typo in a comment.
2017-03-03  Jerome BenoitTP 9 exo2: correct some types mismatching.
2017-03-03  Jerome BenoitTP 9 exo2: Add list_concat() linked list helper function.
2017-03-03  Jerome BenoitTP 9 exo2: Add link_sort linked list helper function
2017-03-03  Jerome BenoitTP 9 exo2: Better handling of special cases in list_del...
2017-03-03  Jerome BenoitTP 8 exo1: Fix a memory allocation comment.
2017-03-03  Jerome BenoitTP 9 exo2: Fix the link_delete function return value...
2017-03-01  Jérôme BenoitTP 9 exo2: Fix linked list insert helper function.
2017-03-01  Jérôme BenoitTP 9 exo2: handle out of bound list operations properly.
2017-03-01  Jérôme BenoitTP 9 exo2: Add list_insert and list_delete linked list...
2017-03-01  Jérôme BenoitTP_9 exo2: update Makefile
2017-03-01  Jérôme BenoitUpdate the exercice skeleton Makefile to the one given...
2017-03-01  Jérôme BenoitTP 9 exo2: Simplify the return value handling in the...
2017-02-28  Jérôme BenoitTP_9 exo2: preliminary work on linked list helpers.
2017-02-28  Jérôme BenoitTP_8 exo3: Fix the linked list freeing function to...
2017-02-28  Jérôme BenoitTP_9 exo1: Fix the linked list freeing function to...
2017-02-28  Jérôme BenoitTP_9 exo1: split the linked list implementation into...
2017-02-28  Jérôme BenoitTP_8 exo2: be more explicative about a false malloc...
2017-02-28  Jérôme BenoitTP_8 exo3: Properly free the memory on all elements...
2017-02-28  Jérôme BenoitEnable more warnings on more TP examples.
2017-02-28  Jérôme BenoitFix a mismatching type comparison.
2017-02-28  Jérôme BenoitEnable more warning at compilation time.
2017-02-27  Jérôme BenoitAdding TP 8 exo3
2017-02-27  Jérôme BenoitAdd TP8 exo2
2017-02-27  Jérôme BenoitTP 8 exo1: be more explicit about the malloc size.
2017-02-27  Jérôme BenoitAdd clean target to TP 7 correction Makefile.
2017-02-27  Jérôme BenoitAdd TP 7 correction.
2017-02-27  Jérôme BenoitTP_8 exo1
2017-02-27  Jérôme BenoitRename one TP number.
2017-02-27  Jérôme BenoitREADME: fix some typos
2017-02-27  Jérôme BenoitReorganize the repository structure to deal with more...
2017-02-26  Jerome BenoitREADME: fix some typos.
2017-02-26  Jerome Benoitexo1.c: enforce an stdout buffer write after a printf...
2017-02-26  Jerome Benoitexo1.c: Use VLA array correctly to store integer values...
2017-02-26  Jerome Benoitexo3.c: Properly initalize a for loop count integer...
2017-02-25  Jerome Benoit.gitignore: make cygwin users happy.
next