summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* wsprintf is broken by design and never writes more than 1024 charactersStephan Bergmann2013-11-291-15/+17
* Fix different typos for "unknown"Julien Nabet2013-11-251-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-12/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-3/+3
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-5/+5
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-283-4/+2
* sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl2013-10-101-4/+1
* pyuno: set up fake command line in getComponentContext()Michael Stahl2013-10-091-0/+8
* fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen2013-10-071-8/+9
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* Start hacking --enable-canonical-installation-tree-structure back into shapeTor Lillqvist2013-09-251-1/+1
* Try to fix cross-compilationTor Lillqvist2013-09-232-2/+2
* pyuno: rename the python wrapper executableMichael Stahl2013-09-221-4/+4
* gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl2013-09-221-7/+5
* gbuild: remove gb_Rdb__get_final_targetMichael Stahl2013-09-121-3/+1
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-112-2/+2
* gbuild: install rdb files directly in module they come fromMatúš Kukan2013-09-091-0/+2
* pyuno: another filelist to make instdir betterMatúš Kukan2013-09-091-1/+3
* pyuno: this rc file seems to be unusedMatúš Kukan2013-09-093-36/+0
* pyuno: install python scripts using filelistsMatúš Kukan2013-09-093-35/+7
* ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-211-1/+2
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-183-2/+3
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-183-1/+15
* Mark as constTakeshi Abe2013-08-151-1/+1
* fdo#50470: Restore pyuno object method introspection in Python 3David Bolen2013-08-133-24/+45
* Remove whitespace from line endsStephan Bergmann2013-07-291-18/+18
* fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen2013-07-291-18/+31
* fdo#66025: Simplify new ImportError logicDavid Bolen2013-07-241-8/+4
* fdo#66025: Minor clean-up of previous patchDavid Bolen2013-07-241-1/+1
* fdo#66025: Improve ImportError raised from _uno_importDavid Bolen2013-07-241-8/+31
* remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen2013-07-171-1/+1
* Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr2013-07-123-13/+1
* pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401Michael Stahl2013-07-081-3/+4
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-6/+6
* reduce some spacingThomas Arnhold2013-06-291-6/+2
* PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli2013-06-161-2/+4
* Deprecated conversion from const wchar_t* to wchar_t*Fridrich Štrba2013-06-101-2/+2
* Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann2013-05-282-0/+17
* fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin2013-05-141-9/+2
* pyuno: remove obsolete makefilesMichael Stahl2013-05-142-37/+0
* More gb_PROGRAMDIRNAME clean upStephan Bergmann2013-05-101-1/+1
* No need for RTLD_NOW hereStephan Bergmann2013-05-081-1/+1
* Library_puyuno_wrapper is not built on WNT anywayStephan Bergmann2013-05-081-2/+0
* Make sure again pyuno_wrapper does not link against libstdc++Stephan Bergmann2013-05-081-0/+12
* copy pyuno files to instdirDavid Tardon2013-05-052-0/+26
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-3013-273/+52