Instructions to compile LO on Solaris with gcc Disclaimer ---------- This is still work in progress Compiling LO on Solaris with gcc is a work done by Lanedo ( www.lanedo.com ) Any inquiry could be sent to office-solaris@lanedo.com Prerequisites ------------- A working Oracle Solaris 11 installation Installing Dependencies ----------------------- sudo -s pkg install git make gcc-45 autoconf autogen automake-110 gnu-m4 pkg install pkg:/system/header@0.5.11-0.175.0.0.0.2.1 pkg install pkg:/developer/gperf@3.0.3-0.175.0.0.0.2.537 pkg install pkg:/developer/parser/bison@2.3-0.175.0.0.0.2.537 pkg install pkg:/developer/lexer/flex@2.5.35-0.175.0.0.0.2.537 pkg install pkg:/developer/documentation-tool/doxygen@1.5.7.1-0.175.0.0.0.2.537 Compiling --------- CC="gcc" CXX="g++" ./autogen.sh --with-num-cpus=2 --with-max-jobs=4 --without-junit --disable-mozilla --with-system-curl --without-help --disable-cups --without-java --with-system-cairo --with-lang= --enable-gio --disable-gnome-vfs --disable-gstreamer --without-fonts --with-system-dicts --disable-mozilla --without-system-mozilla --disable-xmlsec --with-system-openssl gmake o/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svtools/qa/unit
AgeCommit message (Expand)Author
2024-05-13loplugin:ostr in svtoolsNoel Grandin
2023-11-25Simplify HtmlWriterMike Kaganski
2023-11-24Fix HtmlWriter::charactersMike Kaganski
2023-11-19Extended loplugin:ostr: svtoolsStephan Bergmann
2022-10-25sw html import: fix handling of CDATAMiklos Vajna
2022-06-27sw HTML export: fix missing escaping for image linksMiklos Vajna
2022-01-10use less SvStream::Flush()Noel Grandin
2021-06-03HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl
2021-04-27use more string_view in tools/streamNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#123936 Formatting files in module svtools with clang-formatPhilipp Hofer
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
2020-04-26fix make screenshot breakageCaolán McNamara
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-10-23lok: svtools: change parameter from "ID" to "POS" in ValueSetUIObject classHenry Castro
2019-10-23lok: svtools: create ValueSetUIObject classHenry Castro
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2019-09-15ditch wizarddialog.ui nowCaolán McNamara
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svtoolsStephan Bergmann
2019-07-03Remove some unused includesMiklos Vajna
2019-03-22GraphisObjectTest: Remove some unused test documentsTamás Zolnai
2019-03-07CppunitTest_svtools_html: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
2019-02-10loplugin:indentation in svtoolsNoel Grandin
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin
2018-08-29XHTML import: <br></br> is one line breakMiklos Vajna
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl
2018-04-10vcl: detach usage and remove GraphicManager and GraphicCacheTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-08svtools: allow writing characters with HtmlWriterMiklos Vajna
2018-02-28sw HTML export: allow custom XHTML namespace aliasMiklos Vajna
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-16Fix typosAndrea Gelmini
2017-12-14Related: tdf#114428 svtools HTML import: avoid XML declaration in body textMiklos Vajna
2017-10-23loplugin:includeform: svtoolsStephan Bergmann
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke
2017-02-14vcl pdf import: change test documents to test bitmap fallbackMiklos Vajna
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna
2017-01-09second arg of deformed copy ctor isn't usedCaolán McNamara
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann