Commit graph

471 commits

Author SHA1 Message Date
Geoff R. McLane 221e067f95 Change relative path to absolute so cmake can be run anywhere.
The recommended place to run cmake is in the build/cmake directory,
but have changed a relative path to an absolute path which should
allow cmake to be run ANYWHERE!. See bottom of Issue #193

Also a few other minor tweak to CMakeLists.txt
2015-05-12 14:28:25 +02:00
Geoff McLane 21ce85afe8 Merge branch 'master' of github.com:htacg/tidy-html5 2015-05-12 13:22:03 +02:00
Geoff McLane d8a4498803 Add user option -DMAN_INSTALL_DIR=path to CMakeLists.txt - see #193
Seems this is required to accomodate different man install directories
used by Slackware, BSD and perhaps others.
2015-05-12 13:20:57 +02:00
Geoff R. McLane 4293c8cc3e Add setting the CMAKE_BUILD_TYPE to build-me.sh.
The default MUST set -DCMAKE_BUILD_TYPE=Release - without this addition
the -DNDEBUG compiler flag is NOT set, leaving 'asserts' in the code.

Asserts are good and necessary for a Debug version, for testing, but
with their brutal abort on error should NOT really be in Release code
IMHO.

And after all this is ONLY in a 'sample' build-me.sh script. Users
are free to use whatever options they desire in their own build of
tidy, and frequently do.
2015-04-29 18:29:22 +02:00
Geoff McLane b2b9f1d6f2 spelling error noted in exploration of #207 in localize.c 2015-04-26 19:19:55 +02:00
Geoff McLane f286dc4ca5 Merge pull request #206 from d1vanov/support_build_with_mingw
Support build with MinGW on Windows
2015-04-26 13:36:13 +02:00
Dmitry Ivanov 9a3f85d44c Support build with MinGW 4.9.1 2015-04-26 13:18:46 +03:00
Geoff McLane d6f9c868ec add link to WIP binaries to README.md 2015-04-25 20:37:35 +02:00
Geoff R. McLane 4a4f209c67 add x bit to testhtml5.sh 2015-04-25 19:20:16 +02:00
Geoff R. McLane 35c8a12a8f add /usr to build-me.sh 2015-04-25 19:19:24 +02:00
Geoff McLane 4a654c07c4 add convenient binary build batch files 2015-04-25 19:17:27 +02:00
Geoff McLane bfd22e84fa update .gitignore to ignore more built components 2015-04-25 18:45:18 +02:00
Geoff McLane 6b66b65ec8 PR #202 - bumped version for #198 #199 fixes by lacombar 2015-04-22 21:27:23 +02:00
Geoff McLane 2f6b3d49b6 Merge pull request #202 from aerilon/master
Please pull fix for #198 and #199
2015-04-22 21:24:12 +02:00
Geoff McLane 032bf4264d Issue #193 - install tidy doc in share/man/man1 2015-04-15 15:05:45 +02:00
Geoff McLane a8e98412b5 Issue #192 - no need to check architecture 2015-04-14 02:12:22 +02:00
Geoff McLane f5eb2cf26a Issue #196 - expand comment and bump version.
Thanks to @willydee for this PR.
2015-04-11 15:25:07 +02:00
willydee 253a7e54c3 Fix for #196: HTML5 allows block elements in <CAPTION> 2015-04-11 15:06:35 +02:00
Arnaud Lacombe c05661df11 Issue #199 - Add support for html5's template tag 2015-04-10 15:50:07 -07:00
Arnaud Lacombe ff03476ca1 Issue #199 - Add failing test case for html5's template tag 2015-04-10 15:49:59 -07:00
Arnaud Lacombe e4880ad6b4 Issue #198 - Implement Unix version of html5 test script 2015-04-10 15:49:31 -07:00
Geoff McLane ca06201c3a bump version for items indicated in #191
While these are non-critical changes, still bump version so can be sure
which tidy is being used.
2015-04-08 18:54:30 +02:00
Geoff McLane e78c0105d3 Indicated by #191, why show doctype warning if omitted in output 2015-04-08 18:45:31 +02:00
Geoff McLane 5cbd3ee95b From issue #191, saw need to revert to 'master' branch 2015-04-08 17:55:12 +02:00
Geoff McLane dd8c13db4c add more to clean up 2015-04-02 17:36:05 +02:00
Geoff R. McLane cb85793ede add some options to build-me.sh script 2015-04-02 13:54:44 +02:00
Geoff McLane 26f1d93379 prepare for changing the lib name 2015-04-02 13:17:14 +02:00
Geoff McLane 17cb520f58 add windows zip binary installer 2015-03-20 13:56:20 +01:00
Geoff McLane 3585d4c31a Issue #186 - Move FreeLexer() to near last 2015-03-19 19:14:27 +01:00
Geoff R. McLane 12b0fc74a9 Issue #187 - correction for unix man page 2015-03-19 18:06:49 +01:00
Geoff McLane 47df5fddbc Issue #188 - Add some user config items 2015-03-19 16:32:19 +01:00
Geoff McLane 09fa036b31 bump version for Issue #185 fix 2015-03-13 19:48:31 +01:00
Geoff McLane 79ac8b2554 Issue #185 - Treat elements ids as case-sensitive if in HTML5 mode 2015-03-13 19:47:28 +01:00
Geoff McLane 66a597f5b7 related to issue #180 - remove additional line unless 'classic' 2015-03-10 12:27:29 +01:00
Geoff McLane 9caab688f1 debug - avoid duplicae output if to stdout 2015-03-09 16:12:59 +01:00
Geoff McLane eeb469ffc5 add install to build me batch 2015-03-08 12:46:00 +01:00
Geoff R. McLane f4071047e9 Output only to build folder 2015-03-08 12:35:41 +01:00
Geoff R. McLane da5da0ab35 add cpack built to clean up 2015-03-08 12:34:21 +01:00
Geoff R. McLane 085064e8ad ignore cpack built items 2015-03-08 12:33:43 +01:00
Jim Derry e0833dc8ab Fixed #183 2015-03-08 15:39:48 +08:00
Jim Derry 3df5b60ca1 Bash doesn't like the extra space after the slash. 2015-03-08 13:48:02 +08:00
Jim Derry 08fb836a1d Merge pull request #182 from pedromorgan/pedro2
Docs missing bits - Pedro2
2015-03-08 13:47:08 +08:00
Jim Derry 08d037b6af Fix for Cmake > 3.0.0 2015-03-08 13:39:46 +08:00
Jim Derry d5d880279e Merge pull request #181 from pedromorgan/man
Create man page as part of cmake build
2015-03-08 13:37:45 +08:00
Pedro e593852ef1 fix missing links 2015-03-08 04:37:35 +00:00
Pedro be79293a45 Fix up docs merge 2015-03-08 04:34:17 +00:00
Jim Derry 6d84c5a6ec Merge branch 'pedromorgan-pedro' 2015-03-08 11:52:17 +08:00
Jim Derry 6099f132e7 Tweaked the colors a bit to eliminate the illegible text shadow effect. 2015-03-08 11:51:54 +08:00
Jim Derry 6e2411120e Add another examples directory. 2015-03-08 11:35:59 +08:00
Jim Derry 817c775209 Use the temporary directory variable. 2015-03-08 11:35:46 +08:00