aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2015-07-09Config options for building with ODPCiprian Barbu
2014-11-25lib: Add new header <openvswitch/version.h> to versioning infoThomas Graf
2014-11-13lib: Add support for pkgconfig for libsflow.Thomas Graf
2014-11-13lib: Add support for pkgconfig for libovsdb.Thomas Graf
2014-11-13lib: Add support for pkgconfig for libofproto.Thomas Graf
2014-11-13lib: Add support for pkgconfig for libopenvswitch.Rob Adams
2014-11-11Build: Add support for shared libraries and versioning.Scott Mann
2014-10-30netdev-linux: Avoid depending on kernel definition of rtnl_link_stats64.Ben Pfaff
2014-10-29netdev-linux: Add support for 64-bit network device stats.Ben Pfaff
2014-10-01configure: Disable strict aliasing.Ben Pfaff
2014-09-11build: Respect CFLAGS and LDFLAGS passed to makeThomas Graf
2014-08-29Add BUILD_MESSAGE() macroDaniele Di Proietto
2014-08-28Add build of ovsext.sln using MSBuildAlin Serdean
2014-07-22configure: Don't check for malloc hooks that we no longer use.Ben Pfaff
2014-06-27build: Allow building with autoconf 2.63Thomas Graf
2014-05-29configure.ac: Check C99 compilerYAMAMOTO Takashi
2014-05-28CodingStyle: Allow C99 mixing of declarations and code.Jarno Rajahalme
2014-05-15Prepare for post-2.3.0 (2.3.90).Justin Pettit
2014-05-15Prepare for 2.3.0.Justin Pettit
2014-05-07util: Use posix_memalign for xmalloc_cacheline if availableYAMAMOTO Takashi
2014-04-28Prepare for post-2.2.0 (2.2.90).Justin Pettit
2014-04-28Prepare for 2.2.0.Justin Pettit
2014-03-21dpif-netdev: Add DPDK netdev.Pravin
2014-03-05Makefile: Compile Linux-specific files based on __linux__ macro.Ben Pfaff
2014-02-19configure: Fix bug report email address.Ben Pfaff
2014-01-22configure: Enable silent rules.Ethan Jackson
2014-01-10ovsdbmonitor: Remove.Ben Pfaff
2014-01-10configure: Make autoconf fail if libtool is not installed.Ben Pfaff
2013-12-24stdio: New module, initially to provide working [v]snprintf() on Windows.Ben Pfaff
2013-12-23Prepare for post-2.1.0 (2.1.90).Justin Pettit
2013-12-23Prepare for 2.1.0.Justin Pettit
2013-12-17openvswitch: Use libtool and allow building shared libsHelmut Schaa
2013-12-13string: Use workaround for #include_next when it is not available.Ben Pfaff
2013-12-13Remove unused USE_LINKER_SECTIONS and OVS_LINK2_IFELSEHelmut Schaa
2013-12-05Add check for -latomicJames Page
2013-11-18configure.ac: Identify when compiling on windows.Gurucharan Shetty
2013-11-18configure.ac: Make autoconf in Mingw happy.Gurucharan Shetty
2013-11-02util: Allow set_subprogram_name() to take a printf() format string.Ben Pfaff
2013-10-18configure: check for uuid python moduleAnsis Atteka
2013-09-05configure: Remove call to OVS_CHECK_CACHE_TIME that does not exist.Ben Pfaff
2013-08-28Prepare for post-2.0.0 (2.0.90).Justin Pettit
2013-08-28Prepare for 2.0.0.Justin Pettit
2013-08-01configure: Distinguish glibc and NetBSD pthread_setname_np() variants.Ben Pfaff
2013-07-31configure: Add configure-time check for GCC 4.0+ atomic built-ins.Ben Pfaff
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-07-25util: Set thread name via pthreads in set_subprogram_name().Ben Pfaff
2013-07-23Prepare for post-1.12.0 (1.12.90).Justin Pettit
2013-07-23Prepare for 1.12.0.Justin Pettit
2013-07-22configure: Remove -Wno-override-init, add -Wextra to compile options.Ben Pfaff
2013-07-18async-append: New library to allow asynchronous appending to a log file.Ben Pfaff