• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


RSS
Rev. Zeit Autor
bdbcbcb 2009-03-25 09:44:42 Brett Chabot <>

Automated import from //branches/master/...@140469,140469

35d5fa8 2009-03-25 09:44:09 Brett Chabot <>

Automated import from //branches/master/...@140468,140468

1d0652b 2009-03-25 09:42:42 Brett Chabot <>

Automated import from //branches/donutburger/...@140466,140466

114be91 2009-03-25 09:42:09 Brett Chabot <>

Automated import from //branches/donutburger/...@140465,140465

41d58c4 2009-03-25 09:27:48 Xavier Ducrohet <>

Automated import from //branches/cupcake/...@141556,141556

eda65f5 2009-03-21 09:17:41 Scott Tsai

q2dm: correctly expect the return type of strchr(const char*) to be
'const char*' in C++ so that the code builds on gcc-4.4

ISO C++ overloads strchr() so that strchr(const char*) return 'const
char*' and strchr(char *) return 'char *'.
Since DmTrace::parseAndAddFunction really wants to write to its 'const
char *name' argument I just casted a pointer pointing inside of 'name' to 'char*'

0c4ee77 2009-03-21 08:41:30 Scott Tsai

Correctly expect the return value of rindex(const char*) to be of type
'const char*' to make the code build on gcc-4.4.

The C++ spec overloads string fucntions like strtsr and rindex so that
rindex(char *) returns 'char*' and rindex(const char*) returns 'const
char*'.
Without this patch you get an "invalid conversion from ‘const char*’ to
‘char*’" error on gcc-4.4

b0bdccc 2009-03-20 15:08:36 The Android Open Source Project

auto import from //branches/cupcake_rel/...@141571

700ccfc 2009-03-19 14:20:25 The Android Open Source Project

auto import //branches/master/...@140412

6ffae01 2009-03-19 09:39:43 The Android Open Source Project

auto import from //branches/cupcake_rel/...@140373

3e2a2d3 2009-03-19 08:57:28 Jean-Baptiste Queru

Merge commit 'remotes/korg/cupcake' into cupcake_to_master

59008eb 2009-03-14 05:04:19 The Android Open Source Project

auto import from //branches/cupcake_rel/...@138607

243d18e 2009-03-12 04:11:54 The Android Open Source Project

auto import from //branches/cupcake/...@137873

692ab02 2009-03-10 03:52:11 The Android Open Source Project

auto import from //branches/cupcake/...@137197

9b69028 2009-03-06 13:00:41 The Android Open Source Project

auto import from //depot/cupcake/@136745

2b83cbd 2009-03-06 10:04:45 The Android Open Source Project

auto import from //depot/cupcake/@136654

edd86fd 2009-03-06 07:34:30 The Android Open Source Project

auto import from //depot/cupcake/@136594

52d4c30 2009-03-04 12:29:09 The Android Open Source Project

auto import from //depot/cupcake/@135843

d4aee0c 2009-03-04 11:28:16 The Android Open Source Project

auto import from //depot/cupcake/@135843

d2f2b1d 2009-03-04 07:03:58 The Android Open Source Project

auto import from //depot/cupcake/@132589

b8747bc 2009-03-03 15:54:20 The Android Open Source Project

auto import from //depot/cupcake/@137055

74a996a 2009-02-21 00:38:28 The Android Open Source Project

auto import from //branches/cupcake/...@132569

ff4b5f2 2009-02-20 03:57:29 The Android Open Source Project

auto import from //branches/cupcake/...@132276

87a88c4 2009-02-14 05:57:48 The Android Open Source Project

auto import from //branches/cupcake/...@131421

a1a69d0 2009-02-13 19:08:31 Adrian Taylor

Improving comments in make_windows_sdk.sh.

This commit adds notes about some cygwin packages which I found were
required, and a few other things which cropped up. It has no functional
changes.

List of packages amended as per request by Raphael Moll
(ralf@android.com).

e3c5766 2009-02-11 08:43:58 The Android Open Source Project

auto import from //branches/cupcake/...@130745

2f3ec01 2009-01-22 17:15:57 The Android Open Source Project

Merge branch 'cupcake'

5a4d0fa 2009-01-22 17:13:40 The Android Open Source Project

auto import from //branches/cupcake/...@127436

2d6668a 2009-01-21 07:05:23 The Android Open Source Project

Merge branch 'cupcake'

7b53e39 2009-01-21 07:03:55 The Android Open Source Project

auto import from //branches/cupcake/...@127101