diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..7c93210 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,7 @@ +This project has adopted the [Microsoft Open Source Code of +Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct +FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) +with any additional questions or comments. + diff --git a/doc/introduction_to_QBASHER.pdf b/doc/introduction_to_QBASHER.pdf new file mode 100644 index 0000000..ee089ac Binary files /dev/null and b/doc/introduction_to_QBASHER.pdf differ diff --git a/src/Makefile b/src/Makefile index def76df..36e7878 100644 --- a/src/Makefile +++ b/src/Makefile @@ -64,7 +64,31 @@ cleanest: cleaner /bin/rm -rf imported/pcre2/x64 imported/pcre2/Debug imported/pcre2/Release imported/pcre2/ipch imported/pcre2/JIT # all the VS PCRE stuff git: - git add Makefile ../scripts/*.pl */*.c */*.cs */*.txt */*.h */*.sln */*.vcxproj imported/*/*.c imported/*/*.txt imported/*/*.h imported/*/*.sln imported/*/*.vcxproj imported/*/Makefile QBASHQsharpNative/QBASHQsharpNative.csproj ../*.TXT ../test_data/wikipedia_titles*/QBASH.forward.bz2 ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward ../test_data/*/QBASH.substitution_rules* ../test_queries/*.q ../*/README.txt ../doc/*.tex #*/*.csproj */App.config */Properties/AssemblyInfo.cs + git add `find . -iname \*.pl` + git add `find . -iname \*.c` + git add `find . -iname \*.h` + git add `find . -iname \*.cs` + git add `find . -iname \*.csproj` + git add `find . -iname App.config` + git add `find . -iname \*.sln` + git add `find . -iname \*.vcxproj` + git add `find . -iname \*.txt` + git add `find .. -iname \*README\*` + git add `find .. -iname \*LICENSE\*` + git add `find .. -iname \*VERSION\*` + git add `find .. -iname \*CONTRIBUTING\*` + git add `find .. -name Makefile\*` + git add `find ../doc -iname \*.tex` + git add `find ../doc -iname \*.pdf` + git add ../test_data/wikipedia_titles/QBASH.forward.bz2 + git add ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward + git add ../test_data/*/QBASH.substitution_rules* + git add ../test_queries/*.q + + + + +#git add Makefile ../scripts/*.pl */*.c */*.cs */*.txt */*.h */*.sln */*.vcxproj imported/*/*.c imported/*/*.txt imported/*/*.h imported/*/*.sln imported/*/*.vcxproj imported/*/Makefile QBASHQsharpNative/QBASHQsharpNative.csproj ../*.TXT ../test_data/wikipedia_titles*/QBASH.forward.bz2 ../test_data/[a-vx-zA-VX-Z]*/QBASH.forward ../test_data/*/QBASH.substitution_rules* ../test_queries/*.q ../*/README.txt ../doc/*.tex #*/*.csproj */App.config */Properties/AssemblyInfo.cs # # Please run "grep 'if (1' */*.c" and check output for unwanted output # ... now run git commit -m \"\" and git push" diff --git a/src/QBASHQsharpNative/App.config b/src/QBASHQsharpNative/App.config new file mode 100644 index 0000000..d740e88 --- /dev/null +++ b/src/QBASHQsharpNative/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/QBASHQsharpNative/Properties/AssemblyInfo.cs b/src/QBASHQsharpNative/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..d7f4597 --- /dev/null +++ b/src/QBASHQsharpNative/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("QBASHQsharpNative")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("QBASHQsharpNative")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("319b2d38-1fb0-4b8d-bd91-2105650b80a9")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/QBASHQsharpNative/obj/x64/Release/QBASHQsharpNative.csproj.FileListAbsolute.txt b/src/QBASHQsharpNative/obj/x64/Release/QBASHQsharpNative.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..8fa27e4 --- /dev/null +++ b/src/QBASHQsharpNative/obj/x64/Release/QBASHQsharpNative.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe.config +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.pdb +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.csprojResolveAssemblyReference.cache +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.exe +C:\Users\dahawkin\GIT\Qbasher\OpenSource\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.pdb +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe.config +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.exe +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\x64\Release\QBASHQsharpNative.pdb +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.csprojResolveAssemblyReference.cache +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.exe +C:\Users\dahawkin\GIT\GitHub\QBASHER\src\QBASHQsharpNative\obj\x64\Release\QBASHQsharpNative.pdb diff --git a/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/src/QBASHQsharpNative/obj/x64/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/test_data/individual_file_names_test/README.TXT b/test_data/individual_file_names_test/README.TXT new file mode 100644 index 0000000..4377951 --- /dev/null +++ b/test_data/individual_file_names_test/README.TXT @@ -0,0 +1 @@ +Used by one of the build tests.