Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Apr 21, 2023
1 parent 5f38103 commit bd8d621
Show file tree
Hide file tree
Showing 196 changed files with 26,225 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# EditorConfig is awesome: http://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328

# top-most EditorConfig file
root = true

# Windows-style newlines
[*]
end_of_line = crlf

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4

# 4 space indentation
[*.{c,cpp,h}]
indent_style = space
indent_size = 4

# 2 space indentation
[*.iss]
indent_style = space
indent_size = 2
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
obj/
Debug/
Debug (Unicode)/
Release/
Release (Unicode)/
Win32/
x64/
*.vcxproj.user
*.*sdf
*.suo
ipch/
setup/vld-*-setup.exe
setup/Output/
lib/gtest/msvc/bin/
_ReSharper.Caches/
lib/cppformat/bin/
src/bin/vld.ini
/src/tests/vld_ComTest/ComTest_i.h
/src/tests/vld_ComTest/ComTest_p.c
/src/tests/vld_ComTest/ComTest_i.c
*.VC.opendb
*.VC.db
.vs
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Arkadiy Shapkin <[email protected]> KindDragon
b.harmel <[email protected]> OnBings
22 changes: 22 additions & 0 deletions .teamcity/Vld/buildTypes/Vld_CompileAll.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<build-type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="95a42015-6cb6-40e7-8c3a-d760d07ede2f" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd">
<name>Compile All</name>
<description />
<settings>
<parameters />
<build-runners />
<vcs-settings>
<vcs-entry-ref root-id="Vld_HttpsGithubComKindDragonVldGitRefsHeadsMaster" />
</vcs-settings>
<requirements />
<build-triggers>
<build-trigger id="vcsTrigger" type="vcsTrigger">
<parameters>
<param name="quietPeriodMode" value="USE_DEFAULT" />
</parameters>
</build-trigger>
</build-triggers>
<cleanup />
</settings>
</build-type>

60 changes: 60 additions & 0 deletions .teamcity/Vld/buildTypes/Vld_DebugCrtDllWin32.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<build-type xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="8f1f4d24-8230-4fae-b557-d39e73fff15d" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd">
<name>Debug CrtDll Win32</name>
<description />
<settings>
<options>
<option name="executionTimeoutMin" value="10" />
</options>
<parameters>
<param name="Configuration" value="Debug(Release)" />
<param name="Platform" value="Win32" />
</parameters>
<build-runners>
<runner id="RUNNER_8" name="" type="VS.Solution">
<parameters>
<param name="build-file-path" value="vld_vs14.sln" />
<param name="msbuild.prop.Configuration" value="%Configuration%" />
<param name="msbuild.prop.Platform" value="%Platform%" />
<param name="msbuild_version" value="14.0" />
<param name="run-platform" value="x86" />
<param name="targets" value="Rebuild" />
<param name="teamcity.step.mode" value="default" />
<param name="toolsVersion" value="14.0" />
<param name="vs.version" value="vs2015" />
</parameters>
</runner>
<runner id="RUNNER_9" name="Run tests" type="simpleRunner">
<parameters>
<param name="script.content" value="runtests.bat %Platform% &quot;%Configuration%&quot;" />
<param name="teamcity.build.workingDir" value="src" />
<param name="teamcity.step.mode" value="default" />
<param name="use.custom.script" value="true" />
</parameters>
</runner>
</build-runners>
<vcs-settings>
<vcs-entry-ref root-id="Vld_HttpsGithubComKindDragonVldGitRefsHeadsMaster" />
</vcs-settings>
<requirements />
<build-triggers>
<build-trigger id="TRIGGER_1" type="buildDependencyTrigger">
<parameters>
<param name="afterSuccessfulBuildOnly" value="true" />
<param name="dependsOn" value="Vld_CompileAll" />
</parameters>
</build-trigger>
</build-triggers>
<build-extensions>
<extension id="BUILD_EXT_1" type="xml-report-plugin">
<parameters>
<param name="xmlReportParsing.reportDirs" value="+:src/bin/%Platform%/%Configuration%/*.exe.xml" />
<param name="xmlReportParsing.reportType" value="gtest" />
<param name="xmlReportParsing.verboseOutput" value="true" />
</parameters>
</extension>
</build-extensions>
<cleanup />
</settings>
</build-type>

5 changes: 5 additions & 0 deletions .teamcity/Vld/pluginData/plugin-settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<versionedSettings rootId="Vld_HttpsGithubComKindDragonVldGitRefsHeadsMaster" enabled="true" showChanges="true" buildSettings="PREFER_VCS" />
</settings>

7 changes: 7 additions & 0 deletions .teamcity/Vld/project-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="87d4f3b9-89a0-4b89-9886-3567825f21ec" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd">
<name>VLD</name>
<parameters />
<cleanup />
</project>

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<vcs-root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="e6b80cb4-6673-48db-bae3-1b27d6789924" type="jetbrains.git" xsi:noNamespaceSchemaLocation="http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd">
<name>https://github.com/KindDragon/vld.git#refs/heads/master</name>
<param name="agentCleanFilesPolicy" value="ALL_UNTRACKED" />
<param name="agentCleanPolicy" value="ON_BRANCH_CHANGE" />
<param name="authMethod" value="PASSWORD" />
<param name="branch" value="refs/heads/master" />
<param name="ignoreKnownHosts" value="true" />
<param name="secure:password" value="zxxa1aaf30b495c97d1981a95b906d5ae8b" />
<param name="submoduleCheckout" value="CHECKOUT" />
<param name="url" value="https://github.com/KindDragon/vld.git" />
<param name="useAlternates" value="true" />
<param name="username" value="KindDragon" />
<param name="usernameStyle" value="USERID" />
</vcs-root>

25 changes: 25 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
------------------------------------------------
KindDragon http://www.codeplex.com/site/users/view/KindDragon
chrisJohnson http://www.codeplex.com/site/users/view/chrisJohnson

Contributors: (listed alphabetically)
------------------------------------------------
akaStiX
benpmorgan
Eric Bissonnette
geordi
ioannis-e
jerker_back
jlddodger
Kristian Paradis
Laurent Lessieux (llessieux)
mnissl
snakefoot
VictorKharkov
xpol

Many thanks to everyone who supported development without having
git push access.

Based on the original version (C) 2005-2009 by Dan Moulding (e-mail [email protected])
http://sites.google.com/site/dmoulding/vld
Loading

0 comments on commit bd8d621

Please sign in to comment.