-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ticket:13818: Add virtual destructor for class TokenConsumer.
git-svn-id: http://source.icu-project.org/repos/icu/trunk@41519 251d0590-4201-4cf1-90de-194747b24ca1
- Loading branch information
roubert
committed
Jun 13, 2018
0 parents
commit 5f5ecd8
Showing
8,552 changed files
with
7,397,242 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
.svn | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
Makefile | ||
*.o | ||
*.d | ||
bin/ | ||
*.1 | ||
*.8 | ||
*.ao | ||
*.dylib | ||
lib/ | ||
bin64/ | ||
lib64/ | ||
bin32uwp/ | ||
lib32uwp/ | ||
bin64uwp/ | ||
lib64uwp/ | ||
commondata/ | ||
|
||
icudefs.mk | ||
pkgdata.inc | ||
common/svchook.mk | ||
config.log | ||
config.status | ||
config/Makefile.inc | ||
config/icu-config | ||
config/icu*.pc | ||
config/icucross.inc | ||
config/icucross.mk | ||
config/pkgdata.inc | ||
config/pkgdataMakefile | ||
data/build-dir | ||
data/build-local | ||
data/icupkg.inc | ||
data/out/ | ||
data/data/ | ||
data/packagedata | ||
data/pkgdataMakefile | ||
extra/uconv/pkgdata.inc | ||
extra/uconv/pkgdataMakefile | ||
extra/uconv/uconvmsg/ | ||
samples/cal/icucal | ||
samples/date/icudate | ||
stubdata/libicudata.so* | ||
test/testdata/pkgdataMakefile | ||
tools/ctestfw/libicutest.so* | ||
tools/gentest/gentest | ||
tools/icuinfo/icuinfo | ||
*.lib | ||
*.dll | ||
*.exp | ||
/source/common/svchook.mk | ||
/source/config/Makefile.inc | ||
/source/config/icu-config | ||
/source/config/icu-i18n.pc | ||
/source/config/icu-io.pc | ||
/source/config/icu-uc.pc | ||
/source/config/icu.pc | ||
/source/config/icucross.inc | ||
/source/config/icucross.mk | ||
/source/config/icuinfo.xml | ||
/source/config/pkgdataMakefile | ||
/source/data/build-dir | ||
/source/data/build-local | ||
/source/data/icupkg.inc | ||
/source/data/out/ | ||
/source/data/packagedata | ||
/source/data/pkgdataMakefile | ||
/source/extra/uconv/pkgdataMakefile | ||
/source/extra/uconv/uconvmsg/ | ||
/source/samples/cal/icucal | ||
/source/samples/date/icudate | ||
/source/test/cintltst/cintltst | ||
/source/test/intltest/intltest | ||
/source/test/iotest/iotest | ||
/source/test/testdata/out/ | ||
/source/test/testdata/pkgdataMakefile | ||
/source/tools/escapesrc/output-*.cpp | ||
/source/tools/gentest/gentest | ||
/source/tools/icuinfo/icuinfo | ||
|
||
*.ncb | ||
*.opt | ||
*.suo | ||
*.sdf | ||
*.opensdf | ||
ipch | ||
.vs | ||
Debug | ||
*.db | ||
*.opendb | ||
*.so | ||
*.so.* |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.