summaryrefslogtreecommitdiff
path: root/odk/util
AgeCommit message (Collapse)Author
2013-05-04$(WORKDIR)/CustomTarget/odk/odkcommon is no moreDavid Tardon
Change-Id: I49204b3518c47614e591de47a916901861331673 Reviewed-on: https://gerrit.libreoffice.org/3777 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22silence odk checkDavid Tardon
Change-Id: I1b2e224cb3b709e3c693f18918dcef5e0304894e Reviewed-on: https://gerrit.libreoffice.org/3536 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-22allow odk/util/check.pl to use two base dirsDavid Tardon
This is in preparation for my plan to move stuff out of odkcommon.zip and install it using filelists. The moved files will be in $(INSTDIR)/sdk, not in the Zip's workdir, so we must look for them in both places. Change-Id: I7dd224c9067f2dbb522b87b7057ddc02a5fa0cad Reviewed-on: https://gerrit.libreoffice.org/3527 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-10odk: remove duplicative setsdenv_unix.cshMichael Stahl
Having to maintain only one of these seems easier, and likely nobody uses csh any more. Change-Id: Ia4ddb54d27999fbf17ceea0b8bd76e59a29b023d
2013-03-13odk: remove the "checkinc" tooMichael Stahl
This tests for problems that cannot happen any more since we now build the Zip file from the same enumeration as the delivered headers, so they cannot be different. Change-Id: I0aacb2b8b1b6f187674b3a16b0fe7cb474e1b8c7
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>
2013-02-12Adapt odk to new css.cui.ColorPickerStephan Bergmann
Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8
2012-12-25Get rid of (most uses of) GUITor Lillqvist
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann
Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7
2012-12-18Duplicate definitionStephan Bergmann
Change-Id: Ifd8d8ee0c101f77a0c8832a8e4379eabd6334e85
2012-12-12Remove xml2cmp leftoversStephan Bergmann
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-11-29API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl
The modules were entirely deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync" with published children exists only in registry 1 WARNING: could not open key "/UCR/com/sun/star/sync2/BadPartnershipException" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync2" with published children exists only in registry 1 Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
2012-11-29API CHANGE: remove com.sun.star.installation moduleMichael Stahl
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
2012-11-28API CHANGE: remove com.sun.star.setup moduleMichael Stahl
This module was deprecated 10 years ago; the only thing in it that was actually used recently in OpenOffice.org is the ProductRegistration service, but the implementation of that has been removed since it is of no use to LibreOffice. WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/setup" with published children exists only in registry 1 Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551
2012-11-28odk: adapt to removal of modules test, util.loggingMichael Stahl
Change-Id: I824e9fd5477a734843b5c021a30bf6bad7734dfe
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-09-27add --with-system-ucppRene Engelhard
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-02-20remove cleanzip.plAndras Timar
The issue it solves does not exist in our build environment. https://issues.apache.org/ooo/show_bug.cgi?id=98365 The script removed g+s attributes from directories in zip files.
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2012-01-02Temporary hack to work around autodoc bugStephan Bergmann
...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly. Best fixed by replacing autodoc with something mature (that hopefully does not have such a bug).
2011-09-07don't use fixed version numberAndras Timar
2011-06-21Pack binaries for the HOST ("target") platform when cross-compilingTor Lillqvist
2011-03-24Some OOo -> LO changes (hopeful nothing broke with them)Fridrich Štrba
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
* commit 'ooo/DEV300_m101': sb138: #i116038# fresh implementation of binary URP bridge dba34b: #i106807# use mysql instead of adabas now sb126: #i112627# adapted SDK/DevGuide to configmgr re-write Conflicts: odk/util/makefile.pmk
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-02-24jsc340: merge to dev300m101Juergen Schmidt
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-02Clean up makefilesThomas Arnhold
2011-02-01jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-01Clean up makefilesThomas Arnhold
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb
2010-11-16Remove references to converttags scriptSebastian Spaeth
The makefile sets three variables related to converttags, but they are never used. Also the converttagsscript is going away as it is useless. changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: makefile.pmk #
2010-10-13tweak this for AIXCaolán McNamara
2010-06-15gridcontrol04: i112401: correct version numberJuergen Schmidt
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-03-31nativea: SDK rebanding, adapt checkJuergen Schmidt
2010-03-31nativea: SDK rebanding, change css for generated docuJuergen Schmidt
2010-03-23ause117: #i110336# cleanupHans-Joachim Lankenau
2010-03-04merged in re/DEV300_next towards DEV300_m74sb
2010-03-03CWS-TOOLING: integrate CWS sdk330Ivo Hinkelmann
Notes: split repo tag: sdk_ooo/DEV300_m74 split repo tag: sdk_ooo/DEV300_m75
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-22sdk330: #i107701#: update version info for 3.3Juergen Schmidt
2010-01-12sb118: #i108269# first step of removing tcsh supportsb
2010-01-05CWS-TOOLING: integrate CWS sb116Jens-Heiner Rechtien
Notes: split repo tag: sdk_ooo/DEV300_m69