summaryrefslogtreecommitdiffstats
path: root/sax/Module_sax.mk
Commit message (Collapse)AuthorAgeFilesLines
* First cut at adding sax2/ unit tests.Mohammed Abdul Azeem2016-05-191-0/+1
| | | | | | | | | | This is a first-step towards implementing the legacy parser using the XFastParser. Change-Id: I37fc0419dbef1d6f067e45e0b1f2fd6051fb158d Reviewed-on: https://gerrit.libreoffice.org/24883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-2/+0
| | | | | | | Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
* sax: add unit test for FastAttributeListMatúš Kukan2013-10-171-0/+1
| | | | Change-Id: Ie87c80383991dca84b4f6e2074c5c53567ded0b6
* sax: add unit test for FastSaxParserMatúš Kukan2013-10-171-4/+5
| | | | | | Adapt FastSaxParser so that it does not require XFastDocumentHandler. Change-Id: I7af49752dfbb4b55b8dde094fe6b762bd179be78
* execute move of global headersBjoern Michaelsen2013-04-231-1/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* sax: avoid pointless linking expwrap against saxMatúš Kukan2012-08-241-0/+1
| | | | | | | | | ..only to share one class with fastsax in sax, where it's not used. The link dependency is ugly, mostly for libmerged. Use static library. Another option would be to link fastsax against expwrap. Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070
* gbuildification of saxNorbert Thiebaud2012-06-161-0/+23
| | | | Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13
* revert gmk4Norbert Thiebaud2012-06-161-42/+0
| | | | Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f
* Use the same simple lo_main() on iOS as on AndroidTor Lillqvist2012-02-161-6/+0
| | | | | | | | | | | | | Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way.
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anywayTor Lillqvist2011-08-031-2/+2
|
* Add static sax cppunittester for iOSTor Lillqvist2011-08-021-0/+6
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-0/+1
|
* CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer2011-06-171-0/+41