summaryrefslogtreecommitdiff
path: root/sim.cpp
AgeCommit message (Collapse)Author
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
Also, extend copyright to 2019.
2019-01-07Use range-based for iterators in sim code.John Fultz
Also, while reading through this, found one bug where a vector was being rearranged via erase/insert while an iterator was still pointing to the element being erased.
2016-07-07Increment version number and copyright date.John Fultz
Also, fix a typo and remove dead code.
2015-07-21Visual Studio build maintenance.John Fultz
* Fix compiler warnings * Add Visual Studio 2013 solution * Tweak .pro files * Most importantly, rename main 'quackle' project to 'libquackle' to avoid solution-level name conflict. This only affects the VS build.
2014-09-02Change GPL file headers to v3.John Fultz
Not a very interesting commit...only changes in comments.
2013-08-25Initial git commit.Jason Katz-Brown