summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2011-06-21Pack binaries for the HOST ("target") platform when cross-compilingTor Lillqvist
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-10Build specifically for x86 only as that is what cli_cppuhelper.dll isTor Lillqvist
2011-06-10Fix typo, add some comments, use build env if possible to find cli_*.dllTor Lillqvist
2011-06-10This makefile is for a standard Make, so use TABsTor Lillqvist
2011-06-10There is no dk.mk in settingsTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-03tweak the odk example to be equivalent to the standard templateCaolán McNamara
2011-05-08Some cppcheck cleaningJulien Nabet
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2011-04-13Even more OOo -> LO changes (in comments now)Fridrich Štrba
2011-04-13Some more OOo -> LO changesFridrich Štrba
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek
Conflicts: odk/settings/settings.mk
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-29drop bogus executable flag from image filesFrancisco Saito
2011-03-24Some OOo -> LO changes (hopeful nothing broke with them)Fridrich Štrba
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/sdkJan Holesovsky
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-22Trying to remove NODEFAULTLIB on WindowsFridrich Štrba
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
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-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann
Notes: split repo tag: sdk_ooo/DEV300_m102 split repo tag: sdk_ooo/DEV300_m103 split repo tag: sdk_ooo/DEV300_m104 split repo tag: sdk_ooo/DEV300_m105 split repo tag: sdk_ooo/DEV300_m106
2011-03-03jsc340: i114609: no visibility compiler flag for jni libJuergen Schmidt
2011-03-02Remove "using namespace ::rtl"Julien Nabet
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01jsc340: i114609: move generated component services rdbJuergen Schmidt
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-02-28jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration
2011-02-24jsc340: merge to dev300m101Juergen Schmidt
2011-02-23jsc340: fix problem with showing Java awt UI from the AppKit threadJuergen Schmidt
2011-02-23jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-11fix ODK settings.mk to only set STLPORTLIB if neededRene Engelhard
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-02-11Remove obsolete Hyperlink Bar from sdkAlfonso Eusebio
Removed code related to hyperlink bar from sdk repo.
2011-02-11sb138: merged in re/DEV300_next towards DEV300_m100sb
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-05move sdk repo to boost unordered containtersFridrich Štrba
2011-02-02Clean up makefilesThomas Arnhold
2011-02-01jsc340: i114609: support passive component registrationJuergen Schmidt
2011-02-01Clean up makefilesThomas Arnhold
2011-01-27jsc340: extend proctype check for MacOSJuergen Schmidt
2011-01-26sb138: #i116038# fresh implementation of binary URP bridgesb
2011-01-22Clean up and equalsAsciiL substitution.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-09Remove block of commented codeAnders Jonsson