summaryrefslogtreecommitdiffstats
path: root/base/file_version_info_win.h
Commit message (Expand)AuthorAgeFilesLines
* Move base::FreeDeleter into its own header.dcheng2016-03-261-0/+1
* Switch to standard integer types in base/.avi2015-12-261-1/+1
* FileVersionInfoWin: BASE_EXPORT the class instead of select methods.mgiuca2015-05-071-5/+5
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-171-17/+17
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-16/+16
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-3/+3
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-1/+1
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-15/+15
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-16/+16
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-5/+5
* Base: Fix FileVersionInfo::CreateFileVersionInfoForCurrentModule so thatrvargas@google.com2011-04-221-5/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+3
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-19/+15
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-3/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-141-0/+67