index
:
xlgmokha/gol_c.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-01-03
move tests to a separate test directory.
mo khan
2014-12-31
use "COLUMNS" and "LINES" environment variables.
mo khan
2014-12-31
extract clean target and CLFAGS.
mo khan
2014-12-30
extract variable.
mo khan
2014-12-30
rename variable.
mo khan
2014-12-30
inline conditional.
mo khan
2014-12-30
update test.
mo khan
2014-12-30
use cell_at.
mo khan
2014-12-30
extract cell print.
mo khan
2014-12-30
extract each.
mo khan
2014-12-30
move more out of main and in to world.
mo khan
2014-12-30
remove old files.
mo khan
2014-12-30
update maint to use the new world object.
mo khan
2014-12-30
add world_print.
mo khan
2014-12-30
add test target.
mo khan
2014-12-29
use pointers to cells instead.
mo khan
2014-12-29
extract cell class and fix broken test.
mo khan
2014-12-29
add tests for new world implementation.
mo khan
2014-12-29
kill all cells.
mo khan
2014-12-29
initialize world with cells.
mo khan
2014-12-29
start to define a world object.
mo khan
2014-10-28
move freeing memory to the function that allocated the memory.
mo khan
2014-10-28
extract clear_screen function.
mo khan
2014-10-27
free memory and break tests.
mo khan
2014-10-27
read width from environment variable.
mo khan
2014-10-27
move WIDTH & HEIGHT to extern variables.
mo khan
2014-10-27
remove a bunch of hard coded numbers and used fix constants instead.
mo khan
2014-10-27
generate a random world.
mo khan
2014-10-27
scrub memory.
mo khan
2014-10-27
use malloc to allocate memory on heap instead of using local stack variable.
mo khan
2014-10-26
remove extra printf.
mo khan
2014-10-26
move header files into src dir.
mo khan