summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Support overrides for bin, lib, and includeJosh Stone2015-05-151-8/+14
* Support command-line override of CFLAGSJosh Stone2015-05-151-4/+5
* Include libhoedown.a in "make all"Josh Stone2015-05-151-1/+1
* Set an SONAME for libhoedown.so.3Josh Stone2015-05-151-1/+1
* Release v3.0.0!Xavier Mendez2014-11-041-2/+2
* Simplify MakefileXavier Mendez2014-11-041-2/+1
* Simple install targetXavier Mendez2014-11-041-0/+16
* Use a stricter subset of CDevin Torres2014-10-181-1/+4
* Don't use "for (declaration"Xavier Mendez2014-10-041-1/+1
* Merge pull request #122 from uranusjr/unittestDevin Torres2014-09-131-1/+1
|\
| * Make test script Python 3-compatibleTzu-ping Chung2014-09-091-1/+1
| * New Python implemented test scriptTzu-ping Chung2014-09-091-1/+1
* | Import improvements from Lanli (and more things)Xavier Mendez2014-09-021-1/+1
|/
* Makefile: LDFLAGS need to be after the source filesXavier Mendez2014-07-311-3/+3
* Rename examples/ to bin/Xavier Mendez2014-03-231-3/+3
* api_v3: document: put version stuff into its own pairXavier Mendez2014-02-061-1/+2
* api_v3: document: begin by renaming pertinent filesXavier Mendez2014-02-061-1/+1
* Fix portability issues in test runner scriptCraig Barnes2014-01-231-1/+1
* Add Bash test runnerCraig Barnes2014-01-231-1/+4
* Fix object compilation target in MakefileCraig Barnes2014-01-211-3/+3
* Allow building static libraryDevin Torres2013-09-251-2/+5
* $(RM) doesn't require -fDevin Torres2013-09-251-3/+3
* More cleanup and API coalescingDevin Torres2013-09-231-3/+1
* Fix building with MingW and MSVCDevin Torres2013-09-221-7/+12
* Use -fpic instead of -fPICDevin Torres2013-09-211-1/+1
* Cleanup the MakefileDevin Torres2013-09-211-28/+13
* Merge latest changes from @devinus into misc-reorganizeXavier Mendez2013-09-211-3/+3
|\
| * Improvements to the gperf flowDevin Torres2013-09-201-4/+4
* | Remove unnecessary preamblesXavier Mendez2013-09-201-14/+0
* | Remove html folder from Makefiles, correct sourcesXavier Mendez2013-09-201-6/+6
|/
* Begin code reorganizationDevin Torres2013-09-201-15/+14
* find_block_tag: Use faster switch statement over an array lookupDevin Torres2013-09-201-2/+2
* Use the system specified CC by defaultDevin Torres2013-09-181-1/+0
* Import the official Markdown 1.0.3 test suiteDevin Torres2013-09-181-1/+4
* Removed useless -Wl from .so linking command.Mike Buland2013-09-181-1/+1
* makefile: Remove MFLAGSVicent Marti2011-11-061-2/+2
* Fix mixed HTML/URI escapingVicent Marti2011-09-131-1/+1
* Use Houdini for escapingVicent Marti2011-09-081-3/+14
* UTF-8 handling overhaulVicent Marti2011-09-021-1/+1
* Drop dependency on the old `array.c`Vicent Marti2011-09-011-2/+2
* Perfect hashing for HTML block namesVicent Marti2011-08-301-1/+8
* Add -fPIC for compilingVicent Marti2011-08-091-1/+1
* smartypants: Do not replace inside <code> blocksVicent Marti2011-07-191-1/+1
* Rename Upskirt to `Sundown`Vicent Marti2011-07-191-8/+8
* Remove `html_autolink.c`Vicent Marti2011-06-111-1/+1
* Create an autolinking API for external applicationsVicent Marti2011-06-081-5/+5
* Update Makefile and .gitignore to deal with smartypants.Samuel Bronson2011-06-051-1/+2
* Tweaks to make things work better with MinGW.Samuel Bronson2011-06-051-2/+6
* Include the HTML renderer when building the shared libVicent Marti2011-05-111-1/+1
* Upskirt now renders HTML by defaultVicent Marti2011-05-061-2/+2