Geoff R. McLane
c37297427c
clean up shared library
2014-08-06 12:55:23 +02:00
Geoff R. McLane
f65cdc6af3
ignore built shared library
2014-08-06 12:54:39 +02:00
Geoff R. McLane
db0770ab8b
default to shared library for unix
2014-08-06 12:51:04 +02:00
Geoff R. McLane
b940ad5956
fix GTDBG macro for gcc
2014-08-06 12:50:06 +02:00
Geoff R. McLane
32836fd218
add output to compare script
2014-08-06 12:12:49 +02:00
Geoff McLane
d64dbf5ea1
Add a Windows 64-bit build
2014-08-06 12:10:29 +02:00
Geoff McLane
2a134030ec
Add install to cmake
2014-08-06 12:09:13 +02:00
Geoff R. McLane
885cace8e8
soem tweaks to the shell test scripts
2014-08-05 19:08:53 +02:00
Geoff McLane
90ddaa3662
finalize lexer.c
2014-08-05 16:36:37 +02:00
Geoff McLane
5a3dbd5383
small FIX that makes a BIG difference
2014-08-05 15:42:43 +02:00
Geoff McLane
d15ffb026b
add a README for the HTML4 to 5 tests
2014-08-05 13:25:27 +02:00
Geoff McLane
1a3fda1c33
add a html4 removed tags test folder
2014-08-05 13:11:09 +02:00
Geoff McLane
4b371a4bc7
add a cleanup bach file
2014-08-05 13:09:44 +02:00
Geoff McLane
a51d9a8a69
minor changes in batch file
2014-08-05 13:08:24 +02:00
Geoff McLane
9544d442af
add a README for the HTML5 tests
2014-08-05 12:28:43 +02:00
Geoff McLane
ec35caf1f3
add more 'ugly' diagnostic code to chase down a BUG
2014-08-04 17:02:54 +02:00
Geoff McLane
51f87aee07
some improvement in the test cmd file
2014-08-04 17:02:16 +02:00
Geoff McLane
246a8d7e5c
ignore some more
2014-08-04 17:01:27 +02:00
Geoff R. McLane
50e2e56703
minor tweak for linux build
2014-08-04 16:53:21 +02:00
Geoff McLane
2725eb73e0
update README.md for using cmake
2014-08-03 21:14:48 +02:00
Geoff McLane
ba37ecd7d6
Add abt 30 test files, and a testhtml5.cmd
2014-08-03 21:04:36 +02:00
Geoff McLane
57315266f7
more to ignore
2014-08-03 20:53:18 +02:00
Geoff McLane
f528b216d5
No output unless not NDEBUG and _MSC_VER
2014-08-03 20:52:10 +02:00
Geoff McLane
4090d0b119
Update of some test cases
2014-08-03 20:38:31 +02:00
Geoff McLane
78c0080eb8
main code updates to do HTML5
2014-08-03 20:33:29 +02:00
Geoff McLane
292145c8e2
ignore all built products
2014-08-03 20:16:57 +02:00
Geoff McLane
6bdd7722c6
Add a build batch for cmake
2014-08-03 20:11:10 +02:00
Geoff McLane
8829dd860e
Update version to use date from cmake
2014-08-03 20:09:37 +02:00
Geoff McLane
f8e807f1ca
Add a cmake build system
2014-08-03 20:08:57 +02:00
Geoff McLane
aca1e92ace
Some minor adjustments to the README.md
2014-08-03 19:36:45 +02:00
Geoff McLane
19d9585598
More documentation updates, but to be corrected later
2014-08-03 19:31:32 +02:00
Geoff McLane
06871fa96b
Another OLD Makefile update
2014-08-03 19:26:43 +02:00
Geoff McLane
3d6f092684
some documentation updates, but not checked
2014-08-03 19:25:09 +02:00
Geoff McLane
54159932d0
Update the doxygen.cfg vers 1.7.5.1 but no check done of the contents
...
changes. This is generally not used in Windows/MSVC build.
2014-08-03 19:18:35 +02:00
Geoff McLane
86a72f98bf
Update OLD build files for new gdoc.* source
2014-08-03 19:13:03 +02:00
Geoff McLane
c3167c67ab
add diag output to file for MSVC use
2014-08-03 18:52:46 +02:00
Geoff McLane
e0a61e9b06
add another 'cleaner' of html from google docs
2014-08-03 18:50:51 +02:00
Geoff McLane
39b860b1a7
Continue to remove CVS Info from source
2014-08-03 18:46:37 +02:00
Geoff McLane
f6f7190f80
removed more CVS Info
2014-08-03 18:13:58 +02:00
Geoff McLane
3b2cf509b7
commence to remove CVS info from each file
2014-08-03 18:06:49 +02:00
Geoff McLane
1ecf6b2074
Just added a small README.txt to check a push to this repo
2013-03-05 17:32:14 +01:00
Geoff
9e10a82ab1
Add more msvc folders and files to .gitignore
2012-01-19 18:59:34 +01:00
Geoff
951347740d
Adjust MSVC outputs, and remove DLL build
2012-01-19 12:02:18 +01:00
geoff mclane
8877662b54
Bring fork up to html5.patch patched version
2012-01-17 15:54:00 +01:00
Michael[tm] Smith
31b61a69f0
Merge pull request #1 from ermshiperete/master
...
Build files for Visual Studio 2010
2012-01-01 23:21:12 -08:00
Michael[tm] Smith
264c9bc043
HTML IDs can contain anything except whitespace.
...
Introduced TY_(IsHTMLSpace)(uint c), which checks to see if c is one of the
chars that the HTML spec (and browsers) treat as a space in attribute
values: 0x020 (space), 0x009 (tab), 0x00a (LF), 0x00c (FF), or 0x00d (CF).
Can't use ANSI C isspace(int c) here because like standard functions for
many other langs, it also treats 0x00b as a space.
2012-01-02 16:12:51 +09:00
Michael[tm] Smith
e84a6d272e
Make msvc build files have dos line endings.
...
Thanks Petko Kafedjiski.
2011-12-10 12:21:43 +09:00
Michael[tm] Smith
c1be54071d
Make action not required on form.
2011-12-10 12:21:10 +09:00
Eberhard Beilharz
692ac7a5c8
Add build files for VS 2010
2011-12-05 10:36:17 +01:00
Michael[tm] Smith
4fdc30c120
summary attribute is not required on table in HTML5
2011-11-21 12:34:05 +09:00