]> de.git.xonotic.org Git - xonotic/gmqcc.git/log
xonotic/gmqcc.git
10 years agogitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.
Matthias Krüger [Sun, 2 Jun 2013 08:26:27 +0000 (10:26 +0200)]
gitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.

10 years agofix the INCLUDE_DEF flag getting applied regardless of dotranslate...
Wolfgang Bumiller [Sat, 1 Jun 2013 18:12:14 +0000 (20:12 +0200)]
fix the INCLUDE_DEF flag getting applied regardless of dotranslate...

10 years agofix: dotranslate now sets AST_FLAG_INCLUDE_DEF to not get removed by -Ostrip-constant...
Wolfgang Bumiller [Sat, 1 Jun 2013 16:16:50 +0000 (18:16 +0200)]
fix: dotranslate now sets AST_FLAG_INCLUDE_DEF to not get removed by -Ostrip-constant-names

10 years agoMerge pull request #109 from matthiaskrgr/PKGBUILD_master
Wolfgang Bumiller [Sat, 27 Apr 2013 17:04:43 +0000 (10:04 -0700)]
Merge pull request #109 from matthiaskrgr/PKGBUILD_master

PKGBUILD: archlinux: fix build by applying a patch (4c4aa5534c34) on 0.2.9 package.
Accepting this with a patch in order for it to keep the 0.2.9 version info.

10 years agoPKGBUILD: archlinux: fix build by applying a patch (4c4aa5534c34) on 0.2.9 package.
Matthias Krüger [Sat, 27 Apr 2013 16:45:26 +0000 (18:45 +0200)]
PKGBUILD: archlinux: fix build by applying a patch (4c4aa5534c34) on 0.2.9 package.

10 years agodup is marked as warn-unused-result
Wolfgang Bumiller [Sat, 27 Apr 2013 15:51:51 +0000 (17:51 +0200)]
dup is marked as warn-unused-result

10 years agoupdating archbsd and archlinux release/PKGBUILD files
Wolfgang Bumiller [Sat, 27 Apr 2013 14:54:53 +0000 (16:54 +0200)]
updating archbsd and archlinux release/PKGBUILD files

10 years agoUpdate CHANGES file
Wolfgang Bumiller [Sat, 27 Apr 2013 14:33:47 +0000 (16:33 +0200)]
Update CHANGES file

10 years agoStarting point of 0.3.0
Wolfgang Bumiller [Sat, 27 Apr 2013 14:30:35 +0000 (16:30 +0200)]
Starting point of 0.3.0

10 years agothis should be tagged 0.2.9 0.2.9
Wolfgang Bumiller [Sat, 27 Apr 2013 14:30:03 +0000 (16:30 +0200)]
this should be tagged 0.2.9

10 years agofix distro/ Makefiles
Wolfgang Bumiller [Fri, 26 Apr 2013 15:56:08 +0000 (17:56 +0200)]
fix distro/ Makefiles

10 years agodon't overwrite ldflags/libs env vars
Wolfgang Bumiller [Fri, 26 Apr 2013 15:33:56 +0000 (17:33 +0200)]
don't overwrite ldflags/libs env vars

10 years agoFix OSX compiles
Dale Weiler [Fri, 26 Apr 2013 15:43:13 +0000 (15:43 +0000)]
Fix OSX compiles

10 years agoAdd expressions for builtins test
Dale Weiler [Thu, 25 Apr 2013 17:39:05 +0000 (17:39 +0000)]
Add expressions for builtins test

10 years agosolve it, not hide it
Wolfgang Bumiller [Thu, 25 Apr 2013 17:18:50 +0000 (19:18 +0200)]
solve it, not hide it

10 years agoRevert "Just fucking initialize everything"
Wolfgang Bumiller [Thu, 25 Apr 2013 17:18:11 +0000 (19:18 +0200)]
Revert "Just fucking initialize everything"

This reverts commit aed2b1031c6466a2dbcf909faeac1ac1cff0f6e6.

10 years agomanpage and ini update
Wolfgang Bumiller [Thu, 25 Apr 2013 17:13:43 +0000 (19:13 +0200)]
manpage and ini update

10 years agoJust fucking initialize everything
Dale Weiler [Thu, 25 Apr 2013 17:11:15 +0000 (17:11 +0000)]
Just fucking initialize everything

10 years agoPushing the -fexpressions-for-builtins stuff and the modff for catching fractional...
Dale Weiler [Thu, 25 Apr 2013 17:08:02 +0000 (17:08 +0000)]
Pushing the -fexpressions-for-builtins stuff and the modff for catching fractional-part builtin numbers.

10 years agothis allows builtin numbers to be constant expressions, not just constants
Wolfgang Bumiller [Thu, 25 Apr 2013 16:47:54 +0000 (18:47 +0200)]
this allows builtin numbers to be constant expressions, not just constants

10 years agochange the value of TOKEN_EOF
Wolfgang Bumiller [Thu, 25 Apr 2013 15:39:12 +0000 (17:39 +0200)]
change the value of TOKEN_EOF

10 years agoLess extern
Dale Weiler [Thu, 25 Apr 2013 12:22:34 +0000 (12:22 +0000)]
Less extern

10 years agocleaner
Dale Weiler [Thu, 25 Apr 2013 12:08:43 +0000 (12:08 +0000)]
cleaner

10 years agoless globals
Dale Weiler [Thu, 25 Apr 2013 12:08:13 +0000 (12:08 +0000)]
less globals

10 years agoNo more globals for codegen
Dale Weiler [Thu, 25 Apr 2013 09:35:30 +0000 (09:35 +0000)]
No more globals for codegen

10 years agothese can be const now before-library
Wolfgang Bumiller [Thu, 25 Apr 2013 07:55:58 +0000 (09:55 +0200)]
these can be const now

10 years agoThat is also not needed anymore
Dale Weiler [Thu, 25 Apr 2013 03:37:40 +0000 (03:37 +0000)]
That is also not needed anymore

10 years agonot needed for arm anymore
Dale Weiler [Thu, 25 Apr 2013 03:36:57 +0000 (03:36 +0000)]
not needed for arm anymore

10 years agoApply some static where it belongs
Dale Weiler [Thu, 25 Apr 2013 03:34:42 +0000 (03:34 +0000)]
Apply some static where it belongs

10 years agoFix alignment issues (can remove a clang warning, and also makes our code more portable!)
Dale Weiler [Thu, 25 Apr 2013 03:17:52 +0000 (03:17 +0000)]
Fix alignment issues (can remove a clang warning, and also makes our code more portable!)

10 years agoUse the LIBS properly
Dale Weiler [Thu, 25 Apr 2013 03:11:50 +0000 (03:11 +0000)]
Use the LIBS properly

10 years agoGrrrr
Wolfgang Bumiller [Wed, 24 Apr 2013 15:47:42 +0000 (17:47 +0200)]
Grrrr

10 years agomanpage: document and explain __FUNC__ and __NULL__
Wolfgang Bumiller [Wed, 24 Apr 2013 15:42:48 +0000 (17:42 +0200)]
manpage: document and explain __FUNC__ and __NULL__

10 years agoAllow string concatenation in the parser as well, for now only for immediate strings...
Wolfgang Bumiller [Wed, 24 Apr 2013 14:07:31 +0000 (16:07 +0200)]
Allow string concatenation in the parser as well, for now only for immediate strings and __FUNC__, maybe later -fpermissive or somethign could allow it on const-delcared string variables

10 years agoA nicer way of doing this
Dale Weiler [Wed, 24 Apr 2013 14:08:58 +0000 (14:08 +0000)]
A nicer way of doing this

10 years agoremove irrelevant comment
Dale Weiler [Wed, 24 Apr 2013 14:06:43 +0000 (14:06 +0000)]
remove irrelevant comment

10 years agofree the memory for asprintf
Dale Weiler [Wed, 24 Apr 2013 14:05:09 +0000 (14:05 +0000)]
free the memory for asprintf

10 years agoShitty testsuite support for windows the hacky way because there exists no sane simpl...
Dale Weiler [Wed, 24 Apr 2013 14:04:00 +0000 (14:04 +0000)]
Shitty testsuite support for windows the hacky way because there exists no sane simple way of redirecting pipes without a heafty chunk of code.

10 years agotest for the simple __FUNC__ case
Wolfgang Bumiller [Wed, 24 Apr 2013 09:22:29 +0000 (11:22 +0200)]
test for the simple __FUNC__ case

10 years agorecognize the simple case of __FUNC__ in the parser
Wolfgang Bumiller [Wed, 24 Apr 2013 09:21:04 +0000 (11:21 +0200)]
recognize the simple case of __FUNC__ in the parser

10 years agofix the intrinsic fail
Dale Weiler [Wed, 24 Apr 2013 09:18:24 +0000 (09:18 +0000)]
fix the intrinsic fail

10 years agotypo
Dale Weiler [Wed, 24 Apr 2013 04:50:07 +0000 (04:50 +0000)]
typo

10 years agoImplemented __TIME_STAMP__ predef, expands to a timestamp of when the __FILE__ was...
Dale Weiler [Wed, 24 Apr 2013 04:48:05 +0000 (04:48 +0000)]
Implemented __TIME_STAMP__ predef, expands to a timestamp of when the __FILE__ was last modified, returned in the format: "Www Mmm dd hh:mm:ss yyyy", where Www is the weekday, Mmm the month (in letter), dd the day of the month, hh:mm:ss the time, and yyyy the year.

10 years agoMake ftepps __NULL__ translate to gmqccs untyped nil keyword (this isn't correct...
Dale Weiler [Wed, 24 Apr 2013 04:17:17 +0000 (04:17 +0000)]
Make ftepps __NULL__ translate to gmqccs untyped nil keyword (this isn't correct behaviour of the __NULL__ constant, but it works)

10 years agoMerge branch 'master' into cooking
Dale Weiler [Wed, 24 Apr 2013 01:46:53 +0000 (01:46 +0000)]
Merge branch 'master' into cooking

10 years agoGet it compiling in visual studio again.
Dale Weiler [Wed, 24 Apr 2013 01:43:53 +0000 (01:43 +0000)]
Get it compiling in visual studio again.

10 years agoMake it compile as C++ code too
Dale Weiler [Tue, 23 Apr 2013 22:50:47 +0000 (22:50 +0000)]
Make it compile as C++ code too

10 years agofix noreturn testcase descriptions... those were mixed up
Wolfgang Bumiller [Tue, 23 Apr 2013 15:07:19 +0000 (17:07 +0200)]
fix noreturn testcase descriptions... those were mixed up

10 years agoinitialize the vector member array so that 'cleanup' won't delete uninitialized pointers
Wolfgang Bumiller [Tue, 23 Apr 2013 14:54:05 +0000 (16:54 +0200)]
initialize the vector member array so that 'cleanup' won't delete uninitialized pointers

10 years agoMakefile: be more conformant: at link-time use LDFLAGS, not CFLAGS, also use CPPFLAGS...
Wolfgang Bumiller [Tue, 23 Apr 2013 14:49:43 +0000 (16:49 +0200)]
Makefile: be more conformant: at link-time use LDFLAGS, not CFLAGS, also use CPPFLAGS prepended to CFLAGS at compile-commands, append optional LIBS at link-time after everything else

10 years agomisc/check-doc.sh
Wolfgang Bumiller [Mon, 22 Apr 2013 10:22:24 +0000 (12:22 +0200)]
misc/check-doc.sh

10 years agoWebsite target to distro makefile for updating gh-pages
Dale Weiler [Mon, 22 Apr 2013 06:14:26 +0000 (06:14 +0000)]
Website target to distro makefile for updating gh-pages

10 years agoAdd download.c (used for generating the download.html for the website (for releases...
Dale Weiler [Mon, 22 Apr 2013 05:43:38 +0000 (05:43 +0000)]
Add download.c (used for generating the download.html for the website (for releases)) based on magic. use gcc download.c -o gen; gen ../../; git checkout gh-pages; git add download.html; git push origin gh-pages; to apply website changes.

10 years agoMerge branch 'master' into cooking
Dale Weiler [Mon, 22 Apr 2013 00:11:31 +0000 (00:11 +0000)]
Merge branch 'master' into cooking

10 years agoProper install names (preserve the .exe for win32 builds)
Dale Weiler [Mon, 22 Apr 2013 00:05:44 +0000 (00:05 +0000)]
Proper install names (preserve the .exe for win32 builds)

10 years agoMerge pull request #105 from matthiaskrgr/icon
Dale Weiler [Sun, 21 Apr 2013 14:22:11 +0000 (07:22 -0700)]
Merge pull request #105 from matthiaskrgr/icon

Icon

10 years agomake: gource: display gmqcc icon in video.
Matthias Krüger [Sun, 21 Apr 2013 12:08:23 +0000 (14:08 +0200)]
make: gource: display gmqcc icon in video.

10 years agoadd gmqcc icon found on ohloh.
Matthias Krüger [Sun, 21 Apr 2013 12:07:06 +0000 (14:07 +0200)]
add gmqcc icon found on ohloh.

10 years agoMerge branch 'master' of github.com:graphitemaster/gmqcc
Dale Weiler [Sun, 21 Apr 2013 11:46:05 +0000 (11:46 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc

10 years agoSome stuff for building win32 packages via mingw32
Dale Weiler [Sun, 21 Apr 2013 11:45:41 +0000 (11:45 +0000)]
Some stuff for building win32 packages via mingw32

10 years agoMerge pull request #104 from matthiaskrgr/PKGBUILD_master
Dale Weiler [Sun, 21 Apr 2013 11:14:06 +0000 (04:14 -0700)]
Merge pull request #104 from matthiaskrgr/PKGBUILD_master

PKGBUILD: archlinux: git: install syntax files to respective dirs.

10 years agoPKGBUILD: archlinux: git: install syntax files to respective dirs.
Matthias Krüger [Sun, 21 Apr 2013 11:03:36 +0000 (13:03 +0200)]
PKGBUILD: archlinux: git: install syntax files to respective dirs.

10 years agoMerge branch 'master' into cooking
Wolfgang Bumiller [Sun, 21 Apr 2013 10:37:06 +0000 (12:37 +0200)]
Merge branch 'master' into cooking

10 years agoRemove trailing whitespace
Dale Weiler [Sun, 21 Apr 2013 10:24:55 +0000 (10:24 +0000)]
Remove trailing whitespace

10 years agoMerge branch 'master' into cooking
Wolfgang Bumiller [Sun, 21 Apr 2013 10:24:12 +0000 (12:24 +0200)]
Merge branch 'master' into cooking

10 years agoupdating the manpage
Wolfgang Bumiller [Sun, 21 Apr 2013 10:23:54 +0000 (12:23 +0200)]
updating the manpage

10 years agoFixes
Dale Weiler [Sun, 21 Apr 2013 10:13:51 +0000 (10:13 +0000)]
Fixes

10 years agoMerge branch 'cooking'
Dale Weiler [Sun, 21 Apr 2013 10:09:08 +0000 (10:09 +0000)]
Merge branch 'cooking'

10 years agoUpdate CHANGES
Dale Weiler [Sun, 21 Apr 2013 10:08:04 +0000 (10:08 +0000)]
Update CHANGES

11 years agoupdate README to reflect syntax highlighting stuff.
Dale Weiler [Sun, 21 Apr 2013 09:44:08 +0000 (09:44 +0000)]
update README to reflect syntax highlighting stuff.

11 years agoAdd jedit syntax highlighting support, thanks to LordHavoc (made some changes to...
Dale Weiler [Sun, 21 Apr 2013 08:13:39 +0000 (08:13 +0000)]
Add jedit syntax highlighting support, thanks to LordHavoc (made some changes to reflect gmqcc syntax more)

11 years agoThis is suppoted now
Dale Weiler [Sun, 21 Apr 2013 07:30:32 +0000 (07:30 +0000)]
This is suppoted now

11 years agoAdd syntax configuration file for gtksourceview (this allows QC code syntax highlight...
Dale Weiler [Sun, 21 Apr 2013 07:27:59 +0000 (07:27 +0000)]
Add syntax configuration file for gtksourceview (this allows QC code syntax highlighting for GNOMEs default text view in nautilus, gedit, and sandy + other gtksouceview based editors).

11 years agotypo
Dale Weiler [Sun, 21 Apr 2013 07:07:07 +0000 (07:07 +0000)]
typo

11 years agoupdate README for syntax highlighting stuff
Dale Weiler [Sun, 21 Apr 2013 07:06:37 +0000 (07:06 +0000)]
update README for syntax highlighting stuff

11 years agoA more realistic preprocessor concatenation test.
Dale Weiler [Sun, 21 Apr 2013 06:52:22 +0000 (06:52 +0000)]
A more realistic preprocessor concatenation test.

11 years agoUndo that fail
Dale Weiler [Sun, 21 Apr 2013 06:46:54 +0000 (06:46 +0000)]
Undo that fail

11 years agoBetter output on failure
Dale Weiler [Sun, 21 Apr 2013 06:46:39 +0000 (06:46 +0000)]
Better output on failure

11 years agoMore preprocessor testsuite support and our first preprocessor test!
Dale Weiler [Sun, 21 Apr 2013 06:36:52 +0000 (06:36 +0000)]
More preprocessor testsuite support and our first preprocessor test!

11 years agoMore preprocessor testing support for the testsuite.
Dale Weiler [Sun, 21 Apr 2013 06:23:40 +0000 (06:23 +0000)]
More preprocessor testing support for the testsuite.

11 years agoInitial preprocessor procedure option for testsuite implemented.
Dale Weiler [Sun, 21 Apr 2013 06:20:17 +0000 (06:20 +0000)]
Initial preprocessor procedure option for testsuite implemented.

11 years agoWe don't need to specify "-should fail" because we print the type now (this also...
Dale Weiler [Sun, 21 Apr 2013 06:13:25 +0000 (06:13 +0000)]
We don't need to specify "-should fail" because we print the type now (this also makes the description colum shorter)

11 years agoI did it, I did it, I did it, horray!, Thanks Dora .. I mean Hirato.
Dale Weiler [Sun, 21 Apr 2013 06:09:20 +0000 (06:09 +0000)]
I did it, I did it, I did it, horray!, Thanks Dora .. I mean Hirato.

11 years agoSome work in progress preprocessing test work
Dale Weiler [Sun, 21 Apr 2013 05:50:21 +0000 (05:50 +0000)]
Some work in progress preprocessing test work

11 years agoRemove hashset
Dale Weiler [Sun, 21 Apr 2013 04:56:41 +0000 (04:56 +0000)]
Remove hashset

11 years agoparser_const_string now uses hashtables; hashtables may want to dup an empty string...
Wolfgang Bumiller [Wed, 17 Apr 2013 16:23:30 +0000 (18:23 +0200)]
parser_const_string now uses hashtables; hashtables may want to dup an empty string without it becoming NULL - also replacing ir_strdup with the new util_ one

11 years agofix warnings to allow compiling with -O3
Wolfgang Bumiller [Wed, 17 Apr 2013 15:58:08 +0000 (17:58 +0200)]
fix warnings to allow compiling with -O3

11 years agoSome inline never hurt anyone .. actually, C made a bad decision in it's design,...
Dale Weiler [Wed, 17 Apr 2013 11:02:42 +0000 (11:02 +0000)]
Some inline never hurt anyone .. actually, C made a bad decision in it's design, everything should've always been implicitly inline, since most code back in the day was small, if you had large bodies, there should've been an 'outline' keyword for that instead :P

11 years agoUse hashtable for macro definitions in the preprocessor, this speeds up the search...
Dale Weiler [Wed, 17 Apr 2013 10:51:33 +0000 (10:51 +0000)]
Use hashtable for macro definitions in the preprocessor, this speeds up the search for them, and the removal of them making it O(1) instead of O(n). This also makes my 30 second xonotic compiles take only 13 seconds

11 years agodon't call ftepp_finish on a freed ftepp struct
Wolfgang Bumiller [Wed, 17 Apr 2013 09:36:45 +0000 (11:36 +0200)]
don't call ftepp_finish on a freed ftepp struct

11 years agoMore perliminary reworking for threading
Dale Weiler [Wed, 17 Apr 2013 06:30:09 +0000 (06:30 +0000)]
More perliminary reworking for threading

11 years agoFix compile for windows.
Dale Weiler [Wed, 17 Apr 2013 04:27:00 +0000 (04:27 +0000)]
Fix compile for windows.

11 years agoPerliminary parser reworking, required for the proposed multithreading.
Dale Weiler [Wed, 17 Apr 2013 00:52:52 +0000 (00:52 +0000)]
Perliminary parser reworking, required for the proposed multithreading.

11 years agoFix typo in kate syntax highlighting installation documentation.
Dale Weiler [Tue, 16 Apr 2013 20:27:01 +0000 (20:27 +0000)]
Fix typo in kate syntax highlighting installation documentation.

11 years agoAdded syntax highlighting configuration files (with documentation on how to install...
Dale Weiler [Tue, 16 Apr 2013 20:24:33 +0000 (20:24 +0000)]
Added syntax highlighting configuration files (with documentation on how to install them) for nano, kate and geany.

11 years agolex_try_pragma: free the buffers
Wolfgang Bumiller [Tue, 16 Apr 2013 12:14:15 +0000 (14:14 +0200)]
lex_try_pragma: free the buffers

11 years agoFix memdump printing
Dale Weiler [Tue, 16 Apr 2013 09:13:22 +0000 (09:13 +0000)]
Fix memdump printing

11 years agoRewrote memory tracking, now prints highest water mark (most used memory at a given...
Dale Weiler [Mon, 15 Apr 2013 20:54:53 +0000 (20:54 +0000)]
Rewrote memory tracking, now prints highest water mark (most used memory at a given time during compile). Changes all byte representation to MB representation. Added ability to print the contents of the leaked memory to the console when -debug is on (infact the lost messages only print during -debug), -memchk simply reports the memory info at the end (it is also printed when -debug). You can set the memory dump columns with -memdumpcols=# where # is the number of columns you want (default is 16)

11 years agofix macro parameters
Wolfgang Bumiller [Mon, 15 Apr 2013 19:07:44 +0000 (21:07 +0200)]
fix macro parameters

11 years agoast_expression_delete: delete varparam if it is set - fixes another leak
Wolfgang Bumiller [Mon, 15 Apr 2013 19:05:59 +0000 (21:05 +0200)]
ast_expression_delete: delete varparam if it is set - fixes another leak