index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
edsp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
3
-6
/
+6
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
6
-17
/
+42
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
3
-6
/
+6
2012-06-16
do not dereference the storage for the unique strings as the pointer can
David Kalnischkies
1
-1
/
+2
2012-04-23
* edsp/edspsystem.cc:
David Kalnischkies
1
-1
/
+1
2011-12-15
atleast libapt should announce to itself that it is clean…
David Kalnischkies
1
-2
/
+2
2011-12-13
revert 2184.1.3: forward declaration instead of headers
David Kalnischkies
2
-0
/
+10
2011-12-10
* apt-pkg/contrib/fileutl.{h,cc}:
David Kalnischkies
1
-5
/
+2
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
3
-4
/
+3
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
4
-10
/
+10
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
3
-1
/
+8
2011-06-08
add some more dpointer placeholders
Michael Vogt
2
-0
/
+6
2011-05-02
parse correctly the Hold: lines into Pkg->SelectedState = Hold
David Kalnischkies
1
-2
/
+5
2011-03-31
rename edspwriter to straight edsp in toplevel as it does more than
David Kalnischkies
2
-192
/
+0
2011-03-31
add the methods we will need to write to make working with EDSP possible
David Kalnischkies
2
-2
/
+24
2011-03-31
strip the Dir::state from the config name as it will never be there
David Kalnischkies
1
-4
/
+4
2011-03-31
parse the state of the package from the scenario file correctly
David Kalnischkies
1
-30
/
+8
2011-03-31
rename the 'universe' to 'scenario' to reflect the naming in the draft
David Kalnischkies
5
-11
/
+11
2011-03-31
add a special scenario filename for using stdin
David Kalnischkies
2
-3
/
+14
2011-03-30
be able to write solutions, too
David Kalnischkies
2
-0
/
+21
2011-03-30
add a first round of stuff needed for talking between APT and solvers
David Kalnischkies
8
-0
/
+550