summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-4/+5
Change-Id: Ifaa897b8285aab537e27433f14a18f11a4817c17 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2013-09-13add solv_memdup and solv_memdup2 inline helper functionsMichael Schroeder1-0/+22
2013-07-17support replchar parameter in (currently unused) solv_replacebadutf8Michael Schroeder1-1/+1
2013-05-06add utf8 helpers to util.cMichael Schroeder1-0/+3
2013-04-02Make all public libsolv headers C++ safeIngo Weinhold1-0/+9
A few headers already included 'export "C"' blocks, also wrapping other #include's. This patch cleanly wraps the contents of all public headers instead.
2011-12-22- add solv_strdup(), rename repo_freeallrepos() to pool_freeallrepos()Michael Schroeder1-0/+1
2011-07-12- rename all sat_ to solv_Michael Schroeder1-22/+22
2011-05-24rename satsolver -> libsolvMichael Schroeder1-3/+3
2011-03-03- add pool_freetmpspace, pool_tmpappend, pool_bin2hex, sat_dupappend, ↵Michael Schroeder1-0/+4
sat_hex2bin, sat_bin2hex
2009-06-24- add pool_tmpjoin and sat_dupjoin helpersMichael Schroeder1-0/+1
2009-05-12- add sat_sort() functionMichael Schroeder1-0/+1
2008-10-30- adapt to coding styleMichael Schroeder1-0/+1
- log solver execution time - replace some fprintf calls with sat_debug
2008-08-22- comment functionDuncan Mac-Vicar P1-0/+12
2008-03-20- clean up a bitMichael Schroeder1-0/+1
2008-03-19- shut up g++Michael Schroeder1-1/+1
2008-03-19- write info block containing addedprovidesMichael Schroeder1-0/+7
- do not load filelist in addfileproviders if the provides are already there - fix some mem leaks
2008-03-17Initialize all allocated array members for blocky arrays (when itMichael Matz1-0/+10
matters, e.g. when extending also in blocks).
2008-03-05- add HEADERENDMichael Schroeder1-7/+0
- reindent
2008-01-29compileDuncan Mac-Vicar P1-1/+1
2008-01-29remove superfluous Pool argument in policy_illegal_ functionsMichael Andres1-1/+3
2008-01-29- add key filtering to repo_writeMichael Schroeder1-0/+29
- change repo_write so that it combines all available data - integrate attr_store into repodata - write storage parameter with every key, bump solv revision to 5 - don't create system rules for atoms - change repo_susetags to use repodata interface
2008-01-09- rename xmalloc/... functions to sat_malloc, as we're aMichael Schroeder1-6/+6
library and mustn't conflict with other libraries
2007-11-21use SATSOLVER_ prefix in include guardsMichael Andres1-3/+3
2007-11-08- add a licenseMichael Schroeder1-0/+7
- don't branch for supplemented packages - fix off by one in minimize queue revert code
2007-10-02current state of 'sat-solver'Klaus Kaempf1-0/+16