aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/Makefile.am
Commit message (Expand)AuthorAge
* Switch to fully-qualified #includeGravatar Alex Chernyakhovsky2023-07-30
* Fix build on Haiku.Gravatar Adrien Destugues2017-04-24
* Add configurable support for Apple Common Crypto and Nettle libraries.Gravatar John Hood2015-10-16
* Added forkpty() and cfmakeraw() fallback implementations if they don't exist.Gravatar Timo Sirainen2012-08-11
* Switch to OpenSSL base64 routinesGravatar Keith Winstein2012-07-20
* Remove unused sigfd and skalibsGravatar Keegan McAllister2012-05-16
* Make Select a singletonGravatar Keegan McAllister2012-05-16
* Remove unused poll(2) emulationGravatar Keegan McAllister2012-05-16
* COND_THIRD_POLL _overrides_ broken system poll; does not add to it.Gravatar Keith Winstein2012-04-25
* Set poll_LIBS = libpoll.a in Makefile.am so dependency tracking worksGravatar Anders Kaseorg2012-04-21
* Clarify COND_THIRD_LIBSTDDJB codeGravatar Anders Kaseorg2012-04-21
* Fix protobuf -I lines to build with non-system protobufGravatar Keith Winstein2012-04-15
* Remove Boost entirelyGravatar Keegan McAllister2012-04-15
* Check compiler support for -fno-default-inline and -pipeGravatar Keegan McAllister2012-04-13
* Use the hardening flagsGravatar Keegan McAllister2012-04-13
* Find ncurses from pkg-config if possible, and prefer separate libtinfoGravatar Anders Kaseorg2012-04-11
* -lpoll must come before -lm (which pulls in the system poll implementation)Gravatar Quentin Smith2012-03-28
* Allow the user to specify CFLAGS and LIBS for linking with poll, and test for...Gravatar Quentin Smith2012-03-28
* Move some locale handling into one placeGravatar Keegan McAllister2012-03-26
* configure.ac: Add --enable-{client,server,examples}Gravatar Keegan McAllister2012-03-17
* Add benchmark example (stress test for prediction overlay)Gravatar Keith Winstein2012-03-13
* Fix asserts with side-effects (per Keegan McAllister)Gravatar Keith Winstein2012-03-08
* Don’t use $(builddir)Gravatar Anders Kaseorg2012-03-07
* Build with bundled libstddjb selfpipe by defaultGravatar Anders Kaseorg2012-03-07
* Use libstddjb's selfpipe instead of signalfdGravatar Quentin Smith2012-03-07
* Add boost and protobuf in the places where they are neededGravatar Quentin Smith2012-03-07
* Add alternate timestamp implementationsGravatar Quentin Smith2012-03-07
* Stop overriding LIBS so that configure can properly set itGravatar Quentin Smith2012-03-07
* Make warning CXXFLAGS configurableGravatar Anders Kaseorg2012-03-07
* Move from protobuf-lite to protobuf to accommodate Ubuntu lucidGravatar Keith Winstein2012-02-20
* Compile without --std=c++0xGravatar Anders Kaseorg2012-02-17
* Use protobuf_lite_CFLAGS and protobuf_lite_LIBS from configureGravatar Anders Kaseorg2012-02-07
* Make examples compileableGravatar Keith Winstein2012-02-06