mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Update changelog
This commit is contained in:
parent
0f98f0fd4a
commit
0d52f1ae7c
1 changed files with 24 additions and 5 deletions
29
CHANGES
29
CHANGES
|
@ -1,5 +1,24 @@
|
||||||
Release v0.3.0
|
Release v0.3.0
|
||||||
* to fill
|
* Language:
|
||||||
|
- Return assignments, the ability to assign to the return keyword
|
||||||
|
as if it were a local variable.
|
||||||
|
* Compilation:
|
||||||
|
- Optimized memory usage (now uses on average %3 less memory for
|
||||||
|
compilation).
|
||||||
|
- Fixed dotranslate (translatable strings)
|
||||||
|
* QCVM:
|
||||||
|
- Escape strings for -printdefs
|
||||||
|
* Commandline:
|
||||||
|
- Added statistic dumps, gives information about the number of used
|
||||||
|
hashtables, vectors, and number of unique sizes of vectors and
|
||||||
|
hashtables. The amount of memory used for vectors. As well as the
|
||||||
|
number of strdups used in total for compilation.
|
||||||
|
* Testsuite:
|
||||||
|
- Fixed a floating point exception rasied by modulo operation in
|
||||||
|
-memchk.
|
||||||
|
* Build:
|
||||||
|
- Added gentoo ebuilds.
|
||||||
|
- Added win32 Makefile for building win32 packages.
|
||||||
|
|
||||||
2012-04-27 v0.2.9
|
2012-04-27 v0.2.9
|
||||||
* Preprocessor:
|
* Preprocessor:
|
||||||
|
@ -56,12 +75,12 @@ Release v0.3.0
|
||||||
- Added defs.qh (auto included) for qcvm definitions
|
- Added defs.qh (auto included) for qcvm definitions
|
||||||
* 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,
|
||||||
including support for: geany, kate, kwrite, kdevelop, QtCreator,
|
including support for: geany, kate, kwrite, kdevelop, QtCreator,
|
||||||
gtksourceview, gedit, sany, nano, jedit
|
gtksourceview, gedit, sany, nano, jedit
|
||||||
* Build:
|
* Build:
|
||||||
- Build scripts for building debian, archlinux and archbsd
|
- Build scripts for building debian, archlinux and archbsd
|
||||||
packages for x86, and x86_64.
|
packages for x86, and x86_64.
|
||||||
- Makefile targets for gource visualization, and render of
|
- Makefile targets for gource visualization, and render of
|
||||||
gource visualization.
|
gource visualization.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue