]> git.xonotic.org Git - xonotic/gmqcc.git/log
xonotic/gmqcc.git
11 years agoCleanup cargocult directory and file specific things, to fs.c (renamed file.c which...
Dale Weiler [Fri, 8 Feb 2013 12:06:59 +0000 (12:06 +0000)]
Cleanup cargocult directory and file specific things, to fs.c (renamed file.c which also contains directory handling stuff). Also cleaned up some stuff, and added proper end comments to conditional inclusion stuff.

11 years agofix build issue
Dale Weiler [Thu, 7 Feb 2013 20:10:01 +0000 (20:10 +0000)]
fix build issue

11 years agoAdd directory support for extract_all
Dale Weiler [Thu, 7 Feb 2013 20:08:50 +0000 (20:08 +0000)]
Add directory support for extract_all

11 years agoCleanups and fixes to the PAK utility, can now extract/insert, tested and functional...
Dale Weiler [Thu, 7 Feb 2013 17:21:15 +0000 (17:21 +0000)]
Cleanups and fixes to the PAK utility, can now extract/insert, tested and functional for the most part.

11 years agoFixes to the PAK utility.
Dale Weiler [Thu, 7 Feb 2013 17:07:29 +0000 (17:07 +0000)]
Fixes to the PAK utility.

11 years agoWork in progress PAK extractor/insterter.
Dale Weiler [Thu, 7 Feb 2013 16:22:47 +0000 (16:22 +0000)]
Work in progress PAK extractor/insterter.

11 years agoUpdate makefile
Dale Weiler [Wed, 6 Feb 2013 10:54:14 +0000 (10:54 +0000)]
Update makefile

11 years agoMake the testsuite C++ compatible.
Dale Weiler [Wed, 6 Feb 2013 10:52:09 +0000 (10:52 +0000)]
Make the testsuite C++ compatible.

11 years agoMake it compile as C++ code again.
Dale Weiler [Wed, 6 Feb 2013 10:36:27 +0000 (10:36 +0000)]
Make it compile as C++ code again.

11 years agofind aliases in parser_find_global instead of parser_sya_operand
Wolfgang Bumiller [Wed, 6 Feb 2013 09:55:06 +0000 (10:55 +0100)]
find aliases in parser_find_global instead of parser_sya_operand

11 years agoStore the ast nodes for aliases
Dale Weiler [Wed, 6 Feb 2013 09:44:23 +0000 (09:44 +0000)]
Store the ast nodes for aliases

11 years agoAliases to aliases is a bad idea, revert. Added better tests to show unused aliases
Dale Weiler [Wed, 6 Feb 2013 09:28:42 +0000 (09:28 +0000)]
Aliases to aliases is a bad idea, revert.  Added better tests to show unused aliases

11 years agoFix alias bug. Implemented support for aliases of vectors (x, y, z components)....
Dale Weiler [Wed, 6 Feb 2013 09:09:47 +0000 (09:09 +0000)]
Fix alias bug.  Implemented support for aliases of vectors (x, y, z components). Also made aliases corrector resident (e.g alias to vector foo, named bop, indexing bol_x [instead of bop_x] will result in a correction suggestion of bop_x now).

11 years agoSupport for aliases to aliases too.
Dale Weiler [Wed, 6 Feb 2013 08:43:11 +0000 (08:43 +0000)]
Support for aliases to aliases too.

11 years agoSome sanity checks for aliases (undeclared variable checks, and incompatible types...
Dale Weiler [Wed, 6 Feb 2013 05:51:05 +0000 (05:51 +0000)]
Some sanity checks for aliases (undeclared variable checks, and incompatible types in alias checks.)

11 years agoadd todo
Dale Weiler [Wed, 6 Feb 2013 05:38:34 +0000 (05:38 +0000)]
add todo

11 years agoImplemented generalized attribute aliases. You can now alias functions, locals,...
Dale Weiler [Wed, 6 Feb 2013 05:30:09 +0000 (05:30 +0000)]
Implemented generalized attribute aliases.  You can now alias functions, locals, or globals with [[alias("old_name")]] type new_name;

11 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Tue, 5 Feb 2013 17:16:09 +0000 (17:16 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

11 years agoperl ops -> pops
Dale Weiler [Tue, 5 Feb 2013 17:15:28 +0000 (17:15 +0000)]
perl ops -> pops

11 years agoast referencing
Dale Weiler [Tue, 5 Feb 2013 17:14:56 +0000 (17:14 +0000)]
ast referencing

11 years agoast_array_index_codegen: never regenerate code
Wolfgang Bumiller [Tue, 5 Feb 2013 16:54:14 +0000 (17:54 +0100)]
ast_array_index_codegen: never regenerate code

11 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Tue, 5 Feb 2013 16:35:12 +0000 (16:35 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

11 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Tue, 5 Feb 2013 16:34:55 +0000 (16:34 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

Conflicts:
parser.c

11 years agoremoving some left-over alloc checks
Wolfgang Bumiller [Tue, 5 Feb 2013 16:34:40 +0000 (17:34 +0100)]
removing some left-over alloc checks

11 years agoWork in progress <=> operator.
Dale Weiler [Tue, 5 Feb 2013 16:34:03 +0000 (16:34 +0000)]
Work in progress <=> operator.

11 years agofixing that comment
Wolfgang Bumiller [Tue, 5 Feb 2013 16:24:02 +0000 (17:24 +0100)]
fixing that comment

11 years agoinsert an error when an operator doesn't get found - note the comment...
Wolfgang Bumiller [Tue, 5 Feb 2013 16:17:38 +0000 (17:17 +0100)]
insert an error when an operator doesn't get found - note the comment...

11 years agoBetter handling of multiple body functions.
Dale Weiler [Tue, 5 Feb 2013 03:28:20 +0000 (03:28 +0000)]
Better handling of multiple body functions.

11 years agoUpdate doc/specification.tex
Dale Weiler [Mon, 4 Feb 2013 16:13:11 +0000 (11:13 -0500)]
Update doc/specification.tex

11 years agoUpdate doc/specification.tex
Dale Weiler [Mon, 4 Feb 2013 11:22:28 +0000 (06:22 -0500)]
Update doc/specification.tex

11 years agoUpdate doc/specification.tex
Dale Weiler [Mon, 4 Feb 2013 07:48:36 +0000 (02:48 -0500)]
Update doc/specification.tex

11 years agoWork in progress specification LaTeX document for "The GMQCC QuakeC Programming Language"
Dale Weiler [Mon, 4 Feb 2013 07:18:39 +0000 (07:18 +0000)]
Work in progress specification LaTeX document for "The GMQCC QuakeC Programming Language"

11 years agoget that message back in
Wolfgang Bumiller [Sun, 3 Feb 2013 23:28:35 +0000 (00:28 +0100)]
get that message back in

11 years agoYes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap
Wolfgang Bumiller [Sun, 3 Feb 2013 23:20:41 +0000 (00:20 +0100)]
Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap

11 years agoReverting this awful unmaintainable mess of option description system
Wolfgang Bumiller [Sun, 3 Feb 2013 23:19:56 +0000 (00:19 +0100)]
Reverting this awful unmaintainable mess of option description system

11 years agofix: rotate_entfield_array_index_nodes deleting the old array caused expressions...
Wolfgang Bumiller [Sun, 3 Feb 2013 22:38:06 +0000 (23:38 +0100)]
fix: rotate_entfield_array_index_nodes deleting the old array caused expressions to be deleted recursively

11 years agoproperly mask #message, #warning, #error by ftepp->output_on
Wolfgang Bumiller [Sun, 3 Feb 2013 22:23:50 +0000 (23:23 +0100)]
properly mask #message, #warning, #error by ftepp->output_on

11 years agoAdding a WIP style sheet for mandoc html output
Wolfgang Bumiller [Sun, 3 Feb 2013 18:38:42 +0000 (19:38 +0100)]
Adding a WIP style sheet for mandoc html output

11 years agoMerge branch 'master' into cooking
Wolfgang Bumiller [Sun, 3 Feb 2013 18:01:30 +0000 (19:01 +0100)]
Merge branch 'master' into cooking

11 years agoAdd -fdarkplaces-string-table-bug to the default flags
Wolfgang Bumiller [Sun, 3 Feb 2013 18:01:27 +0000 (19:01 +0100)]
Add -fdarkplaces-string-table-bug to the default flags

11 years agoFix this target for archlinux
Dale Weiler [Sat, 2 Feb 2013 09:02:03 +0000 (09:02 +0000)]
Fix this target for archlinux

11 years agoMerge pull request #96 from matthiaskrgr/cooking_PKGBUILD
Dale Weiler [Sat, 2 Feb 2013 08:58:57 +0000 (00:58 -0800)]
Merge pull request #96 from matthiaskrgr/cooking_PKGBUILD

PKGBUILDs: rename "arch" to "archlinux", move archbsd PKGBUILDs into own...

11 years agoPKGBUILDs: rename "arch" to "archlinux", move archbsd PKGBUILDs into own "archbsd...
matthiaskrgr [Sat, 2 Feb 2013 08:54:31 +0000 (09:54 +0100)]
PKGBUILDs: rename "arch" to "archlinux", move archbsd PKGBUILDs into own "archbsd" parent directory.

11 years agos/%d/%s/
Dale Weiler [Sat, 2 Feb 2013 01:04:26 +0000 (01:04 +0000)]
s/%d/%s/

11 years agoBetter printing of token errors.
Dale Weiler [Sat, 2 Feb 2013 01:03:39 +0000 (01:03 +0000)]
Better printing of token errors.

11 years agotypo
Dale Weiler [Sat, 2 Feb 2013 00:59:19 +0000 (00:59 +0000)]
typo

11 years agoUpdate authors file
Dale Weiler [Sat, 2 Feb 2013 00:58:15 +0000 (00:58 +0000)]
Update authors file

11 years agoAdd bitnot test for testsuite.
Dale Weiler [Sat, 2 Feb 2013 00:12:46 +0000 (00:12 +0000)]
Add bitnot test for testsuite.

11 years agooops
Dale Weiler [Fri, 1 Feb 2013 23:12:48 +0000 (23:12 +0000)]
oops

11 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Fri, 1 Feb 2013 23:11:26 +0000 (23:11 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

11 years agoFix ~ unary operator (can now const-fold). Also things like b &= ~1 work now. We...
Dale Weiler [Fri, 1 Feb 2013 23:10:23 +0000 (23:10 +0000)]
Fix ~ unary operator (can now const-fold).  Also things like b &= ~1 work now.  We also cache ast_value of float (-1) for -1-x (which is how ~ is implemented).

11 years agoMerge branch 'cooking' of git://github.com/graphitemaster/gmqcc into cooking
Wolfgang Bumiller [Fri, 1 Feb 2013 18:12:45 +0000 (19:12 +0100)]
Merge branch 'cooking' of git://github.com/graphitemaster/gmqcc into cooking

11 years agoWork in progress ~ operator implemented as -1-x.
Dale Weiler [Fri, 1 Feb 2013 12:56:01 +0000 (12:56 +0000)]
Work in progress ~ operator implemented as -1-x.

11 years agoFix memleak and assignment for cached lengths in corrector
Dale Weiler [Fri, 1 Feb 2013 06:22:29 +0000 (06:22 +0000)]
Fix memleak and assignment for cached lengths in corrector

11 years agomanpage: removed -Wpreprocessor
Wolfgang Bumiller [Thu, 31 Jan 2013 21:23:29 +0000 (22:23 +0100)]
manpage: removed -Wpreprocessor

11 years agoconverted qcvm.1 to mdoc
Wolfgang Bumiller [Thu, 31 Jan 2013 21:15:01 +0000 (22:15 +0100)]
converted qcvm.1 to mdoc

11 years agoIgnore most memory comparisions by validating the lengths are the same first. Become...
Dale Weiler [Wed, 30 Jan 2013 23:32:15 +0000 (23:32 +0000)]
Ignore most memory comparisions by validating the lengths are the same first.  Becomes O(log(n)) from O(n) for correct_exists.

11 years agoCache lengths in corrector. This speeds up the corrector a little.
Dale Weiler [Wed, 30 Jan 2013 23:22:03 +0000 (23:22 +0000)]
Cache lengths in corrector.  This speeds up the corrector a little.

11 years agoAdded definition file for test-suite, used by default by the test system. To overrid...
Dale Weiler [Wed, 30 Jan 2013 08:04:56 +0000 (08:04 +0000)]
Added definition file for test-suite, used by default by the test system.  To override the defs globally, use -defs=file from the command line for the test-suite.  To override the defs per-file, use F: -no-defs flag in the test template file.

11 years agoOlder clang had -Wmissing-variable-declarations, which causes a heap of warnings...
Dale Weiler [Wed, 30 Jan 2013 06:52:36 +0000 (06:52 +0000)]
Older clang had -Wmissing-variable-declarations, which causes a heap of warnings, we disable it, because it's a stupid warning.  However, because it's unsupported in newer clang, disabling it causes a warning, so we need to -Wno-unknown-warning-option.  *sigh*

11 years agoGet it compiling with C++ compilers again.
Dale Weiler [Wed, 30 Jan 2013 06:49:50 +0000 (06:49 +0000)]
Get it compiling with C++ compilers again.

11 years agoSlightly larger code, but strategic inline for corrector stuff. Makes it a little...
Dale Weiler [Wed, 30 Jan 2013 06:36:00 +0000 (06:36 +0000)]
Slightly larger code, but strategic inline for corrector stuff.  Makes it a little faster on my RPi (unnoticable on my desktop though).

11 years agoNot an assembler instruction, but virtual instruction used by the IR.
Dale Weiler [Wed, 30 Jan 2013 06:31:24 +0000 (06:31 +0000)]
Not an assembler instruction, but virtual instruction used by the IR.

11 years agoEmpty string, not "<null>"
Dale Weiler [Wed, 30 Jan 2013 06:28:02 +0000 (06:28 +0000)]
Empty string, not "<null>"

11 years agoCleanups
Dale Weiler [Wed, 30 Jan 2013 06:27:06 +0000 (06:27 +0000)]
Cleanups

11 years agoDon't ignore return result from test_perform.
Dale Weiler [Wed, 30 Jan 2013 06:17:57 +0000 (06:17 +0000)]
Don't ignore return result from test_perform.

11 years agoIt is used, gcc is a liar.
Dale Weiler [Wed, 30 Jan 2013 06:14:35 +0000 (06:14 +0000)]
It is used, gcc is a liar.

11 years agoSome cleanups and what not.
Dale Weiler [Wed, 30 Jan 2013 06:13:11 +0000 (06:13 +0000)]
Some cleanups and what not.

11 years agoDocument the options in the opts.def file
Dale Weiler [Wed, 30 Jan 2013 06:04:34 +0000 (06:04 +0000)]
Document the options in the opts.def file

11 years agoFix pragma parsing that I broke.
Dale Weiler [Wed, 30 Jan 2013 05:51:28 +0000 (05:51 +0000)]
Fix pragma parsing that I broke.

11 years agoRemoving #error/#warning/#message from parser, and making it part of preprocessor...
Dale Weiler [Wed, 30 Jan 2013 05:49:08 +0000 (05:49 +0000)]
Removing #error/#warning/#message from parser, and making it part of preprocessor as directives again.

11 years agoRename
Dale Weiler [Wed, 30 Jan 2013 05:35:07 +0000 (05:35 +0000)]
Rename

11 years agoWork in progress options cleanup.
Dale Weiler [Wed, 30 Jan 2013 05:24:30 +0000 (05:24 +0000)]
Work in progress options cleanup.

11 years agoPrint off the documentation when -[f/W/O]help, also fixed some of the descriptions...
Dale Weiler [Wed, 30 Jan 2013 04:22:13 +0000 (04:22 +0000)]
Print off the documentation when -[f/W/O]help, also fixed some of the descriptions for flags.

11 years agoAdded documentation to all options inside the binary itself. These will be used...
Dale Weiler [Wed, 30 Jan 2013 02:56:58 +0000 (02:56 +0000)]
Added documentation to all options inside the binary itself.  These will be used later for "man/nroff -man"-like documentation on OSs that lack "man" and the concept of system wide documentation.  Also it will be nice to add -Wsome_warning help (to get some help about a specific warning/error, etc).

11 years agoFix splint warning
Dale Weiler [Wed, 30 Jan 2013 01:38:37 +0000 (01:38 +0000)]
Fix splint warning

11 years agos/WARN_PREPROCESSOR/WARN_CPP/g (to stay somewhat compatible with gcc/clang warnings...
Dale Weiler [Wed, 30 Jan 2013 01:32:10 +0000 (01:32 +0000)]
s/WARN_PREPROCESSOR/WARN_CPP/g (to stay somewhat compatible with gcc/clang warnings for the preprocessor)

11 years agoRemoved -Wcpp (not needed any more)
Dale Weiler [Wed, 30 Jan 2013 01:26:51 +0000 (01:26 +0000)]
Removed -Wcpp (not needed any more)

11 years agoRemoved #warning and #error from ftepp, and made it part of the parser routine. ...
Dale Weiler [Wed, 30 Jan 2013 01:24:58 +0000 (01:24 +0000)]
Removed #warning and #error from ftepp, and made it part of the parser routine.  These are "directives" that should exist regardless if -fftepp is enabled, like #pragma.  Implemented #warning, #message and #error as directives in parser instead.

11 years agoHandle all possible subscript errors
Dale Weiler [Sun, 27 Jan 2013 21:31:18 +0000 (21:31 +0000)]
Handle all possible subscript errors

11 years agoBetter handling of __VA_ARGS__ subscripting.
Dale Weiler [Sun, 27 Jan 2013 21:27:50 +0000 (21:27 +0000)]
Better handling of __VA_ARGS__ subscripting.

11 years agoSpiceing up the __VA_ARGS__ test
Dale Weiler [Sun, 27 Jan 2013 13:05:01 +0000 (13:05 +0000)]
Spiceing up the __VA_ARGS__ test

11 years agoFix warning, and better tests for __VA_ARGS__
Dale Weiler [Sun, 27 Jan 2013 13:03:02 +0000 (13:03 +0000)]
Fix warning, and better tests for __VA_ARGS__

11 years agoMerge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Sun, 27 Jan 2013 12:56:43 +0000 (12:56 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking

11 years agoImplement subscripting for __VA_ARGS__, and added test-case. This only works on...
Dale Weiler [Sun, 27 Jan 2013 12:55:56 +0000 (12:55 +0000)]
Implement subscripting for __VA_ARGS__, and added test-case.  This only works on INTCONST for now.

11 years agoimporting bsd-git/PKGBUILD
Wolfgang Bumiller [Sun, 27 Jan 2013 12:12:57 +0000 (13:12 +0100)]
importing bsd-git/PKGBUILD

11 years agofixing an install cmd in bsd-release/PKGBUILD
Wolfgang Bumiller [Sun, 27 Jan 2013 12:12:04 +0000 (13:12 +0100)]
fixing an install cmd in bsd-release/PKGBUILD

11 years agounmasking bsd-git/PKGBUILD in .gitignore
Wolfgang Bumiller [Sun, 27 Jan 2013 12:10:44 +0000 (13:10 +0100)]
unmasking bsd-git/PKGBUILD in .gitignore

11 years agoimporting ArchBSD release PKGBUILD
Wolfgang Bumiller [Sun, 27 Jan 2013 12:09:09 +0000 (13:09 +0100)]
importing ArchBSD release PKGBUILD

11 years agounmasking bsd-release path in .gitignore
Wolfgang Bumiller [Sun, 27 Jan 2013 12:08:31 +0000 (13:08 +0100)]
unmasking bsd-release path in .gitignore

11 years agoadding pkgrel to arch/this, and getting rid of du's -b option since it won't work...
Wolfgang Bumiller [Sun, 27 Jan 2013 09:31:27 +0000 (10:31 +0100)]
adding pkgrel to arch/this, and getting rid of du's -b option since it won't work for ArchBSD

11 years agoRemove user-defined success/failure messages for the testsuite. Instead print an...
Dale Weiler [Sun, 27 Jan 2013 08:39:42 +0000 (08:39 +0000)]
Remove user-defined success/failure messages for the testsuite.  Instead print an aligned to console string containing the tmpl file name.  This closes #90.

11 years agoFixes, updates, and added uninstall target for makefile
Dale Weiler [Sun, 27 Jan 2013 07:45:49 +0000 (07:45 +0000)]
Fixes, updates, and added uninstall target for makefile

11 years agoAdd back the removal of the package directory after building package.
Dale Weiler [Sun, 27 Jan 2013 07:26:50 +0000 (07:26 +0000)]
Add back the removal of the package directory after building package.

11 years agoFix the size calculation
Dale Weiler [Sun, 27 Jan 2013 07:25:46 +0000 (07:25 +0000)]
Fix the size calculation

11 years agoAdd this/Makefile for generating a .tar.xz for arch packages. This is sort of like...
Dale Weiler [Sun, 27 Jan 2013 07:08:27 +0000 (07:08 +0000)]
Add this/Makefile for generating a .tar.xz for arch packages.  This is sort of like the debian one, it can be run from any *nix systems to generate a package.  Currently only generates an x86_64 package, like the debian one (which only does i686).

11 years agomanpage: wrong date
Wolfgang Bumiller [Sat, 26 Jan 2013 13:44:00 +0000 (14:44 +0100)]
manpage: wrong date

11 years agoFix a warning
Wolfgang Bumiller [Sat, 26 Jan 2013 13:43:49 +0000 (14:43 +0100)]
Fix a warning

11 years agostore the actual parsing context before parsing into an expression and use that for...
Wolfgang Bumiller [Fri, 25 Jan 2013 22:37:06 +0000 (23:37 +0100)]
store the actual parsing context before parsing into an expression and use that for the effectless-statement warning

11 years agoerror when using a type not usable as boolean in a condition, ie an if statement
Wolfgang Bumiller [Fri, 25 Jan 2013 18:17:42 +0000 (19:17 +0100)]
error when using a type not usable as boolean in a condition, ie an if statement