vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

MS visual studio (2008/2010) compatibility #27

Closed brandonc closed 13 years ago

brandonc commented 13 years ago

This branch is more concise and has the following improvements

Thanks, Vicent

vmg commented 13 years ago

Wow, this is much more than what I has hoping. :)

Amazing job, I'm going to merge this manually since there are a couple of conflicts to resolve.

GerHobbelt commented 13 years ago

In case you're interested: merged the Windows port with latest master at

git://github.com/GerHobbelt/upskirt.git

plus a few minor tweaks; now includes the smartypants binary as well, plus a few uber-minor code fixes in upskirt itself (a header protection #define typo fix, a size_t which should be treated as an int (negative indexing into the data array there :-) ) and smartypants saying it can't open the binary while it should report the file it failed to access instead.

The whole shebang has seen some basic testing now on both Windows (MSVC2008SP1 / MSVC2010SP1) and Ubuntu/64.

brandonc commented 13 years ago

You don't want this history. I merged the master into the pull request branch with all my intermediate changes to it. I'll take a look at @GerHobbelt's fork and maybe send you another pull request.