1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2016-06-08 16:10:01 +02:00
..
base some fix + xxhash 2016-06-08 16:10:01 +02:00
container some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
curl MACOSX fix 2015-10-30 19:37:21 +01:00
db some fix + add mongoc_collection_aggregate wrap 2016-05-26 16:04:42 +02:00
dbi some fix 2016-05-02 15:51:12 +02:00
debug some fix + xxhash 2016-06-08 16:10:01 +02:00
dynamic some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
event some fix + xxhash 2016-06-08 16:10:01 +02:00
examples some fix + xxhash 2016-06-08 16:10:01 +02:00
flex sync and retag as suggested by V.Krishn 2016-01-14 17:10:40 +01:00
internal some fix + xxhash 2016-06-08 16:10:01 +02:00
json some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
ldap MACOSX fix 2015-10-30 19:37:21 +01:00
libevent sync 2016-04-01 18:50:22 +02:00
magic MACOSX fix 2015-10-30 19:37:21 +01:00
mime some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
net some fix + xxhash 2016-06-08 16:10:01 +02:00
orm some fix 2016-05-02 15:51:12 +02:00
pcre some fix 2016-05-02 15:51:12 +02:00
query MACOSX fix 2015-10-30 19:37:21 +01:00
replace try to clean the license issue 2015-06-04 17:34:58 +02:00
ssh/net MACOSX fix 2015-10-30 19:37:21 +01:00
ssl some fix + xxhash 2016-06-08 16:10:01 +02:00
ui MACOSX fix 2015-10-30 19:37:21 +01:00
utility some fix + xxhash 2016-06-08 16:10:01 +02:00
xml some fix 2016-05-02 15:51:12 +02:00
zip MACOSX fix 2015-10-30 19:37:21 +01:00
all.h some fix + xxhash 2016-06-08 16:10:01 +02:00
application.h MACOSX fix 2015-10-30 19:37:21 +01:00
cache.h some fix + xxhash 2016-06-08 16:10:01 +02:00
command.h some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
date.h some fix + xxhash 2016-06-08 16:10:01 +02:00
file_config.h some fix 2015-12-08 20:12:36 +01:00
file.h some fix plus prototype 2016-04-21 16:06:43 +02:00
log.h start to use huge page when useful 2015-12-01 19:58:59 +01:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in some fix 2016-04-27 17:04:20 +02:00
notifier.h some fix plus prototype 2016-04-21 16:06:43 +02:00
options.h clean history 2015-01-23 17:24:36 +01:00
process.h sync 2016-01-29 14:50:20 +01:00
README clean history 2015-01-23 17:24:36 +01:00
string.h some fix + xxhash 2016-06-08 16:10:01 +02:00
thread.h some fix + xxhash 2016-06-08 16:10:01 +02:00
timer.h sync 2016-02-24 17:25:04 +01:00
timeval.h some fix + xxhash 2016-06-08 16:10:01 +02:00
tokenizer.h some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00
url.h some fix + UMongoDBClient find extension 2016-05-16 15:40:17 +02:00

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.