Commit Graph

100 Commits (7ce1c93d0fa1613ea163712c20c7730f190d49c6)

Author SHA1 Message Date
leitner 7ce1c93d0f add "make check" target and make it work :)
leitner adea4281a7 add static analyzer targets
leitner 3aef1c2faa half-hearted Windows compilability improvements
leitner 9e07364ad3 another attempt
leitner 7bb7679563 make headers fix for bsd make
leitner 97368fbfa6 BSD build fix (hopefully)
move more #include to <libowfat/...>
leitner 50a03e6b6f add make pic
leitner d4d9b091ef add rmdir
leitner b1d44d62dd update Makefile
leitner 3c68ae0dcc scan_jsonescape ends when it sees an unescaped "
leitner a2f86a77b5 put includes into <libowfat/*.h>
leitner 8d1f7f4024 make dep fix
leitner 137b80ea74 test for pread and use it instead of lseek+read in cdb and io_mmapwritefile
leitner 755ebfcb53 -fomit-leaf-frame-pointer was wrong even for gcc m(
leitner ffc648cc14 typo
leitner 2208bdff68 gcc -> clang
leitner 48592a2400 -I.
leitner dace178f25 add base64url support (forgot header)
compile byte/* with -O3
leitner 9ed7f82dc8 ar -> $(CROSS)ar
leitner ed507aad14 support $DESTDIR for make install targets
leitner c523dcbc48 also install critbit.h
documentation clarification
leitner 6d4c3850d6 update dependency
leitner 8a6186ba03 add critbit
leitner 42eb4c9830 use xz instead of bz2 in make tar
leitner 12caae78b2 cleaner make clean
leitner 38ea25fd9f more updates
leitner f07562d857 add haveuint128.h as dependency to make dep
leitner ba56a8c350 add havealloca as dependency to dep
leitner f278f9c049 also install compiletimeassert.h
leitner 798c06a785 add more comments
leitner c548cce5a1 another attempt at a thread-safe array
leitner 324c8e0e8b add rules regarding ent
leitner 35942878c2 $ make WERROR=-Werror now builds with -Werror
add some single char escaping routines to fmt.h
pull in html5 entities from w3c and use those to do a proper scan_html decoding
fix an off-by-one in fmt_to_array
add a ton of unit tests for the fmt routines
leitner 66cb1c1c82 fix dependencies
leitner bba5426d38 add haveuint128.h
leitner 852608b829 add awesome hack in isset.h (comex, Linus Torvalds)
leitner b0886bc324 the iob calls return int, not void
leitner 8e8788b8d5 split make install
leitner fda93bdca7 add CAS.h
leitner 9a71d11078 iopause.o dependency
leitner 0db2088836 Makefile dependency update
leitner bb9cdaaafb add iarray
leitner 83c1186870 fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
leitner 3c291ea2a8 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
leitner 276f370e69 include cdb into libowfat.a
leitner a4c134359f oops
leitner 6aee879fa3 add cdb_make.h
leitner c24de6da57 add cdb
leitner c1c50c7dbd further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
leitner 9512cee614 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs