add existing code (build system, libs, initial mizucp code)
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 5 Jun 2021 07:39:33 +0000 (09:39 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 5 Jun 2021 07:39:33 +0000 (09:39 +0200)
commit6de1fe1dd8731d4d952657181f871f9723bbb8b2
tree0d50b99fc101dc47db0aeae420e514973286332b
add existing code (build system, libs, initial mizucp code)
172 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
configure [new file with mode: 0755]
libidav/Makefile [new file with mode: 0644]
libidav/crypto.c [new file with mode: 0644]
libidav/crypto.h [new file with mode: 0644]
libidav/davqlexec.c [new file with mode: 0644]
libidav/davqlexec.h [new file with mode: 0644]
libidav/davqlparser.c [new file with mode: 0644]
libidav/davqlparser.h [new file with mode: 0644]
libidav/methods.c [new file with mode: 0644]
libidav/methods.h [new file with mode: 0644]
libidav/resource.c [new file with mode: 0644]
libidav/resource.h [new file with mode: 0644]
libidav/session.c [new file with mode: 0644]
libidav/session.h [new file with mode: 0644]
libidav/utils.c [new file with mode: 0644]
libidav/utils.h [new file with mode: 0644]
libidav/versioning.c [new file with mode: 0644]
libidav/versioning.h [new file with mode: 0644]
libidav/webdav.c [new file with mode: 0644]
libidav/webdav.h [new file with mode: 0644]
libidav/xml.c [new file with mode: 0644]
libidav/xml.h [new file with mode: 0644]
make/Makefile.mk [new file with mode: 0644]
make/clang.mk [new file with mode: 0644]
make/configure.vm [new file with mode: 0644]
make/gcc.mk [new file with mode: 0644]
make/mingw.mk [new file with mode: 0644]
make/osx.mk [new file with mode: 0644]
make/package_unix.sh [new file with mode: 0755]
make/project.xml [new file with mode: 0644]
make/suncc.mk [new file with mode: 0644]
make/toolchain.sh [new file with mode: 0644]
make/windows.mk [new file with mode: 0644]
mizucp/Makefile [new file with mode: 0644]
mizucp/main.c [new file with mode: 0644]
mizucp/main.h [new file with mode: 0644]
mizunara/Makefile [new file with mode: 0644]
mizunara/main.c [new file with mode: 0644]
resource/.DS_Store [new file with mode: 0644]
resource/locales/de_DE.properties [new file with mode: 0644]
resource/locales/en_EN.properties [new file with mode: 0644]
resource/template.app/Contents/Info.plist [new file with mode: 0644]
resource/template.app/Contents/PkgInfo [new file with mode: 0644]
resource/template.app/Contents/Resources/English.lproj/InfoPlist.strings [new file with mode: 0644]
resource/template.app/Contents/Resources/English.lproj/MainMenu.nib [new file with mode: 0644]
ucx/Makefile [new file with mode: 0644]
ucx/README [new file with mode: 0644]
ucx/allocator.c [new file with mode: 0644]
ucx/array.c [new file with mode: 0644]
ucx/avl.c [new file with mode: 0644]
ucx/buffer.c [new file with mode: 0644]
ucx/list.c [new file with mode: 0644]
ucx/logging.c [new file with mode: 0644]
ucx/map.c [new file with mode: 0644]
ucx/mempool.c [new file with mode: 0644]
ucx/properties.c [new file with mode: 0644]
ucx/stack.c [new file with mode: 0644]
ucx/string.c [new file with mode: 0644]
ucx/test.c [new file with mode: 0644]
ucx/ucx.c [new file with mode: 0644]
ucx/ucx/allocator.h [new file with mode: 0644]
ucx/ucx/array.h [new file with mode: 0644]
ucx/ucx/avl.h [new file with mode: 0644]
ucx/ucx/buffer.h [new file with mode: 0644]
ucx/ucx/list.h [new file with mode: 0644]
ucx/ucx/logging.h [new file with mode: 0644]
ucx/ucx/map.h [new file with mode: 0644]
ucx/ucx/mempool.h [new file with mode: 0644]
ucx/ucx/properties.h [new file with mode: 0644]
ucx/ucx/stack.h [new file with mode: 0644]
ucx/ucx/string.h [new file with mode: 0644]
ucx/ucx/test.h [new file with mode: 0644]
ucx/ucx/ucx.h [new file with mode: 0644]
ucx/ucx/utils.h [new file with mode: 0644]
ucx/utils.c [new file with mode: 0644]
ui/Makefile [new file with mode: 0644]
ui/common/context.c [new file with mode: 0644]
ui/common/context.h [new file with mode: 0644]
ui/common/document.c [new file with mode: 0644]
ui/common/document.h [new file with mode: 0644]
ui/common/object.c [new file with mode: 0644]
ui/common/object.h [new file with mode: 0644]
ui/common/objs.mk [new file with mode: 0644]
ui/common/properties.c [new file with mode: 0644]
ui/common/properties.h [new file with mode: 0644]
ui/common/types.c [new file with mode: 0644]
ui/common/types.h [new file with mode: 0644]
ui/gtk/Makefile [new file with mode: 0644]
ui/gtk/button.c [new file with mode: 0644]
ui/gtk/button.h [new file with mode: 0644]
ui/gtk/container.c [new file with mode: 0644]
ui/gtk/container.h [new file with mode: 0644]
ui/gtk/display.c [new file with mode: 0644]
ui/gtk/display.h [new file with mode: 0644]
ui/gtk/dnd.c [new file with mode: 0644]
ui/gtk/dnd.h [new file with mode: 0644]
ui/gtk/draw_cairo.c [new file with mode: 0644]
ui/gtk/draw_cairo.h [new file with mode: 0644]
ui/gtk/draw_gdk.c [new file with mode: 0644]
ui/gtk/draw_gdk.h [new file with mode: 0644]
ui/gtk/entry.c [new file with mode: 0644]
ui/gtk/entry.h [new file with mode: 0644]
ui/gtk/graphics.c [new file with mode: 0644]
ui/gtk/graphics.h [new file with mode: 0644]
ui/gtk/image.c [new file with mode: 0644]
ui/gtk/image.h [new file with mode: 0644]
ui/gtk/menu.c [new file with mode: 0644]
ui/gtk/menu.h [new file with mode: 0644]
ui/gtk/model.c [new file with mode: 0644]
ui/gtk/model.h [new file with mode: 0644]
ui/gtk/objs.mk [new file with mode: 0644]
ui/gtk/range.c [new file with mode: 0644]
ui/gtk/range.h [new file with mode: 0644]
ui/gtk/text.c [new file with mode: 0644]
ui/gtk/text.h [new file with mode: 0644]
ui/gtk/toolbar.c [new file with mode: 0644]
ui/gtk/toolbar.h [new file with mode: 0644]
ui/gtk/toolkit.c [new file with mode: 0644]
ui/gtk/toolkit.h [new file with mode: 0644]
ui/gtk/tree.c [new file with mode: 0644]
ui/gtk/tree.h [new file with mode: 0644]
ui/gtk/window.c [new file with mode: 0644]
ui/motif/Makefile [new file with mode: 0644]
ui/motif/button.c [new file with mode: 0644]
ui/motif/button.h [new file with mode: 0644]
ui/motif/container.c [new file with mode: 0644]
ui/motif/container.h [new file with mode: 0644]
ui/motif/dnd.c [new file with mode: 0644]
ui/motif/dnd.h [new file with mode: 0644]
ui/motif/graphics.c [new file with mode: 0644]
ui/motif/graphics.h [new file with mode: 0644]
ui/motif/image.c [new file with mode: 0644]
ui/motif/image.h [new file with mode: 0644]
ui/motif/label.c [new file with mode: 0644]
ui/motif/label.h [new file with mode: 0644]
ui/motif/list.c [new file with mode: 0644]
ui/motif/list.h [new file with mode: 0644]
ui/motif/menu.c [new file with mode: 0644]
ui/motif/menu.h [new file with mode: 0644]
ui/motif/objs.mk [new file with mode: 0644]
ui/motif/range.c [new file with mode: 0644]
ui/motif/range.h [new file with mode: 0644]
ui/motif/stock.c [new file with mode: 0644]
ui/motif/stock.h [new file with mode: 0644]
ui/motif/text.c [new file with mode: 0644]
ui/motif/text.h [new file with mode: 0644]
ui/motif/toolbar.c [new file with mode: 0644]
ui/motif/toolbar.h [new file with mode: 0644]
ui/motif/toolkit.c [new file with mode: 0644]
ui/motif/toolkit.h [new file with mode: 0644]
ui/motif/tree.c [new file with mode: 0644]
ui/motif/tree.h [new file with mode: 0644]
ui/motif/window.c [new file with mode: 0644]
ui/ui/button.h [new file with mode: 0644]
ui/ui/container.h [new file with mode: 0644]
ui/ui/display.h [new file with mode: 0644]
ui/ui/dnd.h [new file with mode: 0644]
ui/ui/entry.h [new file with mode: 0644]
ui/ui/graphics.h [new file with mode: 0644]
ui/ui/image.h [new file with mode: 0644]
ui/ui/menu.h [new file with mode: 0644]
ui/ui/properties.h [new file with mode: 0644]
ui/ui/range.h [new file with mode: 0644]
ui/ui/stock.h [new file with mode: 0644]
ui/ui/text.h [new file with mode: 0644]
ui/ui/toolbar.h [new file with mode: 0644]
ui/ui/toolkit.h [new file with mode: 0644]
ui/ui/tree.h [new file with mode: 0644]
ui/ui/ui.h [new file with mode: 0644]
ui/ui/window.h [new file with mode: 0644]