1. 02 Jun, 2010 6 commits
  2. 01 Jun, 2010 1 commit
    • Andy McFadden's avatar
      Atomic/SMP update. · 5f2b36f8
      Andy McFadden authored
      Added "TARGET_CPU_SMP := true" to simulator configuration, since it's
      likely the simulator will be running on SMP hardware.
      
      Change-Id: I7527895abe70ffaece5c52fd3ffcfe4b0d698fd2
      5f2b36f8
  3. 26 May, 2010 2 commits
  4. 25 May, 2010 9 commits
  5. 24 May, 2010 1 commit
  6. 21 May, 2010 1 commit
  7. 20 May, 2010 2 commits
  8. 19 May, 2010 4 commits
  9. 18 May, 2010 1 commit
    • Guang Zhu's avatar
      Squashed commit of the following (DO NOT MERGE): · 18b75566
      Guang Zhu authored
      commit 7401608f3b9b52b3348e32ec9fefe7583d6c2fa4
      Author: Guang Zhu <guangzhu@google.com>
      Date:   Fri Apr 23 11:54:37 2010 -0700
      
          collect emm meta files for emma instrumented build
      
          when doing 'make dist', with EMMA_INSTRUMENT on the coverage.em files
          generated for each module will be collected into one emma_meta.zip file
      
          Change-Id: I382c39a97005e6cae5c79ad7eaef1c8857f658af
      
      commit 8376d70938f6507d54b66fe5832a637aa883974e
      Author: Guang Zhu <guangzhu@google.com>
      Date:   Wed Mar 10 15:48:03 2010 -0800
      
          enhancement for building app with emma code coverage
      
          * global filter to avoid applying instrumentation on emma classes
          * remove local variable information at dex step instead of compile time
      
          Change-Id: If04c27bc717f34816077a98ead9ceb0dbcbb0d2f
      
      Change-Id: I971bd0f291bede2568b21347247d37a7d035c661
      18b75566
  10. 17 May, 2010 4 commits
    • Ying Wang's avatar
      Fix typo. · 01c35179
      Ying Wang authored
      Change-Id: I6eb60e7b89bd331deaa46e2c3f746aa2b042e1b4
      01c35179
    • Joe Onorato's avatar
      fix typo · 4f9c2052
      Joe Onorato authored
      Change-Id: Ic00f82ea7bbe570ef30f52b353ba147664d755d7
      4f9c2052
    • Joe Onorato's avatar
      Add a rule that builds an eclipse project file for an app. · 77dc0a58
      Joe Onorato authored
      Type make ECLIPSE-<app1>-<app2>... with the apps as listed in LOCAL_PACKAGE_NAME.
      
      Change-Id: Ieb96dfc9dfc13bdf1b3be53572092fc7bc695869
      77dc0a58
    • Nick Kralevich's avatar
      Add -Werror=format-security · d868cad8
      Nick Kralevich authored
      Security hardening: don't allow code to compile which
      uses format strings in an inappropriate way.  Make format
      string compiler warnings into errors.
      
      Change-Id: I1461dad589a2416420fd84ccf765983e859eea8a
      d868cad8
  11. 14 May, 2010 9 commits