1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2018-01-06 18:14:58 +01:00
..
base SSE implementation improvement 2018-01-06 18:14:58 +01:00
container FlatBuffer implementation 2017-11-30 16:54:08 +01:00
curl
db sync 2017-10-24 17:13:56 +02:00
dbi fix+brotli 2017-09-28 16:51:51 +02:00
debug fix+brotli 2017-09-28 16:51:51 +02:00
dynamic fix+userver_udp 2017-10-04 18:26:27 +02:00
event
examples SSE implementation improvement 2018-01-06 18:14:58 +01:00
flex fix 2017-08-22 16:44:46 +02:00
internal fix 2017-12-22 17:45:23 +01:00
json sync+fix 2017-12-14 16:48:16 +01:00
ldap
libevent
magic
mime sync 2017-10-24 17:13:56 +02:00
net SSE implementation improvement 2018-01-06 18:14:58 +01:00
orm fix 2017-08-12 16:02:14 +02:00
pcre
query
replace
serialize sync+fix 2017-12-14 16:48:16 +01:00
ssh/net
ssl sync+fix 2017-12-14 16:48:16 +01:00
ui
utility SSE implementation improvement 2018-01-06 18:14:58 +01:00
xml
zip
all.h FlatBuffer implementation 2017-11-30 16:54:08 +01:00
application.h fix 2017-08-12 16:02:14 +02:00
cache.h fix 2017-09-12 17:41:58 +02:00
command.h sync 2017-10-24 17:13:56 +02:00
date.h
file_config.h
file.h SSE implementation improvement 2018-01-06 18:14:58 +01:00
log.h fix 2017-08-12 16:02:14 +02:00
Makefile.am
Makefile.in sync 2017-09-07 16:44:14 +02:00
notifier.h fix+add prototype one 2017-09-14 14:38:33 +02:00
options.h
process.h
README
string.h SSE implementation improvement 2018-01-06 18:14:58 +01:00
thread.h
timer.h
timeval.h SSE implementation 2017-12-05 17:33:34 +01:00
tokenizer.h
url.h

Include files for ULib, external users.

They're all placed in the ulib subdirectory here for better fit in any kind
of environment. You should include files from here using...

#include <ulib/string.h>

... style and point the compiler's include path to the directory holding the
ulib subdirectory. It makes it more likely to survive future modifications.