summaryrefslogtreecommitdiff
path: root/cppu/source/uno/assign.hxx
AgeCommit message (Collapse)Author
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0 Reviewed-on: https://gerrit.libreoffice.org/632 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini
Change-Id: Ia49c97ad58b21dc360a366260b62bcc6b4975dee
2012-06-13re-base on ALv2 code.Michael Meeks
2012-01-26Code cleanup: ( () ) replaced by (())Alexander 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-11INTEGRATION: CWS changefileheader (1.18.84); FILE MERGEDRüdiger Timm
2008/03/31 07:23:22 rt 1.18.84.1: #i87441# Change license header to LPGL v3.
2006-06-19INTEGRATION: CWS warnings01 (1.15.8); FILE MERGEDJens-Heiner Rechtien
2006/04/07 17:50:29 sb 1.15.8.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/22 20:44:47 sb 1.15.8.3: RESYNC: (1.15-1.16); FILE MERGED 2005/08/31 13:43:21 sb 1.15.8.2: #i53898# Made code warning-free. 2005/08/29 14:03:52 sb 1.15.8.1: #i53898# Made code warning-free.
2006-03-06INTEGRATION: CWS dbo510 (1.16.6); FILE MERGEDRüdiger Timm
2005/10/31 14:16:56 dbo 1.16.6.1: #i56799# postponing interface release calls after assignment #i44541# fixed assignData() self assignment MSVC alloca(0) returns same address for two subsequent calls
2005-09-08INTEGRATION: CWS ooo19126 (1.15.12); FILE MERGEDRüdiger Timm
2005/09/05 13:54:30 rt 1.15.12.1: #i54170# Change license header: remove SISSL
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.14.70); FILE MERGEDKurt Zenker
2005/02/07 11:25:47 sb 1.14.70.2: #i41709# Converting (Any::operator >>= etc.) a null reference of an interface type to a null reference of another interface type always succeeds. 2005/01/31 12:40:46 dbo 1.14.70.1: #i41709# assign must not modify destination when querying for interface
2003-09-04INTEGRATION: CWS cliuno01 (1.13.2); FILE MERGEDOliver Bolte
2003/07/24 15:19:03 dbo 1.13.2.1: - sequence reallocation fix - more code cleanup - test code
2003-03-20INTEGRATION: CWS uno1 (1.12.16); FILE MERGEDVladimir Glazounov
2003/02/25 16:41:29 dbo 1.12.16.1: #107762# avoid use of generated headers; minor modifications
2002-10-02#103813# removed a wrong rtl_freeMemoryJörg Budischewski
2002-08-21#102391# cleaning up __ symbolsDaniel Boelzle
2001-06-29#88593# any opt: avoiding heap allocation for any sizeof(type) <= sizeof(void *)Daniel Boelzle
2001-06-25#88532# default initialize empty any with non-null data pointerDaniel Boelzle
2001-06-22#88532# uno_assignData returns now false, when the source data pointer is nullJörg Budischewski
2001-03-30insert/modify for handling of array typesJuergen Schmidt
2001-03-12OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner
2001-03-12exact boolean handlingDaniel Boelzle
2001-03-09revised function throw () clausesDaniel Boelzle
2000-12-21empty throw () clausesDaniel Boelzle
2000-09-25#78948# any to sequenceDaniel Boelzle
2000-09-18initial importJens-Heiner Rechtien