summaryrefslogtreecommitdiffstats
path: root/base/SConscript
Commit message (Expand)AuthorAgeFilesLines
* Only link the new event lib on Linux systems.sgk@google.com2008-09-191-1/+7
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-181-0/+2
* Now that we have the ICU lib depend on its data file, we no longer need toevanm@google.com2008-09-181-6/+1
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-181-2/+0
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-181-0/+2
* Remove duplicate stats_table.cc, left over in Windows list.sgk@google.com2008-09-171-2/+0
* Remove duplicate run_all_unittests.cc, left over in the Windowssgk@google.com2008-09-171-1/+0
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+3
* Add an HMAC implementation using NSS. Include centralized NSS initialization...deanm@google.com2008-09-161-1/+3
* Port the thread local storage unittest to Mac and linux.paulg@google.com2008-09-111-1/+1
* Capture initial SCons build of {base,net,googleurl}_unittests on Mac:sgk@google.com2008-09-111-2/+10
* POSIX/Linux related changes to file_util:mark@chromium.org2008-09-111-1/+1
* Add the shared memory test to the scons build.paulg@google.com2008-09-111-1/+1
* Accommodate removal of gfx\platform_canvas_unittest_win.cc in thesgk@google.com2008-09-101-1/+0
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-081-0/+2
* SCons build: move hamc_win.cc from the list of to-be-ported sourcesgk@google.com2008-09-051-1/+2
* Add base\trace_event.cc to the SCons build.sgk@google.com2008-09-041-0/+1
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-1/+1
* Run thread_local_unittest on all platforms.deanm@google.com2008-09-031-1/+1
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-031-0/+3
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-021-0/+1
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Import upstream atomicop tests.deanm@google.com2008-08-291-0/+1
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-291-0/+2
* Add unit tests for WorkerPool and add a working but poor implementation for L...dsh@google.com2008-08-271-1/+2
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-0/+1
* Some more passing tests in base for Linuxmmentovai@google.com2008-08-271-4/+5
* Include process_util_posix.cc in POSIX SCons buildsmmentovai@google.com2008-08-271-0/+1
* Make perftimer and run_all_perftests compile on Posix. Stub out a few things...deanm@google.com2008-08-271-5/+7
* Mark the platform_canvas_unittest as windows specific.erg@google.com2008-08-271-8/+8
* Move process_util.cc to process_util_win.cc to make way for posix.deanm@google.com2008-08-261-1/+1
* Move unittests that had a _test filename to _unittest. Update some missing t...deanm@google.com2008-08-261-4/+6
* Add example usages and tests to scoped_ptr.h and tuple.h.deanm@google.com2008-08-251-0/+2
* Add a test that passes on Linux.deanm@google.com2008-08-251-1/+1
* Add the condition variable unittest to all builds.paulg@google.com2008-08-221-1/+1
* Remove CallWrapper and SimpleThread. They overlap too closely with the messa...deanm@google.com2008-08-221-3/+0
* Create a simple abstraction to a native OS thread, mostly useful for unittest...deanm@google.com2008-08-221-0/+2
* Create a CallWrapper interface, for making closure-like callbacks. This is s...deanm@google.com2008-08-211-0/+1
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-7/+6
* Bring thread_posix into Linux build and fix it for Linux/Mac.evanm@google.com2008-08-201-1/+2
* Move time formatters that only use ICU into base/time.*tc@google.com2008-08-191-0/+1
* disable test while we wait for linux fixdarin@google.com2008-08-191-1/+1
* fix build bustagedarin@google.com2008-08-191-2/+3
* Update SCons base_unittests build to track recent (?) VS build changes:sgk@google.com2008-08-191-2/+4
* Move more files to non-Win32-specific blocks. These build and pass tests on L...mmoss@google.com2008-08-191-1/+2
* Rearrange and add notes on remaining base modules that are in the Windows-spe...evanm@google.com2008-08-181-10/+15
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+1
* SCons build: add base\message_pump_win.cc.sgk@google.com2008-08-151-0/+1
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-3/+8
* Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...tc@google.com2008-08-141-2/+2