| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | 2013-03-17 | 1 | -0/+2 |
| | | | | - exit with status 1 on test failure | ||||
| * | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2012-05-20 | 1 | -0/+21 |
| | | | | | - longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages | ||||
| * | fix compiler warning about signed comparision on amd64, too | David Kalnischkies | 2011-10-11 | 1 | -0/+12 |
| | | |||||
| * | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies | 2011-10-05 | 1 | -0/+15 |
| | | | | | | - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) | ||||
| * | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | 2011-08-11 | 1 | -0/+8 |
| | | | | | | | done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types. | ||||
| * | the order of languages after "none" is not important, so ignore it in tests | David Kalnischkies | 2011-07-25 | 1 | -4/+38 |
| | | |||||
| * | add our own equals method as assert doesn't really show the offending | David Kalnischkies | 2009-11-28 | 1 | -0/+21 |
| values which causes the failure. | |||||
