Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

3 check-ins using file scripts/addpayload.sh version 988c350508

2013-03-06
13:37
bootstrap.sh: When updating, reset the base repository to it's HEAD state to avoid stray files. check-in: 86148cc1a0 user: tcg.thegamer@gmail.com tags: filesystem, trunk
12:59
Add at least some text to README.md bootstrap.sh: Add update script function, to update local buildscripts when needed. Output required dependency information (pretty verbose) into .spm/deps. Add (currently commented out) libgit2 dependency for later use. Change build rules to optimise for size (-Os) Rename functions in script.{c,h} from script_* to spm_script_* Use renamed functions in spm.c check-in: 98b5fed840 user: tcg.thegamer@gmail.com tags: filesystem, trunk
2013-03-05
16:57
Change bootstrap script to use REPO variable instead of fully hardcoded constant. Add paklib/hello_world.c to showcase a simple tcc -run file. Update scripts/Tupfile to depend on the tcc binary too. Update scripts/addpayload.sh to also include the tcc native binary. Update src/spm.c to call lua, further calling tcc. check-in: 1d10790192 user: tcg.thegamer@gmail.com tags: filesystem, trunk