summaryrefslogtreecommitdiff
path: root/sal/rtl/source/uuid.cxx
AgeCommit message (Collapse)Author
2013-02-22Bin pointless single-child directory levelTor Lillqvist
Change-Id: I03de46fb6c095bb176fd25fc5f803be6d2d89bcf
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header.
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-11-01Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann
2010-10-14Add vim/emacs modelines to all source filesSebastian 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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.12.154); FILE MERGEDRüdiger Timm
2008/03/31 13:24:03 rt 1.12.154.1: #i87441# Change license header to LPGL v3.
2007-03-14INTEGRATION: CWS sb69 (1.11.2); FILE MERGEDOliver Bolte
2007/01/24 10:56:25 sb 1.11.2.1: #i73782# Improved documentation.
2007-01-15INTEGRATION: CWS sb68 (1.10.4); FILE MERGEDVladimir Glazounov
2007/01/09 11:59:06 sb 1.10.4.1: #i73186# Ensure that multiple calls to rtl_createUuid generate sufficiently unique UUIDs.
2007-01-08#i73186#: undo change in rev. 1.9, solves crash bug on windows platformJens-Heiner Rechtien
2007-01-03INTEGRATION: CWS sb67 (1.8.42); FILE MERGEDJens-Heiner Rechtien
2006/12/13 15:00:14 sb 1.8.42.1: #i51501# rtl_createUuid now generates version 4 instead of version 1 UUIDs.
2006-09-17INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGEDOliver Bolte
2006/09/01 17:34:19 kaib 1.7.30.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.5.38); FILE MERGEDJens-Heiner Rechtien
2005/09/23 01:32:01 sb 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 12:57:23 sb 1.5.38.2: #i53898# Globally disable problematic warnings. 2005/08/30 17:03:18 sb 1.5.38.1: #i53898# Made code warning-free.
2005-09-08INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGEDRüdiger Timm
2005/09/05 17:45:28 rt 1.5.42.1: #i54170# Change license header: remove SISSL
2005-05-02INTEGRATION: CWS hrobeta2 (1.4.82); FILE MERGEDOliver Bolte
2005/02/03 11:17:52 sb 1.4.82.1: #i41904# Ensure thread safe construction of function-local statics (patch supplied by cmc).
2004-06-17INTEGRATION: CWS ooo64bit01 (1.3.42); FILE MERGEDRüdiger Timm
2004/03/16 23:54:14 fa 1.3.42.1: Merge cws_srx644_port64bit, other misc fixes
2003-12-01INTEGRATION: CWS ooo20031110 (1.1.150); FILE MERGEDRüdiger Timm
2003/11/15 12:23:12 waratah 1.1.150.1: #i22279# Implement macro for long constants, and also use that macro for big numbers.
2003-11-25INTEGRATION: CWS valgrind01 (1.1.146); FILE MERGEDRüdiger Timm
2003/10/10 13:41:32 hr 1.1.146.1: #i20184#: initialize all members of oslProcessInfo struct before feeding it to the random generator
2002-11-14#96704# switched to a c++ implementation to keep a static random pool object ↵Jörg Budischewski
for performance reasons