summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_doxygen.mk
AgeCommit message (Collapse)Author
2024-05-07use windows doxygen in wsl-as-helper caseChristian Lohmaier
basically reverts f7fe6a0bed2c2aee19535a26181a2edfb103e587 avoiding the penalty for accessing files in the windows-realm from within the wsl-container significantly accelerates the doc-generation Change-Id: I95af905bda7225a9c1924a41e952656dffbfbc0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167279 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
…by a simple/static $(gb_CustomTarget_workdir)/foo The build system has a lot of overly complicated leftovers from when it was introduced and had not only deal with split repositories but also had to coexist with another buildsystem. Along with lots of copy'n'paste along the years the makefiles became hard to grasp for newcomers with all our calls and evals. As a first step to streamline that, the macros from TargetLocations that simply prefix a static path to the argument (and similar of the same kind) are a natural pick before simplifying the rules themselves/getting rid of a bunch of eval statements. Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-26run doxygen via wsl in wsl-as-helper caseChristian Lohmaier
Change-Id: I534bcc8b07aea1637a3aea01cd1c5da998833a4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166339 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
See instructions in solenv/gbuild/Trace.mk . This generates a file than can be viewed e.g. in the Chromium tracing view. Change-Id: I5f90647c58ca729375525b6daed2d4918adc8188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88754 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2017-06-03odk: fix extremely stupid typoMichael Stahl
Better to delete Set than get. (regression from 83719c5d4a91222b8aa30fe1cc64b97eb) Change-Id: If4ba3982ad5391206641e56a7674a1dfe3bef646
2017-06-02odk: remove PackageSet_odk_headersMichael Stahl
This is quite confusing: the gb_Helper_register_packages_for_install odk_headers does not actually use the Package odk_headers, but the PackageSet odk_headers, because the name is the same and the PackageSet directory comes first in the search path. This means that the Package odk_headers_generated is installed despite there being no obvious reason why. The PackageSet doesn't provide much value here, so just remove it. Change-Id: I564f3b9fc6acaabe700328bc8c3db70c3b2de0cd
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
configure.ac was setting VERBOSE=YES/NO when really we use verbose=t or verbose= Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299 Reviewed-on: https://gerrit.libreoffice.org/17634 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-05-13Also generated doxygen docu for the org UNOIDL treeStephan Bergmann
Change-Id: Ia903c473a482ff228e013aa28f3a041b12cf2a79
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist
Introduce SDKDIRNAME as a configury variable and use it instead of the gbuild gb_Package_SDKDIRNAME. Then we can easily construct the SDKDIRNAME_FOR_BUILD variant that is needed to find the specially named SDK in instdir on OS X when cross-compiling. Move the version number section in configure.ac earlier. Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701
2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl
Change-Id: I46f4954ef07f60e1f7824a47f0617f8612ea9505
2013-06-04odk: use SHORT_NAMES on WindowsMichael Stahl
Unfortnately the MSI stuff complains that lines in ddf files are too long, so we need to use SHORT_NAMES. But use it only on Windows because the file names are mostly just numbers then and totally unpredictable; the documentation for the website must not be built on Windows. Change-Id: I5d7d917bf34c55424259cf04bb13cb8c26fe409b
2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl
Unsurprisingly doxygen does not support reading a idl_chapter_refs.txt file like autodoc does. And it looks like doxygen tag files can not be used to do this, as they link only in the "other" direction. But with a bit of hackery we can generate a "dummy" IDL input file, with emtpy definitions for those types that have DevGuide links. Doxygen will nicely combine documentation from multiple definitions of a type, and fortunately does only put in references to the first file that defines a type, so hopefully adding the generated file as the last input file is suffficient to make things work nicely. The generated file is committed to git because there is a bit of a problem with finding out what sort of entity a name like "com.sun.star.Foo" refers to, which needs to be in the doxygen input. Change-Id: I793bc59c8acfecf460e4addea7838c76a3ede77e
2013-06-04odk: remove output directory before invoking doxygenMichael Stahl
Change-Id: I04b8dbecbe62f8d72ca75f6508046294c3409a17
2013-06-04odk: generate IDL docs with doxygenMichael Stahl
Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036
2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl
Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl
- give right path to STRIP_FROM_PATH - prefix vars - depend on makefile - only call cygpath in rule Change-Id: Iceef191751b82a423be354db1f0a3ca4fc213e04
2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann
Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec
2013-05-04install cpp docs using filelistDavid Tardon
Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 Reviewed-on: https://gerrit.libreoffice.org/3775 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24ritually kill odkcommon.zipDavid Tardon
Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067
2013-04-24clean up install. of C++ docsDavid Tardon
Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77 Reviewed-on: https://gerrit.libreoffice.org/3587 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24fix indentationDavid Tardon
Change-Id: I59614470c0560187870b19e18903ed79b7b35d90 Reviewed-on: https://gerrit.libreoffice.org/3586 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-15adapt doxygen to INSTDIRPeter Foley
Change-Id: Iedb7f0c8e598b6b4387b0622ae5d8804a03eabb3
2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl
These libraries were never part of the stable URE interface, and thus including their headers and import libs in the SDK was a mistake. Apparently at least on MacOSX and some Linux distros it was not possible to link against the libraries anyway. Change-Id: I3c43c86ff5d7bc316ed7af0be4ef313f7869ac23
2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar
Change-Id: I25fc78104cedb83990b1c03f589b50a94890e7da
2013-03-18cleanup doxygen warningsPeter Foley
Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595
2013-03-15fix deps for odkcommon.zipDavid Tardon
Change-Id: I06667cbb1fe24356bb24b7781258ef2c194f0e4d
2013-03-03doxygen fixesPeter Foley
Change-Id: I18dd661bffc2dedecf13404b6772fb4dcdeaa24d
2013-03-03silence doxygenDavid Tardon
Change-Id: I8114c6ab7a70572ed530800a4fbc323efaa1a641
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1
2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl
... and instead bundle the *_odk_headers zip files. Change-Id: Ice86f8e22d3a6fa46f7cee38193dffdd0479d491
2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl
Change-Id: I2d4e2853014ef30419a66c8f9b2675b92d60adb6
2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl
Change-Id: I0730e0a354ec952cdb67d1b22067ab59c86334c0
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl
Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28
2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl
Change-Id: I83172bd105496dd1af8090a01ebfac864958e20c
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley
Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>