- 12 Sep, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Solaris compatibility
-
- 11 Sep, 2013 5 commits
-
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Dmitri Shubin authored
-
Kenton Varda authored
Fix md5.c++ to work on non x86 systems
-
- 10 Sep, 2013 1 commit
-
-
Dan Schatzberg authored
ctx is not a pointer but was being used with the arrow operator on non-x86 systems
-
- 04 Sep, 2013 4 commits
-
-
Kenton Varda authored
Fix LDFLAGS and work around a Fedora bug that broke pthread linking
-
Andy Lutomirski authored
The Fedora bug caused the DT_NEEDED for libpthread to be omitted, and the missing -Wl before no-undefined prevented binutils from detecting it. -export-dynamic is unnecessary for libraries, so this removes it, too.
-
Kenton Varda authored
-
Kenton Varda authored
Improve test scripts, and add a new mega-test script which runs super-test on all platforms in parallel with progress bars.
-
- 02 Sep, 2013 9 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix bug where only the first import made it into the import table. Can't believe this wasn't tested. Sigh.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Make sure generated code compiles cleanly even with pedantic warnings, since some people enable those.
-
Kenton Varda authored
-
- 01 Sep, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Don't delete default dynamic builder constructors, because this makes things difficult for the Python wrappers.
-
- 31 Aug, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix linking problems that only come up when using Ubuntu's libtool to build a dist and then installing it on OSX. libkj.la was not listed in libcapnpc's deps. Also put the pthread libs last since that's more correct.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-