This website requires JavaScript.
Explore
Help
Register
Sign In
jaiden
/
apk-tools
Watch
1
Star
0
Fork
You've already forked apk-tools
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f69f047f25
apk-tools
/
.gitignore
10 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
solver: new package selection logic (which is not yet used) * 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
2011-07-26 13:56:55 +00:00
src/apk
test: rewrite the testing framework to use the real applets also merge the expected output to the *.test files.
2012-02-23 20:02:11 +00:00
src/apk-test
solver: new package selection logic (which is not yet used) * 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
2011-07-26 13:56:55 +00:00
src/apk.static
applets: start using solver code still todo: - 'fix' is missing - 'del -R' does not work - 'upgrade' does not do self-upgrade first ... and a lot of testing.
2011-09-09 13:31:11 +00:00
test/*.got
ignore .o files and apk
2008-10-26 20:21:46 +00:00
*.o
build: rewrite make system to something slightly similar to kbuild 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.
2009-04-16 10:49:16 +00:00
*.d
*.cmd
First steps for libapk
2010-03-05 08:13:25 +00:00
*.so
build: tell git to ignore config.mk
2011-09-14 14:19:55 +00:00
config.mk