assignment-template.git
2013-02-22 W. Trevor KingMakefile: Use the cyclic 'hsv' color map for angle... phys305/gaussian-bumps
2013-02-22 W. Trevor Kingscatter: fix stupid --vx0-energy minus sign
2013-02-22 W. Trevor KingMakefile: Make Python interpreter configurable
2013-02-22 W. Trevor KingMakefile: stupid fixes
2013-02-22 W. Trevor KingMakefile: Use the more portable printf over `echo -e`
2013-02-22 W. Trevor KingUpdate scatter package for assignment 5
2013-02-13 W. Trevor Kingenergy.gp: Add gnuplot script and rules to build an... phys305/gaussian-bump
2013-02-13 W. Trevor KingK should be 10, not -5
2013-02-13 W. Trevor Kingphase.gp: Add gnuplot script and rules to build a phase...
2013-02-13 W. Trevor Kingerror.gp: Add gnuplot script and rules to build an...
2013-02-13 W. Trevor Kingone_gaussian_bump.c: Add rk4 integrator (4th order...
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Add a midpoint integrator
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Increase printed precision
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Prepare for alternative integrators
2013-02-12 W. Trevor Kingerror_analysis.c: Implement error analysis
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Print total energy for error checks
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Incorperate safe-strto-example...
2013-02-12 W. Trevor KingMerge branch 'util/safe-strto' into phys305/gaussian...
2013-02-12 W. Trevor Kingone_gaussian_bump.c: Initial integration implementation
2013-02-11 W. Trevor Kingsafe-strto-example.c: Add a pared-down argv-parsing... util/safe-strto
2013-02-11 W. Trevor Kingsafe-strto.c: Add safe_strtoc() for parsing complex...
2013-02-11 W. Trevor Kingsafe-strto.c: Add safe_strtol and generalize the librar...
2013-02-11 W. Trevor Kingsafe-strtod.c: Split safe_strtod() into a library
2013-02-11 W. Trevor KingRename C programs and update the Makefile
2013-02-11 W. Trevor KingREADME: Specialize for assignment 4
2013-02-11 W. Trevor Kinghw4.txt: Add text of the homework assignment
2013-02-07 W. Trevor KingMakefile: Drop the 'static pattern rule' buzzwords ;)
2013-01-25 W. Trevor KingMakefile: Strip trailing whitespace after SCRIPT
2013-01-23 W. Trevor KingMakefile: Quote all $@ and $< expansion
2013-01-21 W. Trevor KingMakefile: Bump copyright year
2013-01-21 W. Trevor KingMakefile: Document first-rule-target as the default
2013-01-14 W. Trevor KingMakefile: Use `a, b, and c` instead of `a, b and c...
2013-01-14 W. Trevor KingMakefile: Link to pattern rule documentation
2012-10-12 W. Trevor KingMakefile: add SCRIPTS for non-compiled scripts.
2012-10-11 W. Trevor KingMakefile: add *.cpp and *.h to automatically distribute...
2012-10-05 W. Trevor KingREADME: mention goodbye_world as a compiled target.
2012-10-05 W. Trevor KingMakefile: $(CC) actually expands to `cc`, not `gcc`.
2012-10-05 W. Trevor KingRestore C++ example, and expad Makefile to handle multi...
2012-10-05 W. Trevor KingMakefile: Add print-% and printvars rules for Makefile...
2012-10-05 W. Trevor KingREADME: fix `make help` -> ``make help`` reStructuredTe...
2012-10-05 W. Trevor KingREADME: generalize 'C++' -> 'C or C++'.
2012-10-05 W. Trevor KingFix generated release comment in the Makefile.
2012-09-28 W. Trevor KingAdd .gitignore to ignore built files.
2012-09-28 W. Trevor KingConvert package from C++ to C.
2012-09-28 W. Trevor KingBegin versioning project template.