about summary refs log tree commit homepage
path: root/ext/raindrops/extconf.rb
DateCommit message (Expand)
2024-03-23treewide: future-proof frozen_string_literal changes
2024-01-15extconf: disable optimization to speed up checks by ~3%
2023-06-11Improve compatibility with Ruby 3.3+
2020-01-06ext/raindrops/extconf: fix cflags reset on ancient CC
2017-04-26Ruby thread compatibility updates
2017-03-17define Raindrops::TCP hash for TCP states freebsd
2017-03-17tcp_info: support this struct under FreeBSD
2016-02-24doc: update URLs and references
2015-07-14check for the existence of linux/tcp.h
2013-08-28extconf: try harder for gcc atomics in i386-configured systems
2012-05-10extconf: better check for GCC atomic builtins
2011-06-24remove _XOPEN_SOURCE #define for FreeBSD
2011-03-21extconf: use dir_config properly
2011-03-21extconf: remove check for rb_struct_alloc_noinit()
2011-03-21inet_diag: use rb_thread_io_blocking_region under 1.9.3dev
2011-03-11support for Raindrops#size= and Raindrops#evaporate!
2010-09-25force -march=i486 where GCC is targeted for i386
2010-09-18allow using libatomic_ops headers from HP
2010-04-07initial