summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14salhelper: remove unexisting mapsThomas Arnhold1-4/+0
2012-02-14remove gcc2 tracesThomas Arnhold1-2/+0
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-37/+3
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann2-9/+9
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2011-12-15salhelper: s/hack/gb_Library_set_soversion_script/Michael Stahl1-25/+1
2011-12-15convert salhelper to gbuildMatúš Kukan17-316/+217
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483 from the feature/gbuild branch, with the following modifications by Stephan Bergmann <sbergman@redhat.com>: * Adapt salhelper/Makefile to what all those Makefiles currently need to look like. * Do not remove salhelper/source/gcc3.map, instead add directly into it what otherwise solenv/bin/addsym.awk would add to it on Linux. * In salhelper/Library_salhelper.mk, add code that on Linux takes care of the soname and symbol versioning required for backwards compatibility. Solaris would need those features too, and its backwards compatibility is thus currently broken. Also add a bad hack to create the soname symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it is a bad hack for now in that it e.g. is not removed by "make clean"). * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the correct install name for libuno_salhelpergcc3.dylib.3, with a trailing ".3".
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist3-3/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+9
2011-11-27typos fixingKorrawit Pruegsanusak1-1/+1
2011-08-30Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist2-4/+5
2011-08-04Bin OS/2 .map filesTor Lillqvist1-73/+0
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-17/+17
2011-05-26Match also name of the static library built for iOSTor Lillqvist1-1/+1
2011-05-25add salhelper::LinkResolverCaolán McNamara2-0/+94
2011-05-25Use simpler DLL and library names in the WNTGCC caseTor Lillqvist1-2/+3
2011-04-18Remove OS/2 support.Francois Tigeot1-5/+1
2011-03-03Remove "using namespace ::rtl"Julien Nabet2-2/+4
2011-02-24remove empty TESTSHL2LIBCaolán McNamara1-1/+1
2011-02-04Clean up makefilesThomas Arnhold2-10/+0
2011-01-16Use mscx.map for 64-bit MSVC buildTor Lillqvist2-0/+52
Unfortunately the C++ name mangling in a 64-bit MSVC compilation is slightly different from that in a 32-bit one: -- An 'E' is inserted for pointers to indicate that they are 64 bits. I don't fully understand the rationale for this; isn't that the only kind of pointer in 64-bit code produced by a C++ compiler anyway? -- As there is only one calling convention on x64 Windows, __cdecl, the indications for other calling conventions (here, especially __thiscall) change to that for __cdecl. It should be possible to write a tool to at least partially automate conversion of 32-bit mangled names to 64-bit ones, and thus make it easy to create mscx map files from the corresponding msci ones in LibreOffice. Sure, it probably wouldn't work 100% correctly in all cases, but it would help a lot.
2010-11-29get these tests to build againCaolán McNamara5-30/+2
2010-11-04Export one more Timer symbolTor Lillqvist1-0/+1
2010-11-04Attempt to fix some vos removal fallout on WindowsTor Lillqvist3-0/+22
After of the vos removal, some classes in other parts of the code now are subclasses of SimpleReferenceObject. To avoid compilation and linking errors in those other parts, we seem to need to have the operator new[] and operator delete[] in SimpleReferenceObject as protected instead of private. We also need an implementation of operator delete[]. As it can be unimplemented with gcc, I hope it isn't actually called, though, so it for now crashes intentionally if called. Will see later if this actually works, this is just a commit to make stuff build.
2010-11-04Export more Timer API with MSVC in the map fileTor Lillqvist1-0/+2
2010-11-02Export more symbolsTor Lillqvist1-0/+8
2010-10-27add modelines to .h and .c files as wellCaolán McNamara2-0/+6
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud5-1/+746
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth22-0/+62
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05more removed include guards using fixguard.pyPetr Mladek2-2/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek1-0/+0
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien3-1/+15
2010-04-06dtardon02: #i108502# remove SCO makefile.mk entryCaolán McNamara1-5/+0
2010-03-11dtardon02: #i108502# remove empty file in salhelperDavid Tardon1-26/+0
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb1-3/+1
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard1-0/+4
2010-02-25sb118: merged in DEV300_m72sb20-87/+21
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien20-87/+21
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb1-1/+1
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-14sb118: #i108324# deprecated osl/semaphor.h etc., as it is unsupported on Mac ↵sb1-0/+12
OS X and unused, anyway
2010-01-05CWS-TOOLING: integrate CWS sb116Jens-Heiner Rechtien1-1/+1
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-1/+1
2009-09-14#i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer2-4/+4
-> testshl2
2008-09-19No old windows def files needed any more.Rüdiger Timm2-8/+0
2008-06-16INTEGRATION: CWS hr51 (1.7.20); FILE MERGEDRüdiger Timm1-6/+12
2008/05/14 14:25:12 hr 1.7.20.1: #i88947#: add symbols for Solaris LP64
2008-04-11INTEGRATION: CWS changefileheader (1.6.22); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.6.22.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.22); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.46); FILE MERGEDRüdiger Timm2-56/+36
2008/04/01 15:25:19 thb 1.4.46.3: #i85898# Stripping all external header guards 2008/04/01 12:34:29 thb 1.4.46.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.46.1: #i87441# Change license header to LPGL v3.