aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build and use bundled libfetch nativelyTimo Teräs2017-10-051-4/+7
* manifest: new applet which dumps checksums in sha1sum format for a packageWilliam Pitcock2017-05-201-1/+1
* fix cross-compiling to pick right libfetch.aTimo Teräs2016-07-061-1/+1
* build: allow override compiler/linker flags for external libsNatanael Copa2016-06-131-9/+11
* add simple stats appletTimo Teräs2015-06-121-1/+1
* url: use libfetch to retrieve http/https/ftp filesTimo Teräs2014-10-081-1/+2
* finally fix building PIE binariesTimo Teräs2014-05-121-2/+2
* build: lua module build fixesNatanael Copa2013-06-261-2/+5
* policy: new appletTimo Teräs2013-06-181-1/+1
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-1/+1
* build: openssl seems to require -ldl for now, so add thatTimo Teräs2012-03-281-0/+1
* lua: fix bindings, and build by defaultTimo Teräs2012-02-281-0/+1
* test: rewrite the testing framework to use the real appletsTimo Teräs2012-02-231-3/+6
* build: fix make install of shared lib and lua moduleNatanael Copa2011-09-161-2/+2
* build: support building lua module without shared libapkNatanael Copa2011-09-141-3/+4
* solver: add per-name specific flags, and fix the fix appletTimo Teräs2011-09-131-1/+1
* applets: start using solver codeTimo Teräs2011-09-091-2/+2
* solver: move topology sorting to solver codeTimo Teräs2011-08-051-1/+1
* Makefile: make it possible to override pkg-config via PKG_CONFIGNatanael Copa2011-07-271-3/+4
* solver: new package selection logic (which is not yet used)Timo Teräs2011-07-261-3/+10
* dot: applet to generate the dot attributed graph language filesTimo Teräs2011-07-241-1/+1
* static build: do not use openssl enginesTimo Teräs2010-06-301-1/+2
* Makefile: do not require lua pkgconfig unless you intend build lua moduleNatanael Copa2010-06-161-5/+6
* Makefile: Don't build or install the libapk and lua module by defaultNatanael Copa2010-06-141-10/+29
* build: fix CFLAGS, and use pkg-config for luaTimo Teräs2010-06-111-5/+4
* lua: initial lua moduleNatanael Copa2010-06-111-2/+10
* First steps for libapkNatanael Copa2010-06-111-7/+17
* all: rework how arrays workTimo Teräs2010-06-051-1/+1
* fix: new applet to reinstall and fix packageTimo Teras2009-08-041-1/+1
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-0/+1
* build: make install depend on main targetsTimo Teras2009-07-291-1/+1
* verify: new applet (ref #46)Timo Teras2009-07-171-1/+1
* build: link zlib dynamically, use --as-neededTimo Teras2009-07-081-3/+5
* csum: use openssl insteadTimo Teras2009-07-081-3/+9
* cache: new applet (ref #49)Timo Teras2009-06-291-1/+1
* upgrade: new appletTimo Teras2009-06-251-1/+1
* Makefile: add -nopie to LDFLAGSNatanael Copa2009-04-211-0/+1
* db: cache index files, 'update' appletTimo Teras2009-04-161-2/+2
* build: rewrite make system to something slightly similar to kbuildTimo Teras2009-04-161-45/+12
* fetch: new applet to download .apk filesTimo Teras2009-04-151-0/+1
* Created search appletCameron Banta2009-03-071-0/+1
* Makefile: added 'make static' target to build apk.staticNatanael Copa2009-01-161-0/+3
* audit: new command to check changed filesTimo Teras2009-01-141-0/+1
* add: --initdb to replace create appletTimo Teras2009-01-131-1/+0
* Makefile: build the info appletNatanael Copa2009-01-091-0/+1
* io: prepartions for url handlingTimo Teras2008-11-281-0/+1
* build: remove pthreads referencesTimo Teras2008-11-121-1/+1
* use zlib internally to decompressTimo Teras2008-11-071-1/+3
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-0/+2
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+39