summaryrefslogtreecommitdiffstats
path: root/libmsi/storages.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up all gcc warningMarc-André Lureau2013-02-081-0/+3
|
* Replace WARN with g_warningMarc-André Lureau2013-02-071-1/+1
|
* Replace FIXME with g_warning("FIXME:...")Marc-André Lureau2013-02-071-2/+2
|
* 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-101-1/+1
|\ | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-1/+1
| |
* | wine bug: accessing name in streams_view_set_row even if mask&1 == 0Paolo Bonzini2012-12-061-3/+16
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-9/+2
| |
* | eliminate WCHARPaolo Bonzini2012-12-061-7/+7
| |
* | port to libgsfPaolo Bonzini2012-12-061-12/+5
|/ | | | | | | | | | | | 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
|
* delay writing storages to the outfilePaolo Bonzini2012-12-061-5/+0
|
* do _Streams/_Storages enumeration on the internal data structuresPaolo Bonzini2012-12-061-60/+24
|
* reorganize commit process to prepare for adding streams/storagesPaolo Bonzini2012-12-061-0/+5
|
* separate the input and output storages for LibmsiDatabasePaolo Bonzini2012-12-061-1/+1
|
* move management of substorages to LibmsiDatabasePaolo Bonzini2012-12-061-75/+37
|
* do not store storages in LibmsiStorageViewPaolo Bonzini2012-12-061-16/+4
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-89/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-36/+36
|
* abandon camelcasePaolo Bonzini2012-12-061-38/+38
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-061-1/+1
|
* use actual types in the APIPaolo Bonzini2012-12-061-2/+2
|
* ok, things start to be readablePaolo Bonzini2012-12-061-50/+50
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-10/+10
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-35/+35
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-061-15/+15
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-6/+6
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* stub away a large body of Windows headersPaolo Bonzini2012-12-061-2/+0
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-1/+1
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* add wingdi.h includes for MinGW compatibilityPaolo Bonzini2012-10-221-0/+1
|
* initial commitPaolo Bonzini2012-10-221-0/+553