aboutsummaryrefslogtreecommitdiff
path: root/configure.ac (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-02Use a GCC-specific #pragma instead of GCC-specificLasse Collin1-13/+0
2009-05-02Removed --disable-encoder and --disable-decoder. Use the valuesLasse Collin1-40/+8
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-03-01Added AC_CONFIG_MACRO_DIR to configure.ac.Lasse Collin1-0/+1
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin1-87/+2
2009-02-13Changed how the version number is specified in various places.Lasse Collin1-1/+2
2009-02-09Let the user specify custom CFLAGS on the make commandLasse Collin1-28/+30
2009-02-07Make it easy to choose if command line tools should beLasse Collin1-0/+39
2009-02-02Updated the x86 assembler code:Lasse Collin1-6/+0
2008-12-31Bumped version to 4.999.8beta right after the releaseLasse Collin1-1/+1
2008-12-31Disable both Subblock encoder and decoder my default,Lasse Collin1-1/+1
2008-12-31Prepare for 4.999.7beta release.Lasse Collin1-2/+2
2008-12-31Fixed missing quoting in configure.ac.Lasse Collin1-19/+19
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-5/+24
2008-12-13Name the package "xz" in configure.ac.Lasse Collin1-7/+4
2008-12-12Some adjustments to GCC warning flags. The important changeLasse Collin1-3/+5
2008-11-19Added missing check for uint16_t.Lasse Collin1-0/+1
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-2/+2
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-12/+36
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-9/+9
2008-09-10Bumped version to 4.999.6alpha.Lasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-169/+187
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-8/+33
2008-05-11Remove support for pre-C89 libc versions that lack memcpy,Lasse Collin1-1/+1
2008-05-11Improved C99 compiler detection in configure.ac. It willLasse Collin1-12/+12
2008-04-25Bumped version number to 4.999.3alpha. It will become 5.0.0Lasse Collin1-2/+2
2008-03-24Replaced the range decoder optimization that used arithmeticLasse Collin1-1/+0
2008-03-22Added autoconf check to detect if we can use arithmeticLasse Collin1-0/+1
2008-01-18Added the debug directory and the first debug toolLasse Collin1-0/+1
2008-01-18Don't add -g to CFLAGS when --enable-debug is specified.Lasse Collin1-1/+0
2008-01-15Fixed assembler detection in configure.ac, and addedLasse Collin1-16/+16
2008-01-09Define HAVE_ASM_X86 when x86 assembler optimizations areLasse Collin1-1/+4
2008-01-07Test for $GCC = yes instead of if it is non-empty. ThisLasse Collin1-1/+1
2008-01-06Cosmetic changes to configure.ac.Lasse Collin1-8/+6
2008-01-06Automatically disable assembler code on Darwin x86.Lasse Collin1-2/+15
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin1-1/+12
2008-01-05Rearranged testing of GCC-specific flags.Lasse Collin1-10/+23
2007-12-10Bumped version number to 4.42.3alpha.Lasse Collin1-1/+1
2007-12-10Disabled some unneeded warnings and made "make dist" work.larhzu/v4.42.2alphaLasse Collin1-3/+6
2007-12-09Imported to git.Lasse Collin1-0/+611