summaryrefslogtreecommitdiffstats
path: root/base/build/base.vcproj
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic implementation of the clipboard on the Mac.avi@google.com2008-08-121-1/+1
* Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting...ericroman@google.com2008-08-101-0/+4
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-091-0/+8
* Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms.mmentovai@google.com2008-08-081-2/+2
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-0/+4
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-0/+4
* Remove the old atomic operations interface.deanm@google.com2008-08-071-4/+0
* This is the addition of the system-dependent string conversions. This is just...brettw@google.com2008-08-071-0/+4
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-4/+0
* Fix base::DIR_SOURCE_ROOT path calculation.maruel@google.com2008-08-061-0/+28
* Refactoring file_util into file_util and file_util_win. Also fix windows dep...erikkay@google.com2008-08-061-0/+4
* Cross platform and cleanup of Singleton classdeanm@google.com2008-08-061-4/+0
* refactor base_paths so that windows-specific paths are pulled out into their ...erikkay@google.com2008-08-051-0/+8
* A helper class for calling RegisterWaitForSingleObject with the objective of ...darin@google.com2008-08-011-0/+8
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-3/+11
* Use own our bzip2 error handler instead of the default which prints error mes...deanm@google.com2008-07-301-0/+4
* Add base to the repository.initial.commit2008-07-261-0/+719