Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-14 | Added mingw target for compiling windows exe and dll. | John MacFarlane | |
They can be compiled on linux; all that is needed is the mingw32 package. | |||
2014-11-12 | Fixed bug in install target. | John MacFarlane | |
2014-11-12 | Go back to using GNU syntax for SPECVERSION. | John MacFarlane | |
It seems that what works with gmake fails with BSD make and vice versa? | |||
2014-11-12 | Use a more portable way of determining SPECVERSION. | John MacFarlane | |
2014-11-12 | Improved tarball and testtarball targets. | John MacFarlane | |
2014-11-12 | Re-added check to Makefile. | John MacFarlane | |
2014-11-12 | Improved tarball target. | John MacFarlane | |
Include spec.html. Delete temp directory after creating tarball. | |||
2014-11-12 | Reorganized Makefile. | John MacFarlane | |
Include a modified Makefile in source dist tarball. | |||
2014-11-12 | Reorganized Makefile. | John MacFarlane | |
2014-11-12 | Improved tarball target. | John MacFarlane | |
2014-11-11 | Added testlib target to test shared lib via python wrapper. | John MacFarlane | |
2014-11-11 | Makefile: Added tarball target. | John MacFarlane | |
2014-11-11 | Cleaned up Makefile. | John MacFarlane | |
2014-11-11 | Added npm target. | John MacFarlane | |
2014-11-10 | Makefile: Added separate 'debug' target, 'all' does Release build. | John MacFarlane | |
2014-11-10 | Makefile - default to Debug for make target | John MacFarlane | |
2014-11-10 | Added BUILDTYPE to Makefile, default to Release. | John MacFarlane | |
Previously we weren't building with release flags. | |||
2014-11-10 | Fuzztest: indicate when command terminates abnormally. | John MacFarlane | |
2014-11-10 | Make FUZZCHARS settable from environment. | John MacFarlane | |
2014-11-10 | Rebuild commonmark.js before update-site. | John MacFarlane | |
2014-11-08 | Make spaces visible using CSS. | John MacFarlane | |
Closes #49. I didn't want to actually insert the characters, since I want the code samples to be cut/pasteable. But this CSS trick seems to work. | |||
2014-11-08 | Spec: better system for designating definitions of terms. | John MacFarlane | |
`[foo](@foo)` turns into an anchor with id `foo` that links to itself and has class `definition`. This allows us to remove the manual `<a>` tags in `spec.txt`. A simple regex substitution in the Makefile handles the transformation. I believe this addresses some of the concerns in #141 by giving the definitions a prominent appearance. Note that we want definitions to link to themselves, to allow users to quickly generate a link to the relevant bit of the spec. | |||
2014-11-08 | Improved fuzztest. | John MacFarlane | |
2014-11-07 | Moved site building targets to _site/Makefile. | John MacFarlane | |
2014-11-07 | Moved old bits of Makefile to Makefile.old. | John MacFarlane | |
2014-11-07 | Removed man/Makefile. Put target in main Makefile. | John MacFarlane | |
2014-11-06 | Merge branch 'cmake' | John MacFarlane | |
Conflicts: Makefile | |||
2014-11-06 | More cmake improvements. | John MacFarlane | |
2014-11-06 | Reorganized Makefile to use cmake. | John MacFarlane | |
2014-11-06 | Makefile: use cmake for all, install. | John MacFarlane | |
2014-11-06 | cmake: Create and install shared library. | John MacFarlane | |
2014-11-06 | Removed unnecessary dependency in Makefile. | John MacFarlane | |
2014-11-06 | Keep original Makefile. | John MacFarlane | |
2014-11-04 | Improved fuzztest target. | John MacFarlane | |
2014-11-02 | Merge pull request #182 from michaelsproul/cleanup | John MacFarlane | |
Update .gitignore and fix Makefile clean target. | |||
2014-11-02 | Update .gitignore and fix Makefile clean target. | Michael Sproul | |
2014-11-02 | Add -fPIC to linker options. | Michael Sproul | |
Fixes #179. | |||
2014-10-30 | Added OPTCFLAGS, OPTLDFLAGS | John MacFarlane | |
2014-10-27 | Factored make_site_index.sh out of Makefile. | John MacFarlane | |
2014-10-27 | Make "latest version" more prominent on spec landing page. | John MacFarlane | |
2014-10-27 | Cleaned up Makefile a bit. | John MacFarlane | |
2014-10-27 | Removed the pesky dates. | John MacFarlane | |
Closes #175. Eventually I'll write a better build script and include these. | |||
2014-10-27 | Fixed watermark. | John MacFarlane | |
- No longer shows blank watermark on recent version. - Fixed broken Makefile. | |||
2014-10-27 | Watermark old versions of the spec. | John MacFarlane | |
2014-10-27 | Include dates in list of versions. | John MacFarlane | |
2014-10-27 | Landing page for spec is now a list with links to all versions. | John MacFarlane | |
2014-10-27 | Makefile: Make sure we update redirect on every new version of spec. | John MacFarlane | |
2014-10-26 | Dingus improvements; moved to top level. | John MacFarlane | |
2014-10-26 | Have index.html on web page redirect to latest version. | John MacFarlane | |
2014-10-26 | Add title to list of versions at spec. | John MacFarlane | |