Cleanups.
[TD_C.git] / TP_13 /
2017-09-04  Jerome BenoitMakefile: Use a variable for DLL archive targets.
2017-09-03  Jerome BenoitUse a variable for DLL MIME type.
2017-08-24  Jerome BenoitReorder functions list.
2017-08-24  Jerome BenoitSpell fix in comment.
2017-08-24  Jerome BenoitMove callback functions into the same file
2017-06-03  Jérôme BenoitTP_13 exo1: Also use the brand new builsystem that...
2017-06-03  Jerome BenoitTP_13: Fix the Cygwin support in the buildsystem
2017-06-03  Jérôme BenoitTP_13: Fix the clean target for Mac OS X
2017-06-03  Jérôme BenoitTP_13: Port the buildsystem to Mac OS X
2017-05-12  Jerome BenoitTP_13 exo2: filter out the local library name for cygwi...
2017-05-06  Jérôme BenoitTP13 exo2: Remove FIXME comments that have been addressed.
2017-05-06  Jérôme BenoitTP13 exo2: Fix off-by-one in the pawns displaying...
2017-05-05  Jérôme BenoitBe more explicit in Makefiles about external libraries...
2017-04-24  Jérôme BenoitTP_13 exo2: Spell fix in comment
2017-04-01  Jérôme BenoitTP_13 exo1: Beautify an error message
2017-04-01  Jérôme BenoitTP_13 exo2: use C99 struct initializers
2017-03-30  Jérôme BenoitTP_13 exo1: Fix a memleak on the prompt error handling...
2017-03-29  Jérôme BenoitTP 13 exo1: Only free when needed the array
2017-03-28  Jérôme BenoitTP_13 exo2: Makefile fixlet
2017-03-27  Jérôme BenoitTP_13: fixlet to a function declaration in a comment
2017-03-23  Jérôme BenoitTP 13 exo2: Robustify the current tic-tac-toe implement...
2017-03-23  Jerome BenoitTP 13 exo1: Implement a FIXME on array dynamic resizing
2017-03-22  Jérôme BenoitTP 13 exo2: Code cleanups
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 BenoitBuildSystem: Cygwin support for building proper DLL.
2017-03-20  Jérôme BenoitMerge branch 'master' of https://github.com/jerome...
2017-03-19  Jérôme BenoitTP 13 exo2: Implement the missing bits to do a full...
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 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-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...