summaryrefslogtreecommitdiff
path: root/sal/prj/d.lst
AgeCommit message (Collapse)Author
2011-12-19sal: convert to gbuildMatúš Kukan
2011-11-30Android code refactorig and hackingTor Lillqvist
Sorry for the large unstructured commit. But hey, the Android code is experimental so far. Extract the native lo-bootstrap code into a fairly normal library built in sal. (Previously it was the JNI part of the "Bootstrap" app.) Just linkink normally to liblo-bootstrap from C++ code that uses it works fine, no need to do a dlsym lookup. Bootstrap is still a subclass of NativeActivity and can thus still be used as an "app" (to start unit tests, or whatever), but can also be used from some other app's Java code to just get access to the lo-bootstrap native methods. Introduce a new top-level "module", android, for Bootstrap and the experiments with DocumentLoader. Note that the experimental DocumentLoader app still crashes. It can't create the com.sun.star.frame.Desktop instance. I spent lots of time debugging in the painfully inadequate ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is quite crappy in many ways.) I should really experiment with corresponding code on a normal platform first before even trying on Android. Basically, I think that if I just can get the concept of Java code that instantiates and uses LO components *in-process* working on a normal desktop platform, it should work on Android, too.
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-10Deliver the Android libuno_sal.soTor Lillqvist
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-31sync names with scp2, and fix macosx copy/linkCaolán McNamara
2011-03-25Deliver new sal_textenc lib for Mac, tooThorsten Behrens
Fixes 497f6489ed496ccd53df7a470aad3e9d4f7ff1f8, which was delivering only the *nix version of this lib.
2011-03-24merge size-sal-textenc i#70166Michael Meeks
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-03-21install unit tester in sub-directory to help windows.Michael Meeks
2011-03-18Deliver the .exe first to avoid an extension-less duplicate fileTor Lillqvist
2011-03-04duplicate mkdirCaolán McNamara
2011-03-03install unit tester in sub-directory to help windows.Michael Meeks
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-21deliver cppunittester into a different dir than the stock solver/binCaolán McNamara
This means that under windows the dlls found in PATH will be found, in the order set by PATH, and not any dlls that happen be side-by-side with it, which compromises the test local .dlls before deliver concept.
2010-12-08Remove obsolete Windows kill utilityJesús Corrius
2010-10-08Enable valgrind-ability with G_SLICE env. varMichael Meeks
Dung out old, awful and pretty pointless valgrind solution involving unpleasant LD_PRELOAD thing that doesn't ship, and/or work easily.
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
2009-04-27CWS-TOOLING: integrate CWS sb107Ivo Hinkelmann
2009-04-14 13:09:13 +0200 sb r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 14:11:54 +0200 sb r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein 2009-03-31 16:40:23 +0200 sb r270287 : decrease collisions in hashCode computation 2009-03-30 11:48:39 +0200 sb r270207 : #i100668# corrected explicit template instantiation 2009-03-26 14:16:26 +0100 sb r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789 2009-03-26 10:52:51 +0100 sb r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057 2009-03-26 10:46:36 +0100 sb r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value. 2009-03-25 16:53:39 +0100 sb r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini 2009-03-25 15:29:12 +0100 sb r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets) 2009-03-25 15:17:10 +0100 sb r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6 2009-03-25 14:15:23 +0100 sb r270023 : added svn:ignore 2009-03-25 10:25:08 +0100 sb r270002 : #i10000# copied over trunk -c 269820 2009-03-23 10:16:00 +0100 sb r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44) 2009-03-20 11:22:27 +0100 sb r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists 2009-03-20 09:21:32 +0100 sb r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems). 2009-03-19 11:34:56 +0100 sb r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive 2009-03-19 11:32:20 +0100 sb r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type 2009-03-12 10:39:08 +0100 sb r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831 2009-03-04 17:25:16 +0100 sb r268849 : #i99880# missing AUGMENT_LIBRARY_PATH 2009-02-25 17:54:34 +0100 sb r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42) 2009-02-25 09:23:15 +0100 sb r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc) 2009-02-23 10:02:25 +0100 sb r268344 : #i99519 removed unnecessary library dependencies 2009-02-18 17:54:24 +0100 sb r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds) 2009-02-18 17:50:34 +0100 sb r268249 : avoid erroneous warning that control reaches end of non-void function 2009-02-18 17:33:53 +0100 sb r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
2008-03-18INTEGRATION: CWS sb83 (1.29.10); FILE MERGEDVladimir Glazounov
2007/12/21 14:49:23 sb 1.29.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).
2007-11-26INTEGRATION: CWS shutup1 (1.28.8); FILE MERGEDIvo Hinkelmann
2007/11/19 16:33:33 rt 1.28.8.2: i83726# Deliver link to versioned lib, too. 2007/11/19 15:06:27 rt 1.28.8.1: #i83726# Remove linklib action. Links are created correctly during module build and need not be redone by deliver.
2007-11-01INTEGRATION: CWS rt23 (1.26.86); FILE MERGEDJens-Heiner Rechtien
2007/10/19 15:34:47 rt 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/12 13:16:17 rt 1.26.86.1: #i82553# clean up
2007-10-15INTEGRATION: CWS sb71 (1.26.30); FILE MERGEDVladimir Glazounov
2007/08/21 15:04:36 sb 1.26.30.3: #i75466# Make parts of delayload.cxx available to application loaders in module desktop. 2007/07/12 16:15:43 hro 1.26.30.2: #i77184# Use _pRawDllMain entry point for current module file name detection 2007/07/09 09:23:55 hro 1.26.30.1: #77184# Use delayload
2007-03-01INTEGRATION: CWS updatefeed3 (1.25.32); FILE MERGEDVladimir Glazounov
2007/02/27 11:57:38 obr 1.25.32.1: #i74775# generate rtlbootstrap.mk, which exposes _OS and _ARCH bootstrap variables for other makefiles
2006-12-19INTEGRATION: CWS jl46 (1.24.36); FILE MERGEDIvo Hinkelmann
2006/09/21 15:25:28 hro 1.24.36.1: #i69173# stdio redirector for unopkg.exe
2006-06-20INTEGRATION: CWS warnings01 (1.22.82); FILE MERGEDJens-Heiner Rechtien
2006/01/25 22:01:49 sb 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2005/08/30 13:34:39 sb 1.22.82.1: #i53898# Removed obsolete rtl/ustring.
2005-12-14INTEGRATION: CWS rt13 (1.22.138); FILE MERGEDRüdiger Timm
2005/11/29 13:05:07 rt 1.22.138.1: #i58619# Deliver guistdio.exe as crashrep.com, too.
2004-11-26INTEGRATION: CWS recovery04 (1.19.16); FILE MERGEDRüdiger Timm
2004/11/11 20:02:20 hro 1.19.16.2: RESYNC: (1.19-1.21); FILE MERGED 2004/11/02 11:39:15 hro 1.19.16.1: #i36457# Kill command line tool for Windows crash report testing
2004-11-03INTEGRATION: CWS sb22 (1.19.32); FILE MERGEDPascal Junck
2004/10/22 07:31:07 sb 1.19.32.1: #i20747# Drop minor.micro from names of Unix UNO dynamic libraries; add uno_ prefix to names of Unix core UNO dynamic libraries.
2004-10-22INTEGRATION: CWS dtransfix (1.19.38); FILE MERGEDRüdiger Timm
2004/10/12 04:56:51 tra 1.19.38.1: #i32544#introduced an own COM auto pointer template because the MS COM auto pointer template is not part of the .Net 2003 toolkit
2004-06-17INTEGRATION: CWS ooo64bit01 (1.18.136); FILE MERGEDRüdiger Timm
2004/03/15 06:45:42 fa 1.18.136.1: #i25651# Move automatic type length/configuration code from tools module to sal
2003-06-02#109684# Deliver more specifically.Rüdiger Timm
2003-06-02#109684# Deliver more specifically.Rüdiger Timm
2003-05-28INTEGRATION: CWS crashrep07 (1.15.30); FILE MERGEDVladimir Glazounov
2003/05/12 12:25:48 hro 1.15.30.1: #108911# Added guistdio for Windows GUI console output
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-04-10merge2top: merge branch OOO_STABLE_1 (1.13.12) Martin Hollmichel
2002/04/10 08:11:19 mh 1.13.12.1: join: from OO638C for macosx
2001-06-06#87605# change linklib target, use wildcardsJuergen Schmidt
2001-06-05#87605# create symbolic links for delivered libraryJuergen Schmidt
2001-05-14generate&deliver udk version headerKay Ramme
2001-05-10temporary workaround for ustring without extensionth
2001-05-09remove ustringth
2001-05-04remove version.mkJuergen Schmidt
2001-05-04deliver udkversion.mkJuergen Schmidt
2001-03-02Deliver both *staticdatamembers*.hxx and *staticdatamembers*.hPatrick Luby
2001-03-02Correct typo in dos: line added in last revisionPatrick Luby
2001-03-02Added support for unique, non-colliding lib*static*.dylib files for each ↵Patrick Luby
project for Mac OS X
2001-02-28Update for Mac OS X static data member automationPatrick Luby
2000-11-06do not deliver systools header to root dirOliver Braun