summaryrefslogtreecommitdiffstats
path: root/libmsi/where.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark pure functionsMarc-André Lureau2013-02-081-0/+1
|
* Clean-up all gcc warningMarc-André Lureau2013-02-081-1/+0
|
* Replace WARN with g_warningMarc-André Lureau2013-02-071-2/+2
|
* Replace ERR with g_criticalMarc-André Lureau2013-02-071-8/+8
|
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-171-2/+2
| | | | | | | Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set.
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-1/+1
|\
| * libmsi-record: rename clear_data->clear get_integer->get_intMarc-André Lureau2012-12-121-1/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-4/+3
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/handle.c libmsi/libmsi-database.c libmsi/libmsi-query.c libmsi/libmsi-record.c libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * convert to GObjectMarc-André Lureau2012-12-111-4/+3
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-1/+1
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-101-1/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-4/+4
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-4/+4
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-10/+3
| |
* | eliminate WCHARPaolo Bonzini2012-12-061-15/+15
| |
* | port to libgsfPaolo Bonzini2012-12-061-1/+1
|/ | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* LibmsiViews are not objectsPaolo Bonzini2012-12-061-1/+1
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-108/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-112/+112
|
* abandon camelcasePaolo Bonzini2012-12-061-60/+60
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-061-1/+1
|
* use actual types in the APIPaolo Bonzini2012-12-061-6/+6
|
* use libc memory allocation functionsPaolo Bonzini2012-12-061-1/+2
|
* ok, things start to be readablePaolo Bonzini2012-12-061-94/+94
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-15/+15
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-92/+92
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-061-14/+14
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-6/+6
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-2/+2
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* initial commitPaolo Bonzini2012-10-221-0/+1289