summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-04-04Removing libcoro.HEADmasterNicolas "Pixel" Noble
2014-08-11 Linux build fixes.Nicolas "Pixel" Noble
2014-08-08Fixing Linux build.Nicolas "Pixel" Noble
2014-06-22Fixing Linux build.Nicolas "Pixel" Noble
2014-06-07Fixing DEBUG vs _DEBUG #defines.Nicolas "Pixel" Noble
2014-06-03Implementing MMap for Linux, and fixing a few details.Nicolas "Pixel" Noble
2013-12-26Removing duplicated sha1 code.Nicolas "Pixel" Noble
2013-12-25Making the necessary changes to get libtommath, libtomcrypt and BigInt to com...Nicolas "Pixel" Noble
2013-12-25Adding HttpActionStatic.Nicolas "Pixel" Noble
2013-12-25Adding jsoncpp to the build.Nicolas "Pixel" Noble
2013-12-23Adding latest files to the Makefile.Nicolas "Pixel" Noble
2013-08-12Adding LuaBigInt and a few more things.Nicolas "Pixel" Noble
2013-08-11Adding BigInts, based off libtomcrypto / libtommath.Nicolas "Pixel" Noble
2013-08-09Removing lcrypt's Makefile.Nicolas Noble
2013-08-09Cleaning lcrypt a bit.Nicolas "Pixel" Noble
2013-08-08Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support.Nicolas "Pixel" Noble
2013-08-07Adding skeleton LuaHandle.Nicolas "Pixel" Noble
2013-08-02Lua's dumpvars is now properly yielding if needed.Nicolas Noble
2013-07-30Taking advantage of the new debugging facilities.Nicolas Noble
2013-07-16Adding StdIO classes.Nicolas Noble
2013-07-16Split the Socket class into Selectable, in order to let it work with other no...Nicolas Noble
2013-07-15Avoiding useless link phases.Nicolas Noble
2013-07-15Simplifying Makefile into common.mk for general purpose code.Nicolas Noble
2013-07-15Swiching build to 64 bits, and improving Makefile to switch from gcc to clang...Nicolas Noble
2013-07-14Cleaning up cruft.Nicolas "Pixel" Noble
2013-01-20Tentatively adding vsscanf to win32 compilation. Untested tho.Nicolas 'Pixel' Noble
2013-01-20Making 32 bits compilation optional.Nicolas 'Pixel' Noble
2013-01-20Let's embrace C++11 fully - will now require gcc-4.7 or clang-3.xNicolas 'Pixel' Noble
2013-01-20Now that libeio is out, we can work again with 64 bits file operations.Nicolas 'Pixel' Noble
2013-01-16exit -1 in bash is, in fact, not allowed.Nicolas "Pixel" Noble
2012-09-01Effectively tossing libeio away.Nicolas "Pixel" Noble
2012-09-01Adding async operations; first step towards tossing libeio out.Nicolas "Pixel" Noble
2012-04-01Creating first pass on LuaTasks.Pixel
2012-02-28Making clang happy...Pixel
2012-02-28Adding a short test for the ZStreams.Pixel
2012-02-28There goes C++11...Nicolas "Pixel" Noble
2011-12-12Adding ZHandle class. It needs a unit test though.Pixel
2011-12-08Moving the HTTP status messages out of the HTTP server, and into its own file...Pixel
2011-12-04Making sure that if a test fails, the 'make' command stopsPixel
2011-11-25Adding a simple 'Mustache' template processor in C++.Pixel
2011-11-23Making sure that the mingw32 target isn't too broken (it is, but that's a ste...Pixel
2011-11-21GeneralException() will now trace the callstack and store this, for debugging...Pixel
2011-11-18Making the debug build to increase libev's debugness too.Pixel
2011-11-17HTTP server's first real test, alongside multiple taskmanager threads.Pixel
2011-11-16Adding the Regex class.Pixel
2011-11-13Adding the skeleton of an HTTP server; still work in progress though: it stil...Pixel
2011-11-13Adding buffered streams; mainly for string parsing.Pixel
2011-11-12Adding seekable buffers. Probably would need a few more tests in the Handles ...Pixel
2011-11-09Darwin's ar is retarded. Workarounding.Pixel
2011-11-09Adding 'Output' objectPixel