summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-12-02118595: Removed glibc because of license problems.Andre Fischer
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-16Fix WoE. Reported by Raphael Bircher.Pedro Giffuni
2011-11-15i118595 - Removal of the use of getopt() from rscdep. Patch by Andre.Pedro Giffuni
2011-11-09i118582: OS/2 port - pyuno, readlicense, svtools, toolkit and tools build ↵Pedro Giffuni
patches by Yuri Dario.
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-10-24(author=ariel) tools/solar.h DLLPOSTFIX clean-upHerbert Dürr
Author: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com> Loading libraries is broken in code that uses the macro SVLIBRARY defined in tools/inc/tools/solar.h, the __DLLEXTENSION macro defined in that file uses the dll postfixes that where recently removed. http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l342 http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l243 An example in GetSpecialCharsForEdit from sfx2/source/appl/appinit.cxx http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/source/appl/appinit.cxx?view=markup#l205 * open a Writer document * open the Find & Replace dialog * right click on an edit field * select "Special Character" from the context menu * the cui library cannot be loaded attached patch removes all DLLPOSTFIXes, except the one from WIN when compiled with mingw, this postfix wasn't removed in http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185
2011-03-14debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]
2011-02-24debuglevels: simplify the build system, by complicating the OOo code ;)Frank Schoenheit [fs]
Introduce DBGSV_(TRACE/WARNING/ERROR)_OUT, which controls the output channel for tools-level traces/warnings/assertions, when no dbgsv.ini file is found (this is the increased OOo complexity). Use this in installationtest.mk, instead of creating a dedicated dbgsv.ini file. Yet to come: add support for DBGSV_ERROR_OUT to the GNU make build system. Which is the reason why DBGSV_ERROR_OUT was introduced: Currently, running a GNU make based test pops up assertions as message boxes. Before the change here, we would have needed to add dbgsv.ini support to the GNU make build system, which sounds not like a funny a reasonable thing to do. So, instead, we will simply set DBGSV_ERROR_OUT, which is much simpler and less error prone.
2011-02-23debuglevels: pulled and merged latest changes from same CWS / other repoFrank Schoenheit [fs]
2011-02-23debuglevels: removed unreachable code (unxsol* WaE)Frank Schoenheit [fs]
2011-02-23Update from master repository (DEV300_m100).Matthias Huetsch [mhu]
2011-02-23debuglevels: merged to-be-m101Frank Schoenheit [fs]
2011-02-20debuglevels: #i116845# replace the 'CoreDump' output channel for assertions ↵Frank Schoenheit [fs]
with 'Debug' The former was implemented on Windows only, and then effectively the same as the 'Debugger' option. So, it was removed in favour of a new 'Abort' channel which, well, aborts when an assertion fires.
2011-02-16CWS-TOOLING: integrate CWS accfixesIvo Hinkelmann
2011-02-15ab80: resync to m100Andreas Bregas
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-11ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300Andreas Bregas
ab77: #163789# Handle class module factories document specific ab77: #163732# Defer removal of documents until XCloseListener::notifyClosing ab77: #163808# make VBA symbols Application.ScreenUpdating and Application.Interactive work globally on all documents ab77: wae ab77: #163840# read UTF-8 BOM ab77: #163732# VBA UserForm_Terminate triggered too late while closing document ab77: minor correction ab77: assertion: do not call ::rtl::OUString::copy() with negative index ab77run2: #163869# do not call Class_Terminate VBA macros when document disposes dr77i: #163941# do not update drawing layer when pasting from clipboard after cut mib21: #163944# ignore trailing whitespace in Basic source lines mib21: #163948# allow to manually pack MSVC DLLs into extensions mib21: #163948# multiprocess build fix Authors: Andreas Bregas <ab@openoffice.org> Daniel Rentz [dr] <daniel.rentz@oracle.com> Eike Rathke [er] <eike.rathke@oracle.com>
2011-02-10DEV300 masterfix: #i116747#: remove pre-OSX Mac resoure fork definition ↵Jens-Heiner Rechtien [hr]
files (*.r)
2011-02-10CWS-TOOLING: integrate CWS hr75Jens-Heiner Rechtien [hr]
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
2011-02-07hr75: #i116747#: remove obsolete copyright noticesJens-Heiner Rechtien [hr]
2011-02-03CWS gnumake3: some problems found in rebuild after resyncMathias Bauer
2011-02-03CWS gnumake3: clean up mingw stuff after adding STDLIBSMathias Bauer
2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ↵Mathias Bauer
individual standard libs from makefiles; fix export problem in framework
2011-02-02removetooltypes01: #i112600# fix wrong type usageMikhail Voytenko
2011-02-01gnumake3: remove loads of obsolete dmakefilesMichael Stahl
2011-02-01gnumake3: remove dmake files for tests in converted modulesMichael Stahl
2011-02-01CWS gnumake3: use standard linked libs on WindowsMathias Bauer
2011-01-31CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in ↵Mathias Bauer
parallel
2011-01-27removetooltypes01: #i112600# Fix build problem on Linux x64Carsten Driesner
2011-01-26CWS gnumake3: several clean ups and fixes in makefilesMathias Bauer
2011-01-24Update from master repository (DEV300_m98).Matthias Huetsch [mhu]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-21removetooltypes01: #i112600# Merge changesCarsten Driesner
2011-01-21removetooltypes01: #i112600# Fix build problems on non-proCarsten Driesner
2011-01-19accfixes: Introduced WINDOW_RULERMalte Timmermann [mt]
2011-01-19removetooltypes01: #i112600# Make changes for MacOSX to remove tools types ↵Carsten Driesner
inc VCL and other projects
2011-01-19CWS-TOOLING: integrate CWS mingwport33Ivo Hinkelmann
2011-01-11Merge changesCarsten Driesner
2011-01-11removetooltypes01: #i112600# Added intermediate type to get rid of ULONG ↵Carsten Driesner
without using the old bad type replacement
2011-01-11removetooltypes01: #i112600# do not affect FASTBOOL in this cwsMikhail Voytenko
2011-01-11removetooltypes01: #i112600# Use correct conversion for ULONG => sal_uIntPtrCarsten Driesner
2011-01-10removetooltypes01: #i112600# adjust basic and scaddinsMikhail Voytenko
2011-01-07removetooltypes01: #i112600# Fixes in tools after rebaseCarsten Driesner