Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | Use attoconf and proper versions | Ben Longbons | 1 | -102/+0 | |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -7/+14 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -1/+10 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -0/+1 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -1/+1 | |
2013-04-11 | Also implement x32 support | Ben Longbons | 1 | -1/+1 | |
2013-04-03 | Rename makefile and provide a way to not do backups | Ben Longbons | 1 | -0/+85 | |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 1 | -40/+0 | |
2011-03-16 | Fix top-level makefile to rebuild when sources change | Ben Longbons | 1 | -7/+10 | |
2011-03-16 | Fix makefile so tools depend on common, and copy eathena-monitor to root ↵ | Ben Longbons | 1 | -1/+3 | |
directory | |||||
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 1 | -9/+32 | |
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 1 | -45/+3 | |
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make. | |||||
2009-12-13 | Cleaned up Makefile, Added -fstack-protector to cflags | MadCamel | 1 | -4/+4 | |
2009-10-23 | Removed duplicate compile flag | MadCamel | 1 | -2/+2 | |
2009-09-30 | Merge branch 'master' of ↵ | MadCamel | 1 | -2/+2 | |
git@gitorious.org:~madcamel/tmw-eathena/thealternateworld Conflicts: src/common/utils.h | |||||
2009-09-30 | Added -fno-strict-aliasing to CFLAGS | MadCamel | 1 | -1/+1 | |
This will likely fix a few minor weirdnesses and compiler warnings. | |||||
2009-09-30 | Revert "Added -fno-strict-aliasing to CFLAGS This will likely fix a few ↵ | MadCamel | 1 | -2/+2 | |
minor weirdnesses, and compiler warnings." This reverts commit 765c84f370747e35902757b6771368009ae2a8f6. | |||||
2009-09-30 | Added -fno-strict-aliasing to CFLAGS This will likely fix a few minor ↵ | MadCamel | 1 | -2/+2 | |
weirdnesses, and compiler warnings. | |||||
2009-09-30 | Added -fno-strict-aliasing to CFLAGS | MadCamel | 1 | -2/+2 | |
This will likely fix a few minor weirdnesses, and compiler warnings. | |||||
2009-04-24 | Remove a recent flag addition from cygwin builds | Jared Adams | 1 | -1/+1 | |
It seems that the compiler included with cygwin doesn't like the -Wno-pointer-sign flag. | |||||
2009-04-22 | Removed compiler warnings for pointer signedness to make more important ↵ | MadCamel | 1 | -2/+2 | |
warnings more visible | |||||
2009-03-08 | Strip some more out | Jared Adams | 1 | -1/+1 | |
2009-03-08 | Some more cleanup | Jared Adams | 1 | -77/+1 | |
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 1 | -130/+130 | |
2008-11-07 | * Auto-detect amd64, add -m32 flag to gcc options in that case | Fate | 1 | -2/+6 | |
2008-11-03 | Set svn:keywords on makefiles. | Dennis Friis | 1 | -1/+1 | |
2008-04-02 | move makefiles to where they are supposed to be | Dennis Friis | 1 | -0/+126 | |