-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed std::endl * progress * fix: covbr2html -> py * no more sombin * update sompy * adapted ci
- Loading branch information
Showing
14 changed files
with
33 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,3 @@ | |
path = submodules/sompy | ||
url = [email protected]:sorgom/sompy.git | ||
branch = dev | ||
[submodule "sombin"] | ||
path = submodules/sombin | ||
url = [email protected]:sorgom/sombin.git | ||
branch = dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
SETLOCAL | ||
set tsfile=%1 | ||
call %2 %3 %4 %5 %6 %7 %8 %9 | ||
echo return code: %errorlevel% | ||
del /Q %tsfile% 2>nul | ||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sombin
deleted from
784ae0
Submodule sompy
updated
18 files
+1 −1 | .gitHooks/pre-commit | |
+139 −0 | covbr2html/covbr2html.py | |
+23 −0 | covbr2html/covbr_template.html | |
+6 −0 | covbr2html/sompy.py | |
+2 −2 | sample/dox.py | |
+7 −0 | sample/sample_options.txt | |
+1 −1 | somutil/__init__.py | |
+4 −4 | somutil/cleanMdj.py | |
+4 −4 | somutil/cleanSvg.py | |
+6 −5 | somutil/cleanTxt.py | |
+0 −59 | somutil/docOpts.py | |
+100 −0 | somutil/docopts.py | |
+2 −2 | somutil/fglob.py | |
+6 −6 | somutil/gensompy.py | |
+7 −7 | somutil/incGuards.py | |
+4 −4 | somutil/somgit.py | |
+6 −6 | somutil/sompath.py | |
+4 −4 | somutil/srcNums.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters