summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* fix compile on FreeBSD 7.1 amd64weidai2009-03-141-3/+7
* fix compile on ICC 11weidai2009-03-041-0/+6
* fix VC60 compile, project file line-endings, Apple GCC 4.2 compileweidai2009-03-031-7/+1
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-1/+2
* changed mind. remove -fPIC as default, document it as supportedweidai2008-11-211-1/+3
* add -fPIC to default flagsweidai2008-11-211-1/+1
* add "test" targetweidai2008-02-021-0/+3
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-2/+3
* don't use -msse2 for GCC 3.3weidai2007-05-051-2/+4
* add -Wa,--divide for Solarisweidai2007-05-051-0/+4
* remove extraneous -D__pic__weidai2007-05-041-1/+0
* revert -ffunction-sections -fdata-sectionsweidai2007-05-041-2/+4
* enable -O2 and -march=native -mtune=nativeweidai2007-05-041-8/+6
* fix compile on Sun CCweidai2007-04-161-2/+8
* fix compile with Intel compilerweidai2007-04-161-2/+3
* enabled optimization flags by default in GNUmakefileweidai2007-04-151-14/+14
* update version number, port to Sun C++ 5.8weidai2006-12-181-6/+9
* use egrep instead of grepweidai2006-12-121-5/+5
* fix ISX86weidai2006-12-111-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
* add -pthread and allow make installweidai2006-12-091-1/+18
* add more release build commentsweidai2004-06-201-2/+3
* set CXX to c++ on Darwinweidai2004-06-191-1/+1
* disable x86 assembly on systems without GNU as 2.10 or laterweidai2004-06-191-1/+10
* use CXX instead of gcc directlyweidai2003-10-221-6/+7
* add -lws2_32 on MinGWweidai2003-10-141-1/+6
* use -msse2 on x86_64weidai2003-08-041-1/+1
* enable SSE2 intrinsics on GCC 3.3 or laterweidai2003-07-311-0/+6
* split bench.cpp in 2 for alpha (.got subsegment exceeds 64K)weidai2003-07-291-1/+1
* fix GCC compileweidai2003-07-111-2/+2
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-4/+32
* fix bug in Grouperweidai2003-04-151-1/+1
* various changes for 5.1weidai2003-03-201-1/+7
* add script-driven testingweidai2002-12-061-3/+12
* compatibility fixes for MacOS Xweidai2002-10-041-3/+5
* Initial revisionweidai2002-10-041-0/+58