summaryrefslogtreecommitdiff
path: root/src/pacman/Makefile.am
Commit message (Expand)AuthorAge
* pacman: ensure linkage against libarchiveDave Reisner2017-01-04
* move signal handlers to sighandler.[ch]Andrew Gregory2015-12-05
* pacman: add user hook directoriesAndrew Gregory2015-10-18
* Prototype pacman files database operationsAllan McRae2015-07-15
* Fix compilation if libarchive headers are not in standard locationCharles Duffy2015-05-12
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* conf.c: extract ini parsing code to separate filesAndrew Gregory2013-08-21
* Split common utility functions for libalpm and pacmanAllan McRae2013-01-04
* Move check function into its own fileAllan McRae2012-12-14
* buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner2012-11-27
* buildsys: define warning CFLAGS in separate varDave Reisner2012-04-08
* Move ROOTDIR definition into config.hAllan McRae2012-02-13
* include config.h via MakefilesDave Reisner2011-12-21
* po/: split into scripts/po/ and src/pacman/po/Dan McGee2011-06-23
* Let pacman specify GnuPG's home directory.Chris Brannon2011-03-23
* Makefile: Use git describe --dirty for GIT VERSIONXavier Chantry2011-01-22
* Introduce -D, --databaseNagy Gabor2010-05-05
* Remove pacman.static build from build filesDan McGee2008-07-15
* Allow GIT version to be used in pacman buildsDan McGee2008-05-31
* Merge branch 'maint'Dan McGee2008-04-15
|\
| * Fix gettext on non-Linux platformsDan McGee2008-04-14
* | Remove frontend add code that is no longer necessaryDan McGee2008-03-08
|/
* Add LOGFILE as a define at compile time for pacmanDan McGee2007-11-05
* Make building of pacman.static optionalDan McGee2007-11-04
* Clean up LDADD usageDan McGee2007-10-26
* Add a default cachedir if one wasn't specifiedDan McGee2007-08-21
* Cleanup of pacman.c and addition of default paths to frontendDan McGee2007-07-23
* First step of moving translations from src/pacman/po to po/Dan McGee2007-07-06
* Remove lockfile configuration from frontend, make it job of libalpmDan McGee2007-06-27
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* Autotool clean up.Andrew Fyfe2007-06-04
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Modernize and update configure.acDan McGee2007-05-30
* Remove output.c and output.hDan McGee2007-04-26
* Add -pedantic flag to pacman (frontend) CFLAGSDan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
* Remove single-function upgrade.cDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
* * A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'Dan McGee2007-02-22
* * Use the libtool'd .la file as a link target so we can run pactest properlyAaron Griffin2007-02-21
* Cleaned up some more outputAaron Griffin2007-02-10
* * Fix building outside $(srcdir).Jürgen Hötzel2007-01-29
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Configuration changes:Aaron Griffin2006-12-28
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20