summaryrefslogtreecommitdiffstats
path: root/base/tuple.h
Commit message (Expand)AuthorAgeFilesLines
* base: eliminate TupleTraits and TupleTypesmdempsky2016-03-071-37/+0
* Remove UnwrapTraitstzik2016-02-161-4/+3
* Support smart pointers in base::DispatchToMethodtzik2016-02-161-4/+4
* Replace base::Tuple implementation with std::tupletzik2016-02-111-52/+3
* Switch to standard integer types in base/.avi2015-12-261-0/+3
* Remove unused Tuple dispatch functionsmdempsky2015-12-181-33/+0
* Mark base::Tuple as finaltzik2015-11-181-2/+2
* Move Tuple to base namespace.brettw2015-05-291-3/+7
* Cleanup: Fix base header include guards.tfarina2015-05-131-3/+3
* Extend variadic template hack for /analyze.brucedawson2015-04-201-0/+6
* Avoid a /analyze internal compiler error with MakeIndexSequencebrucedawson2015-01-211-0/+46
* Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https...avi2014-12-231-65/+0
* Revert "Update legacy Tuple-using code."Avi Drissman2014-12-231-0/+65
* Update legacy Tuple-using code.Avi Drissman2014-12-221-65/+0
* tuple: leave fields uninitialized in default constructorsmdempsky2014-12-151-2/+2
* tuple: further generalize/simplify Tuple implementationmdempsky2014-12-101-285/+75
* tuple: update to make use of C++11mdempsky2014-12-101-1036/+300
* Have DispatchToMethod use base::internal::UnwrapTraits when dispatchingrsleevi@chromium.org2013-06-271-60/+300
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove chromeos specific debug code from tuple.hoshima@chromium.org2011-09-281-5/+1
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-171-0/+7
* Revert "Adding CHECKs to troubleshoot the crash issue ..."oshima@google.com2011-01-181-7/+0
* Eliminate 'if defiend(CHECK) to avoid having to different binaries for the sa...oshima@chromium.org2010-12-021-1/+5
* Adding CHECKs to troubleshoot the crash issue intuple.h/browser_render_proces...oshima@chromium.org2010-11-101-0/+7
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-108/+156
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-156/+108
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-108/+156
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-156/+108
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-108/+156
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-201-0/+90
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-6/+5
* Prevent an extra copy of data types that get passed into IPC messages whenmpcomplete@google.com2009-05-201-0/+29
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-4/+12
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-121-0/+65
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-2/+121
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-251-0/+24
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* A small fixup to a comment that was over 80 cols.deanm@google.com2008-08-211-3/+3
* Add base to the repository.initial.commit2008-07-261-0/+687