OSDN Git Service

Bump release year.
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 2 Jul 2017 12:59:20 +0000 (14:59 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 2 Jul 2017 13:03:37 +0000 (15:03 +0200)
33 files changed:
COPYING.txt
README.md
bindings/Delphi/example/src/Main.pas
bindings/Delphi/native/src/MHashDelphi384.cpp
bindings/Delphi/native/src/dllmain.cpp
bindings/Delphi/wrapper/MHash384.pas
bindings/Microsoft.NET/example/Properties/AssemblyInfo.cs
bindings/Microsoft.NET/example/src/App.xaml.cs
bindings/Microsoft.NET/example/src/MainWindow.xaml
bindings/Microsoft.NET/example/src/MainWindow.xaml.cs
bindings/Microsoft.NET/library/Properties/AssemblyInfo.cs
bindings/Microsoft.NET/library/Properties/Version.cs
bindings/Microsoft.NET/library/src/MHash384.cs
bindings/Python/example/MHashPy384_Example.py
bindings/Python/native/src/MHashPy384.cpp
bindings/Python/native/src/dllmain.cpp
bindings/Python/wrapper/MHashPy384_Wrapper.py
include/mhash_384.h
src/compat.h
src/main++.cpp
src/main.c
src/self_test.h
src/sysinfo.h
src/utilities.h
tools/GenTables/include/boxmuller.h
tools/GenTables/include/common.h
tools/GenTables/include/hd_table.h
tools/GenTables/include/thread_utils.h
tools/GenTables/include/twister.h
tools/GenTables/src/gen_table_mix.c
tools/GenTables/src/gen_table_xor.c
tools/StressTester/src/main.c
z_mkdocs.cmd

index 90d2fc9..5aad558 100644 (file)
@@ -1,5 +1,5 @@
 MHash-384 - Simple fast portable header-only hashing library
-Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>
+Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
 and associated documentation files(the "Software"), to deal in the Software without
index eb9097a..d7cbba5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -543,7 +543,7 @@ The following environment variables may effect the build process and need to be
 
 # License
 
-**Copyright(c) 2016 LoRd_MuldeR &lt;mulder2@gmx.de&gt;, released under the MIT License.**  
+**Copyright(c) 2016-2017 LoRd_MuldeR &lt;mulder2@gmx.de&gt;, released under the MIT License.**  
 **Check <http://muldersoft.com/> or <http://muldersoft.sourceforge.net/> for updates!**
 
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software
index 1da5c4c..762661e 100644 (file)
@@ -1,6 +1,6 @@
 { ---------------------------------------------------------------------------------------------- }
 { MHash-384 - Language bindings for Delphi                                                       }
-{ Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 }
+{ Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            }
 {                                                                                                }
 { Permission is hereby granted, free of charge, to any person obtaining a copy of this software  }
 { and associated documentation files (the "Software"), to deal in the Software without           }
index 909f07d..97a8016 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Language bindings for Delphi                                                       */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 32c6b93..d408c2d 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Language bindings for Delphi                                                       */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index efbbb46..e643343 100644 (file)
@@ -1,6 +1,6 @@
 { ---------------------------------------------------------------------------------------------- }
 { MHash-384 - Language bindings for Delphi                                                       }
-{ Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 }
+{ Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            }
 {                                                                                                }
 { Permission is hereby granted, free of charge, to any person obtaining a copy of this software  }
 { and associated documentation files (the "Software"), to deal in the Software without           }
index 52bd11a..2ea40a6 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 3dbf1b7..5617139 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 11285d8..9fa116a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- ============================================================================================== -->
 <!-- MHash-384 - Language bindings for Microsoft.NET                                                -->
-<!-- Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 -->
+<!-- Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            -->
 <!--                                                                                                -->
 <!-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software  -->
 <!-- and associated documentation files (the "Software"), to deal in the Software without           -->
index b0351a6..91edc97 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 1e58c68..a459f23 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 67dd0f9..65e11de 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index ac7f155..f4bffb5 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 for Microsoft.NET                                                                    */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index a8a2b9c..75341a8 100644 (file)
@@ -1,6 +1,6 @@
 ##################################################################################################
 # MHash-384 - Language bindings for Python                                                       #
-# Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 #
+# Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            #
 #                                                                                                #
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software  #
 # and associated documentation files (the "Software"), to deal in the Software without           #
index daf4f5f..9e71e76 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Language bindings for Python                                                       */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 9553d76..cfc175a 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Language bindings for Python                                                       */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 8820ef0..58584e8 100644 (file)
@@ -1,6 +1,6 @@
 ##################################################################################################
 # MHash-384 - Language bindings for Python                                                       #
-# Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 #
+# Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            #
 #                                                                                                #
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software  #
 # and associated documentation files (the "Software"), to deal in the Software without           #
index 2a7acc6..3821171 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Simple fast portable header-only hashing library                                   */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 2df2b47..1dda177 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Compatibility layer                                                                */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index ce2ba72..dd8cce9 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Example application (C++)                                                          */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 61e845f..291f166 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Example application (plain C)                                                      */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 9cba892..3252fb5 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Self-test code                                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index e28e424..38b5c21 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - System information                                                                 */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
index 5739b6d..e6afc16 100644 (file)
@@ -1,6 +1,6 @@
 /* ---------------------------------------------------------------------------------------------- */
 /* MHash-384 - Example application (utility functions)                                            */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                 */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                            */
 /*                                                                                                */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software  */
 /* and associated documentation files (the "Software"), to deal in the Software without           */
@@ -79,7 +79,7 @@ static void print_logo(void)
 {
        const version_t version = get_version();
        fprintf(stderr, "\nMHash384 v%u.%u.%u, simple fast portable header-only hashing library [%s]\n", version.major, version.minor, version.patch, __DATE__);
-       fprintf(stderr, "Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>, released under the MIT License.\n\n");
+       fprintf(stderr, "Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>, released under the MIT License.\n\n");
 }
 
 /*File name suffix*/
index 79c2a78..61d60e9 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index 8fbba79..bb2ebb2 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index 95388bd..55a46cf 100644 (file)
Binary files a/tools/GenTables/include/hd_table.h and b/tools/GenTables/include/hd_table.h differ
index e6f1a0a..85d369a 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index 12f5998..5742fd1 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index 9484d5f..4d649ee 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index 7186bc2..0dcd57f 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Generate tables utility program                                                     */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index f8c7ab3..b08455b 100644 (file)
@@ -1,6 +1,6 @@
 /* ----------------------------------------------------------------------------------------------- */
 /* MHash-384 - Stress tester                                                                       */
-/* Copyright(c) 2016 LoRd_MuldeR <mulder2@gmx.de>                                                  */
+/* Copyright(c) 2016-2017 LoRd_MuldeR <mulder2@gmx.de>                                             */
 /*                                                                                                 */
 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software   */
 /* and associated documentation files(the "Software"), to deal in the Software without             */
index f54aca8..dd703ac 100644 (file)
@@ -8,9 +8,9 @@ if not exist "%JAVA_HOME%\bin\java.exe" (
 
 for %%i in ("%~dp0\*.md") do (
        echo PANDOC: %%~nxi
-       "%~dp0\..\..\Prerequisites\Pandoc\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures --to html5 --toc -N --standalone -H "%~dp0\..\..\Prerequisites\Pandoc\css\github-pandoc.inc" "%%~i" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%%~dpni.html"
+       "%~dp0\..\Prerequisites\Pandoc\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures --to html5 --toc -N --standalone -H "%~dp0\..\Prerequisites\Pandoc\css\github-pandoc.inc" "%%~i" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%%~dpni.html"
        if not "!ERRORLEVEL!"=="0" (
-               "%~dp0\..\..\Prerequisites\CEcho\cecho.exe" red "\nSomething went wrong^^!\n"
+               "%~dp0\..\Prerequisites\CEcho\cecho.exe" red "\nSomething went wrong^^!\n"
                pause && exit
        )
 )