]> git.saurik.com Git - wxWidgets.git/commit - tests/test_vc8_test_gui.vcproj
Add a class for parsing simple markup.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:42 +0000 (12:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:42 +0000 (12:46 +0000)
commit9bb9964e261781d575353864cc027b3ca8ba445e
tree8484a358519e5d781b4c2cd0c4e5f0ca8b68311d
parentb1bf7dc722e2dba0632bd15bb407ae9d0a584ba5
Add a class for parsing simple markup.

This code is not used anywhere yet, this commit only adds the parser for the
markup and the related classes as well as the corresponding unit test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/private/markupparser.h [new file with mode: 0644]
src/common/markupparser.cpp [new file with mode: 0644]
tests/Makefile.in
tests/controls/markuptest.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj