Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-24 | salhelper::Thread::launch: check create() failure | Stephan Bergmann | |
The assumption in the comment is clearly wrong, as osl::Thread::create returns a boolean result to indicate failure. Slight modification of a patch by Michael Stahl <mstahl@redhat.com>. | |||
2012-02-23 | Fix comment | Stephan Bergmann | |
2012-02-23 | Fix MSVC build | Stephan Bergmann | |
2012-02-23 | Clean up | Stephan Bergmann | |
2012-02-23 | add ia32 non-virtual thunks to linker map | Michael Meeks | |
2012-02-23 | Moved dp_gui::Thread to salhelper::Thread, so that all code can use it | Stephan Bergmann | |
...also improved the code somewhat. | |||
2012-02-14 | salhelper: remove unexisting maps | Thomas Arnhold | |
2012-02-14 | remove gcc2 traces | Thomas Arnhold | |
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* 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-15 | salhelper: s/hack/gb_Library_set_soversion_script/ | Michael Stahl | |
2011-12-15 | convert salhelper to gbuild | Matúš Kukan | |
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-11 | I don't see NO_BSYMBOLIC being used anywhere | Tor Lillqvist | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-08-30 | Tweak some DLL and import library names in the WNTGCC case | Tor Lillqvist | |
2011-08-04 | Bin OS/2 .map files | Tor Lillqvist | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-26 | Match also name of the static library built for iOS | Tor Lillqvist | |
2011-05-25 | add salhelper::LinkResolver | Caolán McNamara | |
2011-05-25 | Use simpler DLL and library names in the WNTGCC case | Tor Lillqvist | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-03-03 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | |
2011-02-04 | Clean up makefiles | Thomas Arnhold | |
2011-01-16 | Use mscx.map for 64-bit MSVC build | Tor Lillqvist | |
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-29 | get these tests to build again | Caolán McNamara | |
2010-11-04 | Export one more Timer symbol | Tor Lillqvist | |
2010-11-04 | Attempt to fix some vos removal fallout on Windows | Tor Lillqvist | |
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-04 | Export more Timer API with MSVC in the map file | Tor Lillqvist | |
2010-11-02 | Export more symbols | Tor Lillqvist | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | |
2010-10-25 | merge vosremoval-timer.diff | Norbert Thiebaud | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | |
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-05 | more removed include guards using fixguard.py | Petr Mladek | |
2010-10-05 | remove include guards using fixguard.py | Petr Mladek | |
2010-04-16 | CWS-TOOLING: integrate CWS sb118 | Jens-Heiner Rechtien | |
2010-04-06 | dtardon02: #i108502# remove SCO makefile.mk entry | Caolán McNamara | |
2010-03-11 | dtardon02: #i108502# remove empty file in salhelper | David Tardon | |
2010-03-04 | sb118: #i109791# improved CPPUNIT_CFLAGS handling | sb | |
2010-03-04 | sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too | Rene Engelhard | |
2010-02-25 | sb118: merged in DEV300_m72 | sb | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-29 | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵ | sb | |
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-14 | sb118: #i108324# deprecated osl/semaphor.h etc., as it is unsupported on Mac ↵ | sb | |
OS X and unused, anyway | |||
2010-01-05 | CWS-TOOLING: integrate CWS sb116 | Jens-Heiner Rechtien | |
2009-11-13 | sb116: #i106845# removed obsolete IRIX port | sb | |
2009-09-14 | #i103496#: split cppunit in a pure external lib and a lib depending on sal ↵ | Mathias Bauer | |
-> testshl2 | |||
2008-09-19 | No old windows def files needed any more. | Rüdiger Timm | |