Author: bfreisen
Date: Tue Aug 11 13:37:36 2015
New Revision: 68685
URL:
http://svn.reactos.org/svn/reactos?rev=68685&view=rev
Log:
[TOOLS][HHPCOMP] Initial commit of hhpcomp, our new HTML Help Project (*.hhp) compiler
Added:
trunk/reactos/tools/hhpcomp/
trunk/reactos/tools/hhpcomp/CMakeLists.txt (with props)
trunk/reactos/tools/hhpcomp/COPYING (with props)
trunk/reactos/tools/hhpcomp/chmc/
trunk/reactos/tools/hhpcomp/chmc/chm.h (with props)
trunk/reactos/tools/hhpcomp/chmc/chmc.c (with props)
trunk/reactos/tools/hhpcomp/chmc/chmc.h (with props)
trunk/reactos/tools/hhpcomp/chmc/encint.h (with props)
trunk/reactos/tools/hhpcomp/chmc/err.c (with props)
trunk/reactos/tools/hhpcomp/chmc/err.h (with props)
trunk/reactos/tools/hhpcomp/chmc/list.h (with props)
trunk/reactos/tools/hhpcomp/hhp_reader.cpp (with props)
trunk/reactos/tools/hhpcomp/hhp_reader.h (with props)
trunk/reactos/tools/hhpcomp/hhpcomp.cpp (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/
trunk/reactos/tools/hhpcomp/lzx_compress/ChangeLog (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.h (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lzx_compress.h (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lzx_config.h (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lzx_constants.h (with props)
trunk/reactos/tools/hhpcomp/lzx_compress/lzx_layer.c (with props)
trunk/reactos/tools/hhpcomp/utils.cpp (with props)
trunk/reactos/tools/hhpcomp/utils.h (with props)
Modified:
trunk/reactos/tools/CMakeLists.txt
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/tools/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/CMakeLists.txt?rev=6…
Added: trunk/reactos/tools/hhpcomp/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/CMakeLists.t…
Added: trunk/reactos/tools/hhpcomp/COPYING
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/COPYING?rev=…
Added: trunk/reactos/tools/hhpcomp/chmc/chm.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/chm.h?r…
Added: trunk/reactos/tools/hhpcomp/chmc/chmc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/chmc.c?…
Added: trunk/reactos/tools/hhpcomp/chmc/chmc.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/chmc.h?…
Added: trunk/reactos/tools/hhpcomp/chmc/encint.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/encint.…
Added: trunk/reactos/tools/hhpcomp/chmc/err.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/err.c?r…
Added: trunk/reactos/tools/hhpcomp/chmc/err.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/err.h?r…
Added: trunk/reactos/tools/hhpcomp/chmc/list.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/chmc/list.h?…
Added: trunk/reactos/tools/hhpcomp/hhp_reader.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/hhp_reader.c…
Added: trunk/reactos/tools/hhpcomp/hhp_reader.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/hhp_reader.h…
Added: trunk/reactos/tools/hhpcomp/hhpcomp.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/hhpcomp.cpp?…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/ChangeLog
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lzx_compress.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lzx_config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lzx_constants.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/lzx_compress/lzx_layer.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/lzx_compress…
Added: trunk/reactos/tools/hhpcomp/utils.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/utils.cpp?re…
Added: trunk/reactos/tools/hhpcomp/utils.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/hhpcomp/utils.h?rev=…