summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * database: avoid free of uninitialzed variablesMarc-André Lureau2012-12-111-7/+9
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-1014-58/+58
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-1014-58/+58
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-1027-248/+350
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-1028-313/+363
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-102-290/+290
|\| | | | | | | | | Conflicts: libmsi/msiquery.c
| * move non-query functions to database.cPaolo Bonzini2012-12-102-311/+311
| |
* | Prefer glib macros over custom oneMarc-André Lureau2012-12-102-12/+6
| |
* | Merge branch 'pre-gsf' into HEADPaolo Bonzini2012-12-109-71/+347
|\| | | | | | | | | | | Conflicts: libmsi/msipriv.h libmsi/record.c
| * Prefer glib macros over custom one (requires glib 2.18)Marc-André Lureau2012-12-101-10/+4
| |
| * build: make it silent if possibleMarc-André Lureau2012-12-101-0/+1
| |
| * remove unused functionMarc-André Lureau2012-12-103-53/+0
| |
| * msiinfo: return 0 on cmd successMarc-André Lureau2012-12-101-0/+12
| |
| * msibuild: add options to execute arbitrary queriesPaolo Bonzini2012-12-074-2/+312
| |
| * msibuild: fix return code when errors occurPaolo Bonzini2012-12-071-1/+4
| |
| * msiinfo: fix printing of INSERT queries with NULL valuesPaolo Bonzini2012-12-071-5/+8
| |
| * msiinfo: do not print CREATE TABLE for standard tablesPaolo Bonzini2012-12-071-0/+6
| |
* | add AUTHORS and README filesPaolo Bonzini2012-12-072-0/+34
| |
* | update TODO, add HACKING filePaolo Bonzini2012-12-072-4/+12
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-0717-2241/+537
|\|
| * msibuild: add testcasesPaolo Bonzini2012-12-077-0/+431
| |
| * convert testsuite to autotestPaolo Bonzini2012-12-079-2250/+33
| |
| * add skeleton for autotest testsuitePaolo Bonzini2012-12-076-0/+82
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-072-11/+254
|\|
| * msiinfo: export tables as binary dataPaolo Bonzini2012-12-071-0/+3
| | | | | | | | libmsi already adds the trailing \r.
| * msibuild: fix bug when -s is at the end of the command linePaolo Bonzini2012-12-071-2/+2
| |
| * msiinfo: fix help for suminfo commandPaolo Bonzini2012-12-071-1/+1
| |
| * msiinfo: use g_mallocPaolo Bonzini2012-12-071-6/+2
| |
| * msiinfo: add export to SQLPaolo Bonzini2012-12-071-2/+246
| | | | | | | | | | Still not that useful since there is no tool to read it back, but it shows how to use the API.
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-072-35/+0
|\| | | | | | | | | | | Conflicts: libmsi/msipriv.h libmsi/record.c
| * remove unused functionPaolo Bonzini2012-12-072-50/+0
| |
* | bump release :)v0.01Paolo Bonzini2012-12-061-1/+1
| |
* | prepare for distributionPaolo Bonzini2012-12-063-0/+845
| |
* | wine bug: accessing name in streams_view_set_row even if mask&1 == 0Paolo Bonzini2012-12-062-9/+33
| |
* | time to add a TODO list...Paolo Bonzini2012-12-061-0/+20
| |
* | convert array-strings to literalsPaolo Bonzini2012-12-067-88/+52
| |
* | differentiate directory separatorsPaolo Bonzini2012-12-062-7/+13
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-0629-689/+39
| |
* | eliminate WCHARPaolo Bonzini2012-12-0627-1330/+715
| |
* | port to libgsfPaolo Bonzini2012-12-0620-594/+440
|/ | | | | | | | | | | | 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.
* begin porting testdatabase to non-WindowsPaolo Bonzini2012-12-063-357/+374
|
* port testrecord to non-WindowsPaolo Bonzini2012-12-063-37/+44
|
* testcases fix for gsfPaolo Bonzini2012-12-062-7/+6
|
* msibuild: support setting the summary informationPaolo Bonzini2012-12-063-6/+116
|
* build: fix msi_free() returns voidMarc-André Lureau2012-12-061-1/+1
|
* build: fix compilation with current bison 2.6.5.993-06ecMarc-André Lureau2012-12-061-2/+3
|
* msiinfo: add extract commandPaolo Bonzini2012-12-061-0/+86
|
* look for glib and gsfPaolo Bonzini2012-12-064-5/+13
|
* temporary changes for 64-bit (un)cleanlinessPaolo Bonzini2012-12-061-2/+2
|
* do not use InterlockedIncrement/DecrementPaolo Bonzini2012-12-062-7/+7
|