summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-29wsprintf is broken by design and never writes more than 1024 charactersStephan Bergmann1-15/+17
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-5/+5
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl3-4/+2
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl1-4/+1
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl1-0/+8
2013-10-07fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen1-8/+9
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-09-25Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist2-2/+2
2013-09-22pyuno: rename the python wrapper executableMichael Stahl1-4/+4
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-7/+5
2013-09-12gbuild: remove gb_Rdb__get_final_targetMichael Stahl1-3/+1
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann2-2/+2
2013-09-09gbuild: install rdb files directly in module they come fromMatúš Kukan1-0/+2
2013-09-09pyuno: another filelist to make instdir betterMatúš Kukan1-1/+3
2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan3-36/+0
2013-09-09pyuno: install python scripts using filelistsMatúš Kukan3-35/+7
2013-08-30ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-1/+2
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist3-2/+3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-1/+15
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen3-24/+45
2013-07-29Remove whitespace from line endsStephan Bergmann1-18/+18
2013-07-29fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen1-18/+31
2013-07-24fdo#66025: Simplify new ImportError logicDavid Bolen1-8/+4
2013-07-24fdo#66025: Minor clean-up of previous patchDavid Bolen1-1/+1
2013-07-24fdo#66025: Improve ImportError raised from _uno_importDavid Bolen1-8/+31
2013-07-17remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen1-1/+1
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr3-13/+1
2013-07-08pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401Michael Stahl1-3/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-6/+6
2013-06-29reduce some spacingThomas Arnhold1-6/+2
2013-06-16PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli1-2/+4
2013-06-10Deprecated conversion from const wchar_t* to wchar_t*Fridrich Štrba1-2/+2
2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann2-0/+17
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-9/+2
2013-05-14pyuno: remove obsolete makefilesMichael Stahl2-37/+0
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann1-1/+1
2013-05-08No need for RTLD_NOW hereStephan Bergmann1-1/+1
2013-05-08Library_puyuno_wrapper is not built on WNT anywayStephan Bergmann1-2/+0
2013-05-08Make sure again pyuno_wrapper does not link against libstdc++Stephan Bergmann1-0/+12
2013-05-05copy pyuno files to instdirDavid Tardon2-0/+26