summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release Snappy 1.1.2. HEADmastersnappy.mirrorbot@gmail.com2014-02-281-2/+2
| | | | | | | R=jeff git-svn-id: http://snappy.googlecode.com/svn/trunk@84 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.1.1.snappy.mirrorbot@gmail.com2013-10-151-2/+2
| | | | | | | R=jeff git-svn-id: http://snappy.googlecode.com/svn/trunk@81 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Add autoconf tests for size_t and ssize_t. Sort-of resolves public issue 79;baserock/morphsnappy.mirrorbot@gmail.com2013-08-131-0/+2
| | | | | | | | | | it would solve the problem if MSVC typically used autoconf. However, it gives a natural place (config.h) to put the typedef even for MSVC. R=jsbell git-svn-id: http://snappy.googlecode.com/svn/trunk@80 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Add support for uncompressing to iovecs (scatter I/O).snappy.mirrorbot@gmail.com2013-06-131-0/+5
| | | | | | | | | | | | | Windows does not have struct iovec defined anywhere, so we define our own version that's equal to what UNIX typically has. The bulk of this patch was contributed by Mohit Aron. R=jeff git-svn-id: http://snappy.googlecode.com/svn/trunk@76 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.1.0.snappy.mirrorbot@gmail.com2013-02-051-3/+3
| | | | | | | R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@73 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Stop giving -Werror to automake, due to an incompatibility between currentsnappy.mirrorbot@gmail.com2012-10-081-1/+1
| | | | | | | | | versions of libtool and automake on non-GNU platforms (e.g. Mac OS X). R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@68 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue 64: Check for <sys/time.h> at configure time,snappy.mirrorbot@gmail.com2012-07-311-1/+1
| | | | | | | | | since MSVC seemingly does not have it. R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@66 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.0.5.snappy.mirrorbot@gmail.com2012-02-241-2/+2
| | | | | | | R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@61 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.0.4.snappy.mirrorbot@gmail.com2011-09-151-2/+2
| | | | | | | R=sanjay git-svn-id: http://snappy.googlecode.com/svn/trunk@50 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #50: Include generic byteswap macros.snappy.mirrorbot@gmail.com2011-09-151-1/+1
| | | | | | | | | Also include Solaris 10 and FreeBSD versions. R=csilvers git-svn-id: http://snappy.googlecode.com/svn/trunk@49 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.0.3.snappy.mirrorbot@gmail.com2011-06-021-2/+2
| | | | git-svn-id: http://snappy.googlecode.com/svn/trunk@40 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #37: Only link snappy_unittest against -lz and other ↵snappy.mirrorbot@gmail.com2011-05-031-5/+19
| | | | | | | | | | | | | | | | autodetected libraries, not libsnappy.so (which doesn't need any such dependency). R=csilvers DELTA=20 (14 added, 0 deleted, 6 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1710 git-svn-id: http://snappy.googlecode.com/svn/trunk@33 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.0.2, to get the license change and various other fixes intosnappy.mirrorbot@gmail.com2011-05-031-2/+2
| | | | | | | | | | | | | | a release. R=csilvers DELTA=239 (236 added, 0 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1709 git-svn-id: http://snappy.googlecode.com/svn/trunk@32 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #29: Write CPU timing code for Windows, based on ↵snappy.mirrorbot@gmail.com2011-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | GetProcessTimes() instead of getursage(). I thought I'd already committed this patch, so that the 1.0.1 release already would have a Windows-compatible snappy_unittest, but I'd seemingly deleted it instead, so this is a reconstruction. R=csilvers DELTA=43 (39 added, 3 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1295 git-svn-id: http://snappy.googlecode.com/svn/trunk@28 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Release Snappy 1.0.1, to soup up all the various small changessnappy.mirrorbot@gmail.com2011-03-251-2/+2
| | | | | | | | | | | | | | that have been made since release. R=csilvers DELTA=266 (260 added, 0 deleted, 6 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1057 git-svn-id: http://snappy.googlecode.com/svn/trunk@19 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com2011-03-241-1/+1
| | | | | | | | | | | | | | | | | | among others, Windows support. For Windows in specific, we could have used CreateFileMapping/MapViewOfFile, but this should at least get us a bit closer to compiling, and is of course also relevant for embedded systems with no MMU. (Part 1/2) R=csilvers DELTA=9 (8 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1031 git-svn-id: http://snappy.googlecode.com/svn/trunk@15 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue tracker bug #3: Call AC_SUBST([LIBTOOL_DEPS]), or the rulesnappy.mirrorbot@gmail.com2011-03-231-0/+1
| | | | | | | | | | | | | | to rebuild libtool in Makefile.am won't work. R=csilvers DELTA=1 (1 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=997 git-svn-id: http://snappy.googlecode.com/svn/trunk@13 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #9: Add -Wall -Werror to automake flags.snappy.mirrorbot@gmail.com2011-03-231-1/+4
| | | | | | | | | | | | | | (This concerns automake itself, not the C++ compiler.) R=csilvers DELTA=4 (3 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=993 git-svn-id: http://snappy.googlecode.com/svn/trunk@11 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #6: Add a --with-gflags for disabling gflags autodetectionsnappy.mirrorbot@gmail.com2011-03-231-3/+16
| | | | | | | | | | | | | | and using a manually given setting (use/don't use) instead. R=csilvers DELTA=16 (13 added, 0 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=991 git-svn-id: http://snappy.googlecode.com/svn/trunk@9 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #5: Replace the EXTRA_LIBSNAPPY_LDFLAGS setup with somethingsnappy.mirrorbot@gmail.com2011-03-231-6/+2
| | | | | | | | | | | | | | | slightly more standard, that also doesn't leak libtool command-line into configure.ac. R=csilvers DELTA=7 (0 added, 4 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=990 git-svn-id: http://snappy.googlecode.com/svn/trunk@8 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #4: Properly quote all macro arguments in configure.ac.snappy.mirrorbot@gmail.com2011-03-231-16/+16
| | | | | | | | | | | | R=csilvers DELTA=16 (0 added, 0 deleted, 16 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=989 git-svn-id: http://snappy.googlecode.com/svn/trunk@7 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Fix public issue #7: Don't use internal variables named ac_*, as those belongsnappy.mirrorbot@gmail.com2011-03-231-6/+6
| | | | | | | | | | | | | | to autoconf's namespace. R=csilvers DELTA=6 (0 added, 0 deleted, 6 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=988 git-svn-id: http://snappy.googlecode.com/svn/trunk@6 03e5f5b5-db94-4691-08a0-1a8bf15f6143
* Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com2011-03-181-0/+99
MOE_MIGRATION= git-svn-id: http://snappy.googlecode.com/svn/trunk@2 03e5f5b5-db94-4691-08a0-1a8bf15f6143