Home
last modified time | relevance | path

Searched refs:source (Results 1 – 20 of 20) sorted by relevance

/libevent-2.1.12/cmake/
H A DCopyright.txt6 Redistribution and use in source and binary forms, with or without
10 * Redistributions of source code must retain the above copyright
37 CMake in source and binary form. Some source files contain additional
38 notices of original copyright by their contributors; see each source
H A DCOPYING-CMAKE-SCRIPTS1 Redistribution and use in source and binary forms, with or without
5 1. Redistributions of source code must retain the copyright
H A DCodeCoverage.cmake16 # a source language processor.
/libevent-2.1.12/
H A Dlibevent_extra.pc.in1 #libevent pkg-config source file
H A Dlibevent_core.pc.in1 #libevent pkg-config source file
H A Dlibevent.pc.in1 #libevent pkg-config source file
H A Dlibevent_pthreads.pc.in1 #libevent pkg-config source file
H A Dlibevent_openssl.pc.in1 #libevent pkg-config source file
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
11 1. Redistributions of source code must retain the above copyright
33 available in the corresponding source files; the license is as above. Here's
H A DREADME.md150 $ cd <libevent source dir>
156 In the above, the ".." refers to the dir containing the Libevent source code.
157 You can build multiple versions (with different compile time settings) from the same source tree
160 It is highly recommended to build "out of source" when using
161 CMake instead of "in source" like the normal behaviour of autoconf for this reason.
173 CMake also provides a GUI that lets you specify the source directory and output (binary) directory
H A Devbuffer-internal.h272 struct evbuffer *source; member
H A DDoxyfile62 # documented source files. You may enter file names like "myfile.cpp" or
188 # only source the real man page, but without them the man command
204 # names in the source code. If set to NO (the default) only conditional
H A Dbuffer.c245 EVUTIL_ASSERT(info->source != NULL); in evbuffer_chain_free()
247 EVBUFFER_LOCK(info->source); in evbuffer_chain_free()
249 evbuffer_decref_and_unlock_(info->source); in evbuffer_chain_free()
933 extra->source = src; in APPEND_CHAIN_MULTICAST()
H A Dwhatsnew-2.1.txt36 Our source-compatibility policy is that correct code (that is to say,
38 documented behavior) should have forward source compatibility: any
718 We now avoid all use of the _identifiers in the Libevent source code.
H A DCMakeLists.txt742 # Group the source files.
928 # (Place them in the build dir so we don't polute the source tree with generated files).
H A DChangeLog-1.4162 o bufferevent_write now uses a const source argument; report from Charles Kerr
H A Dwhatsnew-2.0.txt431 part of its public API, but wants users to treat it as a pure source or
H A DChangeLog-2.0114 …o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d…
615 o Make include/event2/event-config.h not included in source dist (a4af9be)
1135 o bufferevent_write now uses a const source argument; report from Charles Kerr
H A DChangeLog1543 …o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d…
/libevent-2.1.12/include/
H A Dinclude.am40 ## the source header filename to derive the installed header filename.