summaryrefslogtreecommitdiff
path: root/libmwaw
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Uploading libmwaw 0.1.10 and dumping unneeded patchesFridrich Štrba3-52/+0
Change-Id: I837b885fb88ccbc1e7980712be4a3342575b3770
2013-06-20libmwaw: fix infinite loop in findCentralDirectoryEndMichael Stahl2-0/+33
Change-Id: I36ec7ad735fa15cfda88167b11a922883ef2bb72
2013-05-16libmwaw: stop delivering headersMichael Stahl1-6/+0
Change-Id: Ib58198ad0ec638bd92d0e7d8301709654c93ea54
2013-05-15Revert changes that are now unnecessary and pointlessTor Lillqvist1-1/+0
This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa. This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4. This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64. This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8. This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.
2013-05-15Say hello to automake 1.13 here, tooTor Lillqvist1-0/+1
Change-Id: I1d0fd352cb0b500c64f86197b2510450b0f7d4ce
2013-05-14trying to unbreak windows buildFridrich Štrba2-0/+19
Change-Id: I3db28992dc3d3bbe63d8679d5a43bab11a66bdcd
2013-05-14Uploading libmwaw 0.1.9Fridrich Štrba4-40/+3
Change-Id: I9f6f9d6a162e0aed49754229357fc2731a4037d0
2013-05-08Include <cctype> for std::tolower() to fix MSVC buildTor Lillqvist2-0/+11
Change-Id: I777bcf9d80ad579347bd26147cb8801cc61222e6
2013-05-08Uploading libmwaw 0.1.8Fridrich Štrba2-142/+0
Change-Id: Id5e9ab64924ddc48921d0c028ede712b8cb3477d
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl1-1/+1
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl4-7/+7
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl1-3/+1
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-03-15move libmwaw to gcc-wrapperPeter Foley2-33/+3
Change-Id: Icad437f4c5622e1cc631b91ecb20913893514ffc
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13At the end, this might be enough for android buildFridrich Štrba1-39911/+0
Change-Id: Ieb68b5547ff2a66f752d546feced187557868cd6
2013-03-13Ouch, hope the last oneFridrich Štrba1-0/+8
Change-Id: I53799932157342755c7cf6737ebcd19154166be1
2013-03-13Could this actually fix android?Fridrich Štrba1-0/+20
Change-Id: Idd8f708f5f86b9e848f167e3544a3e8c9e53313d
2013-03-13missing includeFridrich Štrba1-1/+10
Change-Id: I87c8cbacba48215a5bd6d7a530e32fa814d10b2f
2013-03-13Trying to fix Windows build of libmwawFridrich Štrba2-0/+125
Change-Id: Ifca61a9254bfdddb568b14f0ee09d7c69736e4af
2013-03-13libmwaw: let this thing find internal boostMichael Stahl1-0/+1
Change-Id: I33eacf1a18c4bf72fa2dbf93c9ed6627586a3c3d
2013-03-13Trying to fix android build: regenerate with new autotoolsFridrich Štrba2-0/+39917
Change-Id: I37f3d9a97ee4df3b75eed3ffcf7740b3a608d029
2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba7-0/+144
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>