-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* configure: check expected json-c header first * tests: * atlocal.in, atlocal_win: export new definition COB_ON_WINDOWS to allow the testsuite skipping/failing tests - and applied it to used_binaries.at * run_prog_manual.sh.in: fix extranous $COBCRUN for all test runners * run_prog_manual.sh.in (xterm): use all parameters, not only the first * build_windows/set_env_vs_dist: supporting space-included paths (not recommended)
- Loading branch information
sf-mensch
committed
Oct 8, 2024
1 parent
83ec077
commit b583a35
Showing
11 changed files
with
49 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
|
||
2024-10-07 Simon Sobisch <[email protected]> | ||
|
||
* set_env_vs_dist: supporting space-included paths (not recommended) | ||
|
||
2024-05-15 Simon Sobisch <[email protected]> | ||
|
||
* makedist.cmd: cater for new different library names | ||
|
@@ -315,7 +319,7 @@ | |
|
||
* update for subfolder vc10 | ||
|
||
2014-07-07 Philipp B�hme <[email protected]> | ||
2014-07-07 Philipp B�hme <[email protected]> | ||
|
||
* minor bugfix (tpyos) for subfolder vc12 | ||
|
||
|
@@ -326,7 +330,7 @@ | |
* updated all project files | ||
* added subfolder vc11 | ||
|
||
2014-06-20 Philipp B�hme <[email protected]> | ||
2014-06-20 Philipp B�hme <[email protected]> | ||
|
||
* added project files - subfolders: vc7, vc8, vc9, vc10, vc12 | ||
(original project files and resource files version_cobc.rc, | ||
|
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 |
---|---|---|
|
@@ -36,4 +36,4 @@ if %errorlevel% equ 0 ( | |
set "stay_open=x" | ||
) | ||
|
||
call %~dp0gcvsvars.cmd %* | ||
call "%~dp0gcvsvars.cmd" %* |
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 |
---|---|---|
@@ -1,4 +1,11 @@ | ||
|
||
2024-10-05 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in, atlocal_win: export new definition COB_ON_WINDOWS | ||
to allow the testsuite skipping/failing tests | ||
* run_prog_manual.sh.in: fix extranous $COBCRUN for all test runners | ||
* run_prog_manual.sh.in (xterm): use all parameters, not only the first | ||
|
||
2024-10-02 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in, atlocal_win: allow overriding COB_CC during tests | ||
|
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