aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2013-06-28New function ovs_strerror() as a thread-safe replacement for strerror().Ben Pfaff
2013-06-28ovs-atomic: New library for atomic operations.Ben Pfaff
2013-06-25ovs-thread: Add per-thread data support.Ben Pfaff
2013-06-05signals: Use sys_siglist[] instead of strsignal() for thread-safety.Ben Pfaff
2013-05-23configure: Add if_mib.h prerequisites.Ed Maste
2013-05-22add minimal NetBSD supportYAMAMOTO Takashi
2013-05-06Allow master to build on Fedora with the recent threading changesBen Pfaff
2013-05-03system-stats: Use getmntent_r() for thread-safety.Ben Pfaff
2013-04-29Prepare for post-1.11.0 (1.11.90).Justin Pettit
2013-04-29Prepare for 1.11.0Justin Pettit
2013-04-24timeval: Check for HAVE_BACKTRACE instead of HAVE_EXECINFO_H.Ben Pfaff
2013-03-29datapath: Provide simple version of if_ether.h on non-Linux systems.Jesse Gross
2013-03-20configure: Only link against libpcap on FreeBSD.Ben Pfaff
2013-02-04Prepare for post-1.10.0 (1.10.90).Justin Pettit
2013-02-04Prepare for 1.10.0.Justin Pettit
2013-01-16Makefile.am: add check that <assert.h> is not used from unexpected files.Ben Pfaff
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-10-24Prepare for post-1.9.0 (1.9.90).Ben Pfaff
2012-10-24Prepare for 1.9.0.Ben Pfaff
2012-10-17timeval: Optionally enable cached timing at configure time.Ethan Jackson
2012-10-14timeval: Add new "backtrace" appctl command.Ethan Jackson
2012-10-09config: Add explicit support for building on ESX.Ethan Jackson