summaryrefslogtreecommitdiff
path: root/lib/libalpm/Makefile.am
AgeCommit message (Expand)Author
2012-08-02Move filelist functions into separate source fileDan McGee
2012-04-25libalpm: add pkg-config fileDave Reisner
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner
2012-04-08buildsys: cleanup gpgme compile time checkDave Reisner
2012-04-08buildsys: use pkg-config for libcurl detectionDave Reisner
2012-04-08buildsys: use pkg-config for libarchive detectionDave Reisner
2012-04-08buildsys: use pkg-config for openssl detectionDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-08-15Add sha2 (sha256) routines from PolarSSLDan McGee
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner
2011-04-27Allow conditional compilation with GPGMEDan McGee
2011-04-15Move graph.h functions into graph.cDan McGee
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add base64 algorithms from PolarSSL to libalpmDan McGee
2011-02-04Add a hash table for holding packagesAllan McRae
2010-12-12Prototype disk space checking functionalityAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move the cache stuff where it should beDan McGee
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee
2010-05-04Move vercmp code into a separate fileDan McGee
2008-05-11Refactor pkg_load/parse_descfile into a new backend fileDan McGee
2008-04-15Merge branch 'maint'Dan McGee
2008-04-15More non-Linux build updates, mostly DarwinDan McGee
2008-04-14Fix gettext on non-Linux platformsDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-02-24Remove pmserver_t abstractionDan McGee
2008-02-24Move download code out of server.cDan McGee
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee
2007-10-26Clean up LDADD usageDan McGee
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-01Move Doxygen manpage generation to doc/ directoryDan McGee
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-05Fix compilation with GCC 4.2.0Dan McGee
2007-06-04Autotool clean up.Andrew Fyfe
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-03-12* Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee
2007-03-11* Fix group comparison issue and associated compilation warnings by usingDan McGee
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee
2007-02-22* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel