# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,jpipx)) $(eval $(call gb_Library_use_libraries,jpipx,\ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_cobjects,jpipx,\ jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection \ )) # vim:set noet sw=4 ts=4: o/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-04-06Use more *string_viewMike Kaganski
2023-03-06clang-tidy dead-storeNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2022-10-20remove commentNoel Grandin
2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin
2022-09-28avoid some ref-counting in a hot pathNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-06shave some cost off SaxContextNoel Grandin
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-03-03crashtesting: assert that !rtl::isAscii in xmlError messageCaolán McNamara
2022-03-02Remove 'const' from for loop variableHossein
2022-03-01tdf#145538 - Use range based for loopsDeep17
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2022-01-04osl::Mutex->std::mutex in FastSaxParserImplNoel Grandin
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-12include optional header for std::optionalCaolán McNamara
2021-08-12flatten FastSaxParserImpl a littleNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in EntityNoel Grandin