mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
They don't go there, fuck you grep.
This commit is contained in:
parent
94139513db
commit
e7dab06f82
1 changed files with 3 additions and 3 deletions
6
CHANGES
6
CHANGES
|
@ -35,6 +35,9 @@ Release v0.3.0
|
||||||
-memchk.
|
-memchk.
|
||||||
- Added support for the test-suite to source tests and task-template
|
- Added support for the test-suite to source tests and task-template
|
||||||
files from subdirectories in the test/ directory.
|
files from subdirectories in the test/ directory.
|
||||||
|
- Now prints the number of failed tests (if any) after all tests
|
||||||
|
are attempted.
|
||||||
|
- Fixed some bugs with error handling resulting in false-positives.
|
||||||
* Build:
|
* Build:
|
||||||
- Can now be compile with TCC (Tiny C compiler) and function as
|
- Can now be compile with TCC (Tiny C compiler) and function as
|
||||||
intended (previously couldn't due to bug in TCC codegen).
|
intended (previously couldn't due to bug in TCC codegen).
|
||||||
|
@ -97,9 +100,6 @@ Release v0.3.0
|
||||||
- Added support for preprocessor tests
|
- Added support for preprocessor tests
|
||||||
- Added preprocessor tests
|
- Added preprocessor tests
|
||||||
- Added defs.qh (auto included) for qcvm definitions
|
- Added defs.qh (auto included) for qcvm definitions
|
||||||
- Now prints the number of failed tests (if any) after all tests
|
|
||||||
are attempted.
|
|
||||||
- Fixed some bugs with error handling resulting in false-positives.
|
|
||||||
* Syntax Highlighting:
|
* Syntax Highlighting:
|
||||||
- Added various syntax highlighting description files for
|
- Added various syntax highlighting description files for
|
||||||
various text editors / integrated development envirorments,
|
various text editors / integrated development envirorments,
|
||||||
|
|
Loading…
Reference in a new issue