about summary refs log tree commit diff stats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* delete debug libraryKartik K. Agaram2022-03-131-2/+1
* experiment: drop -WshadowKartik K. Agaram2022-03-031-1/+1
* disable non-portable ASan flagsKartik K. Agaram2022-02-161-2/+2
* zet.tlv: some more editor shortcutsKartik K. Agaram2022-02-121-2/+2
* fixup! clean up top-level Makefile targetsKartik K. Agaram2022-02-101-0/+1
* in fact, loadlib.c is all dead code nowKartik K. Agaram2022-02-061-2/+1
* now all our supported platforms are POSIXKartik K. Agaram2022-02-061-7/+5
* drop all support for loading dynamic librariesKartik K. Agaram2022-02-061-6/+6
* drop some more untested platformsKartik K. Agaram2022-02-061-16/+1
* drop USE_LINUX and similar definesKartik K. Agaram2022-02-061-4/+4
* drop MinGWKartik K. Agaram2022-02-061-6/+1
* copy realpath() from FreeBSD repoKartik K. Agaram2022-01-301-1/+2
* try to get by with one feature macroKartik K. Agaram2022-01-291-1/+1
* new library: luafilesystem (lfs)Kartik K. Agaram2022-01-291-1/+2
* more precise dependenciesKartik K. Agaram2022-01-291-2/+2
* get Teliva working on FreeBSDKartik K. Agaram2022-01-261-1/+3
* get Teliva running on NetBSDKartik K. Agaram2022-01-241-1/+1
* more generic build target in luasocketKartik K. Agaram2022-01-241-2/+2
* clarify generic 'bsd' build targetKartik K. Agaram2022-01-241-7/+13
* update all places when changing color schemeKartik K. Agaram2021-12-251-0/+1
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-251-3/+3
* drop ASan from MakefileKartik K. Agaram2021-12-181-2/+2
* ctrl-u: clear proseKartik K. Agaram2021-12-171-2/+2
* snapshot: start reading a new formatKartik K. Agaram2021-12-111-1/+1
* more configurable colorsKartik K. Agaram2021-12-061-1/+2
* yet another fucking makefile bugKartik K. Agaram2021-11-281-1/+1
* pass some CFLAGS at least to libcursesKartik K. Agaram2021-11-271-3/+3
* .Kartik K. Agaram2021-11-271-0/+1
* one final issue building on Mac OS XKartik K. Agaram2021-11-271-2/+2
* now building on OpenBSDKartik K. Agaram2021-11-271-11/+11
* select C99 standardKartik K. Agaram2021-11-271-1/+1
* .Kartik K. Agaram2021-11-271-6/+6
* fix build on MacKartik K. Agaram2021-11-271-0/+2
* starting to test compilation on Mac and BSD.Kartik K. Agaram2021-11-271-2/+2
* libraries don't need Lua's `#define`s and whatnotKartik K. Agaram2021-11-251-2/+2
* teliva is now ASan-clean againKartik K. Agaram2021-11-251-2/+2
* temporarily start using the address sanitizerKartik K. Agaram2021-11-251-2/+2
* jettison luacKartik K. Agaram2021-11-251-12/+2
* more Makefile streamliningKartik K. Agaram2021-11-241-8/+4
* standardize warning flags everywhereKartik K. Agaram2021-11-221-1/+1
* standardize CFLAGSKartik K. Agaram2021-11-221-1/+1
* https now working!Kartik K. Agaram2021-11-211-4/+8
* basic http requests starting to workKartik K. Agaram2021-11-211-4/+4
* luasocket now loading properlyKartik K. Agaram2021-11-201-5/+5
* renameKartik K. Agaram2021-11-201-1/+1
* inline luasocketKartik K. Agaram2021-11-201-1/+6
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-191-1/+5
* tested on Mac OSKartik K. Agaram2021-11-141-1/+1
* instrumenting function calls with their depthKartik K. Agaram2021-11-131-1/+1
* game of lifeKartik K. Agaram2021-11-061-1/+1