summaryrefslogtreecommitdiffstats
path: root/base/SConscript
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add skia and our png wrappers. png_codec_unittest and image_operations_unitt...tc@google.com2008-08-141-8/+2
* The SHA2 files compile, and the unittests pass, now that nspr/prcpucfg_linux....mmoss@google.com2008-08-141-3/+3
* Build stack_container_unittest everywhere, it can build with GCC.deanm@google.com2008-08-141-1/+1
* Implement nspr time on Linux.deanm@google.com2008-08-141-4/+4
* Add a helper method to SConscript.main for adding .pdb files to thetc@google.com2008-08-131-13/+2
* Fix a couple "extra qualification" compile errors in method declarations, and...mmoss@google.com2008-08-131-4/+4
* Move some files which don't seem to be Win32-specific out of the Win32 blocks.mmoss@google.com2008-08-131-7/+7
* Move PE format wrapper files to Win32-only sections.mmoss@google.com2008-08-131-2/+2
* Disable build targets in base/SConscript that don't work ontc@google.com2008-08-131-8/+7
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-131-2/+0
* Add missing observer_list unittest and singleton unittest is for all platforms.deanm@google.com2008-08-131-1/+2
* Kill check handler. It seems to be unused, and is implemented using ugly SEHdeanm@google.com2008-08-131-1/+0
* Compile debug_util.cc on all platforms.deanm@google.com2008-08-131-1/+1
* Build Linux against base_gfx, and we pass convolver and rect unit tests.deanm@google.com2008-08-131-9/+8
* Update base/SConscript to remove Windows only parts from the Linux build.deanm@google.com2008-08-131-10/+15
* Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linuxdeanm@google.com2008-08-131-0/+2
* Move some bits around in the SConscript that are Windows-specific, and label ...evanm@google.com2008-08-131-12/+12
* Last changes to get Linux unit tests building:evanm@google.com2008-08-121-6/+1
* Remove Mac-specific code to make a generic POSIX string_util for Mac and Linux.mmoss@google.com2008-08-121-1/+1
* Remove base\shared_memory.cc from the SCons build in favor of base\shared_mem...sgk@google.com2008-08-121-1/+2
* Get rid of separate SConscript.main.linux:sgk@google.com2008-08-121-36/+75
* SCons build updates:sgk@google.com2008-08-121-7/+16
* Make POSIX time routines work on Linux by providing a POSIX-conformant versio...mmentovai@google.com2008-08-111-0/+1
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-111-0/+2
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-111-19/+0
* A basic wrapper for a windows event object that encapsulates the way we often...darin@google.com2008-08-091-0/+1
* Catch up SCons build with latest changes:sgk@google.com2008-08-081-1/+10
* Remove the old atomic operations interface.deanm@google.com2008-08-071-1/+0
* Fix cut-and-paste error so we only try to build mac files on, gee, the mac...sgk@google.com2008-08-071-1/+1
* Add new sys_string_conversions_*.cc files to the SCons build.sgk@google.com2008-08-071-0/+11
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-1/+0
* Add missing file_util_win.cc file.sgk@google.com2008-08-061-0/+1
* Add base_paths_win.cc to SCons build.sgk@google.com2008-08-051-4/+9
* Unix line-endings.evanm@google.com2008-08-051-280/+280
* Fix the base build of single_unittests.exe, which was trying to link in the ....sgk@google.com2008-08-041-1/+2
* Checking in the rest of the .lib changes, previous commit was only done from ...sgk@google.com2008-08-041-35/+43
* Fix missing comma new string_piece.cc file.sgk@google.com2008-08-041-1/+1
* Add StringPiece to the scons build.deanm@google.com2008-08-041-0/+2