summaryrefslogtreecommitdiffstats
path: root/sax/Library_expwrap.mk
Commit message (Collapse)AuthorAgeFilesLines
* switch saxparser from expat to libxml2Luboš Luňák2014-11-141-0/+1
| | | | | | | | | | Using SAX2 interface provides element/attribute names split into prefix/name, and provides namespaces/urls, so FastSaxParserImpl::callbackStartElement() does not have to figure out these on its own (and additionally libxml2 spends a noticeable portion in xmlStrdup() when not in SAX2 mode). The switch saves about 5-10% time. Change-Id: Idd424d7cc9b30c248179a5bad8ec79dbfc62e765
* sax: Tabify makefiles to be more consistentMatúš Kukan2014-09-221-11/+11
| | | | Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-4/+10
| | | | | | | 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>
* rename expat external to 'expat'David Tardon2013-04-091-1/+1
| | | | | | | expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
* sax: no obvious reason why expwrap should use expat_utf16Michael Stahl2012-11-151-1/+1
| | | | Change-Id: Id2d476c4fc13ccfb501ef920f75e2a95a7ce3734
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* sax: avoid pointless linking expwrap against saxMatúš Kukan2012-08-241-8/+9
| | | | | | | | | ..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
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* gbuildification of saxNorbert Thiebaud2012-06-161-0/+44
| | | | Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13
* revert gmk4Norbert Thiebaud2012-06-161-59/+0
| | | | Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* sax: move xml2utf.cxx to libsax to prevent duplicate linkage warningsMichael Stahl2012-03-121-1/+1
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* get this building under windows againCaolán McNamara2011-08-021-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-0/+1
|
* keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen2011-07-231-1/+1
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-1/+5
|
* gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-201-2/+1
|
* gnumake4: #i116959#: kill ↵Michael Stahl2011-06-171-4/+0
| | | | gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
* gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]Michael Stahl2011-06-171-25/+1
|
* gnumake4: expat libraries are static [hg:3daa2bed1277]Michael Stahl2011-06-171-1/+1
|
* CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]Mathias Bauer2011-06-171-7/+14
|
* CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer2011-06-171-0/+76