summaryrefslogtreecommitdiffstats
path: root/base/build/base.vcproj
Commit message (Expand)AuthorAgeFilesLines
* ScopedVariant implementation.tommi@chromium.org2009-03-191-0/+8
* Add API functions to control Quantify, as well as expose theseasargent@chromium.org2009-03-091-0/+8
* In preparation for making changes to worker_pool_linux.cc.willchan@chromium.org2009-03-061-1/+1
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-0/+4
* Add a Version class and matching unit tests, roughly based on chrome/installe...erikkay@google.com2009-01-291-0/+8
* Add ScopedTempDir - a class that manages the lifetime of a temporary directory.erikkay@google.com2009-01-281-0/+8
* Add portable keyboard codesphajdan.jr@chromium.org2009-01-281-0/+8
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-0/+8
* Renaming the following files to include the _win suffix:tommi@chromium.org2009-01-151-3/+3
* scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe...tommi@chromium.org2009-01-141-0/+8
* com_ptr implementation. This is a fairly simple implementation of a smart cl...tommi@chromium.org2009-01-121-2/+6
* Adds a helper class used to mark/define critical section in a class and then ...maruel@chromium.org2008-12-171-0/+8
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-987/+987
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-041-987/+987
* Fix Windows vcproj file, it should be test_file_util_win.cc.deanm@chromium.org2008-11-251-1/+1
* Un-duplicate EvictFileFromSystemCache.deanm@chromium.org2008-11-251-0/+8
* Move dmg_fp to base/third_party/dmg_fp and include thetc@google.com2008-11-141-0/+44
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-0/+12
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+8
* Create a thread-safe observer list. Will be usedmbelshe@google.com2008-10-221-0/+4
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-191-4/+12
* Add a DirectoryWatcher class, allowing objects to be notified wheneverevanm@google.com2008-10-171-5/+13
* Remove unused shared_event.agl@chromium.org2008-10-161-8/+0
* Port parts of base/process_util to Linux.evanm@google.com2008-10-141-1/+1
* Add a FilePath objectmark@chromium.org2008-10-031-0/+8
* Refactoring for portability:mark@chromium.org2008-09-291-0/+12
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-0/+4
* Implement a SystemMonitor class for monitoring system statusmbelshe@google.com2008-09-251-0/+12
* Create a class for getting at processor information via thembelshe@google.com2008-09-241-0/+8
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+8
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+8
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-2/+2
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-0/+8
* Initial pass at simple event tracing. I added a few traces to tcp_socket and...erikkay@google.com2008-09-021-2/+10
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-291-0/+8
* Move process_util.cc to process_util_win.cc to make way for posix.deanm@google.com2008-08-261-1/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-0/+8
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-4/+0
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-12/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+8
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-5/+9
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-211-0/+4
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-1/+1
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-0/+8
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-8/+20
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-131-4/+0
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-131-4/+0
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-131-0/+4
* The Posix shared memory implementation.avi@google.com2008-08-121-1/+1