aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* solver: new package selection logic (which is not yet used)Timo Teräs2011-07-261-0/+4
| | | | | | | | | | | | | * basic code for a backtracking, forward checking dependency satisfier * works better when there are tricky dependencies to solve (when can't just upgrade everything to most preferred versions) * the new code always evaluates all of 'world' constraints (old code just does incremental updates based on heuristics) * is probably somewhat slower than old code (probably unnoticeable difference in most cases) * makes easier to write support for provides and repository pinning * test applet and a bunch of test cases added which uses the new code * from the old feature set install_if is not yet implemented
* apk-tools-2.1.0Timo Teräs2011-05-231-1/+1
|
* apk-tools-2.1.0_rc1Timo Teräs2011-04-061-1/+1
|
* apk-tools-2.1.0_pre1v2.1.0_pre1Timo Teräs2011-03-291-1/+1
|
* Makefile: include config.mk if existsNatanael Copa2011-01-041-0/+2
| | | | | This allows users to have a collection of build variables set without needing to specify them at build time every time.
* apk-tools-2.0.7v2.0.7Timo Teräs2010-12-091-1/+1
|
* apk-tools-2.0.6v2.0.6Timo Teräs2010-09-231-1/+1
|
* apk-tools-2.0.5v2.0.5Timo Teräs2010-06-161-1/+1
|
* apk-tools-2.0.4v2.0.4Timo Teräs2010-06-151-1/+1
|
* lua: initial lua moduleNatanael Copa2010-06-111-1/+2
|
* First steps for libapkNatanael Copa2010-06-111-1/+2
|
* apk-tools-2.0.3Timo Teräs2010-06-081-1/+1
|
* apk-tools-2.0.2Timo Teras2010-03-161-1/+1
|
* apk-tools-2.0.1Timo Teras2010-03-041-1/+1
|
* apk-tools-2.0v2.0Timo Teras2009-12-231-1/+1
|
* apk-tools-2.0_rc7v2.0_rc7Timo Teras2009-11-241-1/+1
|
* apk-tools-2.0_rc6v2.0_rc6Timo Teras2009-09-251-1/+1
|
* apk-tools-2.0_rc5v2.0_rc5Timo Teras2009-09-031-1/+1
|
* apk-tools-2.0_rc4v2.0_rc4Timo Teras2009-08-201-1/+1
|
* apk-tools-2.0_rc3v2.0_rc3Timo Teras2009-08-131-1/+1
|
* apk-tools-2.0_rc2v2.0_rc2Timo Teras2009-08-101-1/+1
|
* apk-tools-2.0_rc1v2.0_rc1Timo Teras2009-08-051-2/+1
|
* apk-tools-2.0_pre17apk-tools-2.0_pre17Timo Teras2009-07-301-1/+1
|
* apk-tools-2.0_pre16apk-tools-2.0_pre16Timo Teras2009-07-291-1/+1
|
* build: make install depend on main targetsTimo Teras2009-07-291-1/+1
| | | | | apparently the double colon rule dependencies affect only the specific rule-set.
* apk-tools-2.0_pre15apk-tools-2.0_pre15Timo Teras2009-07-241-1/+1
|
* apk-tools-2.0_pre14apk-tools-2.0_pre14Timo Teras2009-07-131-1/+1
|
* apk-tools-2.0_pre13apk-tools-2.0_pre13Timo Teras2009-07-021-1/+1
|
* build: create archive directly from git treeTimo Teras2009-05-271-0/+1
| | | | So we don't get local modifications or extra files in the tarball.
* apk-tools-2.0_pre12apk-tools-2.0_pre12Timo Teras2009-05-251-1/+1
|
* apk-tools-2.0_pre11apk-tools-2.0_pre11Timo Teras2009-05-061-1/+1
|
* build: rewrite make system to something slightly similar to kbuildTimo Teras2009-04-161-58/+20
| | | | | | Tracks now probler header file dependencies and command line parameters used to build files. E.g. changing CFLAGS rebuild all C-files. And changing version rebuild now the files where it's used.
* build: use version from git describe if availableTimo Teras2009-04-141-3/+7
|
* 2.0_pre10apk-tools-2.0_pre10Timo Teras2009-03-201-1/+1
|
* 2.0_pre9apk-tools-2.0_pre9Timo Teras2009-03-041-1/+1
|
* release 2.0_pre8apk-tools-2.0_pre8Natanael Copa2009-02-121-1/+1
|
* release 2.0_pre7apk-tools-2.0_pre7Natanael Copa2009-01-231-1/+1
|
* release 2.0_pre6apk-tools-2.0_pre6Natanael Copa2009-01-201-1/+1
|
* release 2.0_pre5Natanael Copa2009-01-181-1/+1
|
* release 2.0_pre4Natanael Copa2009-01-161-1/+1
|
* release 2.0_pre3Natanael Copa2009-01-161-1/+1
|
* Makefile: added 'make static' target to build apk.staticNatanael Copa2009-01-161-1/+4
|
* release 2.0_pre2Natanael Copa2009-01-151-1/+1
|
* Makefile: use $(PACKAGE) variable for package nameNatanael Copa2009-01-151-6/+7
|
* Makefile: new dist targetNatanael Copa2009-01-151-5/+11
|
* Makefile: turn off PIENatanael Copa2009-01-081-0/+1
|
* Allow distromakers override CFLAGS and LDFLAGSNatanael Copa2008-12-011-3/+4
|
* build: remove pthreads referencesTimo Teras2008-11-121-1/+1
|
* build: fix SUBDIRS and remove -nopieTimo Teras2008-11-061-2/+2
|
* release 2.0_pre1Natanael Copa2008-10-261-1/+1
|