]>
git.rm.cloudns.org Git - xonotic/gmqcc.git/log
Wolfgang Bumiller [Thu, 25 Apr 2013 07:55:58 +0000 (09:55 +0200)]
these can be const now
Dale Weiler [Thu, 25 Apr 2013 03:37:40 +0000 (03:37 +0000)]
That is also not needed anymore
Dale Weiler [Thu, 25 Apr 2013 03:36:57 +0000 (03:36 +0000)]
not needed for arm anymore
Dale Weiler [Thu, 25 Apr 2013 03:34:42 +0000 (03:34 +0000)]
Apply some static where it belongs
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!)
Dale Weiler [Thu, 25 Apr 2013 03:11:50 +0000 (03:11 +0000)]
Use the LIBS properly
Wolfgang Bumiller [Wed, 24 Apr 2013 15:47:42 +0000 (17:47 +0200)]
Grrrr
Wolfgang Bumiller [Wed, 24 Apr 2013 15:42:48 +0000 (17:42 +0200)]
manpage: document and explain __FUNC__ and __NULL__
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
Dale Weiler [Wed, 24 Apr 2013 14:08:58 +0000 (14:08 +0000)]
A nicer way of doing this
Dale Weiler [Wed, 24 Apr 2013 14:06:43 +0000 (14:06 +0000)]
remove irrelevant comment
Dale Weiler [Wed, 24 Apr 2013 14:05:09 +0000 (14:05 +0000)]
free the memory for asprintf
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.
Wolfgang Bumiller [Wed, 24 Apr 2013 09:22:29 +0000 (11:22 +0200)]
test for the simple __FUNC__ case
Wolfgang Bumiller [Wed, 24 Apr 2013 09:21:04 +0000 (11:21 +0200)]
recognize the simple case of __FUNC__ in the parser
Dale Weiler [Wed, 24 Apr 2013 09:18:24 +0000 (09:18 +0000)]
fix the intrinsic fail
Dale Weiler [Wed, 24 Apr 2013 04:50:07 +0000 (04:50 +0000)]
typo
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.
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)
Dale Weiler [Wed, 24 Apr 2013 01:46:53 +0000 (01:46 +0000)]
Merge branch 'master' into cooking
Dale Weiler [Wed, 24 Apr 2013 01:43:53 +0000 (01:43 +0000)]
Get it compiling in visual studio again.
Dale Weiler [Tue, 23 Apr 2013 22:50:47 +0000 (22:50 +0000)]
Make it compile as C++ code too
Wolfgang Bumiller [Tue, 23 Apr 2013 15:07:19 +0000 (17:07 +0200)]
fix noreturn testcase descriptions... those were mixed up
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
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
Wolfgang Bumiller [Mon, 22 Apr 2013 10:22:24 +0000 (12:22 +0200)]
misc/check-doc.sh
Dale Weiler [Mon, 22 Apr 2013 06:14:26 +0000 (06:14 +0000)]
Website target to distro makefile for updating gh-pages
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.
Dale Weiler [Mon, 22 Apr 2013 00:11:31 +0000 (00:11 +0000)]
Merge branch 'master' into cooking
Dale Weiler [Mon, 22 Apr 2013 00:05:44 +0000 (00:05 +0000)]
Proper install names (preserve the .exe for win32 builds)
Dale Weiler [Sun, 21 Apr 2013 14:22:11 +0000 (07:22 -0700)]
Merge pull request #105 from matthiaskrgr/icon
Icon
Matthias Krüger [Sun, 21 Apr 2013 12:08:23 +0000 (14:08 +0200)]
make: gource: display gmqcc icon in video.
Matthias Krüger [Sun, 21 Apr 2013 12:07:06 +0000 (14:07 +0200)]
add gmqcc icon found on ohloh.
Dale Weiler [Sun, 21 Apr 2013 11:46:05 +0000 (11:46 +0000)]
Merge branch 'master' of github.com:graphitemaster/gmqcc
Dale Weiler [Sun, 21 Apr 2013 11:45:41 +0000 (11:45 +0000)]
Some stuff for building win32 packages via mingw32
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.
Matthias Krüger [Sun, 21 Apr 2013 11:03:36 +0000 (13:03 +0200)]
PKGBUILD: archlinux: git: install syntax files to respective dirs.
Wolfgang Bumiller [Sun, 21 Apr 2013 10:37:06 +0000 (12:37 +0200)]
Merge branch 'master' into cooking
Dale Weiler [Sun, 21 Apr 2013 10:24:55 +0000 (10:24 +0000)]
Remove trailing whitespace
Wolfgang Bumiller [Sun, 21 Apr 2013 10:24:12 +0000 (12:24 +0200)]
Merge branch 'master' into cooking
Wolfgang Bumiller [Sun, 21 Apr 2013 10:23:54 +0000 (12:23 +0200)]
updating the manpage
Dale Weiler [Sun, 21 Apr 2013 10:13:51 +0000 (10:13 +0000)]
Fixes
Dale Weiler [Sun, 21 Apr 2013 10:09:08 +0000 (10:09 +0000)]
Merge branch 'cooking'
Dale Weiler [Sun, 21 Apr 2013 10:08:04 +0000 (10:08 +0000)]
Update CHANGES
Dale Weiler [Sun, 21 Apr 2013 09:44:08 +0000 (09:44 +0000)]
update README to reflect syntax highlighting stuff.
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)
Dale Weiler [Sun, 21 Apr 2013 07:30:32 +0000 (07:30 +0000)]
This is suppoted now
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).
Dale Weiler [Sun, 21 Apr 2013 07:07:07 +0000 (07:07 +0000)]
typo
Dale Weiler [Sun, 21 Apr 2013 07:06:37 +0000 (07:06 +0000)]
update README for syntax highlighting stuff
Dale Weiler [Sun, 21 Apr 2013 06:52:22 +0000 (06:52 +0000)]
A more realistic preprocessor concatenation test.
Dale Weiler [Sun, 21 Apr 2013 06:46:54 +0000 (06:46 +0000)]
Undo that fail
Dale Weiler [Sun, 21 Apr 2013 06:46:39 +0000 (06:46 +0000)]
Better output on failure
Dale Weiler [Sun, 21 Apr 2013 06:36:52 +0000 (06:36 +0000)]
More preprocessor testsuite support and our first preprocessor test!
Dale Weiler [Sun, 21 Apr 2013 06:23:40 +0000 (06:23 +0000)]
More preprocessor testing support for the testsuite.
Dale Weiler [Sun, 21 Apr 2013 06:20:17 +0000 (06:20 +0000)]
Initial preprocessor procedure option for testsuite implemented.
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)
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.
Dale Weiler [Sun, 21 Apr 2013 05:50:21 +0000 (05:50 +0000)]
Some work in progress preprocessing test work
Dale Weiler [Sun, 21 Apr 2013 04:56:41 +0000 (04:56 +0000)]
Remove hashset
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
Wolfgang Bumiller [Wed, 17 Apr 2013 15:58:08 +0000 (17:58 +0200)]
fix warnings to allow compiling with -O3
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
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
Wolfgang Bumiller [Wed, 17 Apr 2013 09:36:45 +0000 (11:36 +0200)]
don't call ftepp_finish on a freed ftepp struct
Dale Weiler [Wed, 17 Apr 2013 06:30:09 +0000 (06:30 +0000)]
More perliminary reworking for threading
Dale Weiler [Wed, 17 Apr 2013 04:27:00 +0000 (04:27 +0000)]
Fix compile for windows.
Dale Weiler [Wed, 17 Apr 2013 00:52:52 +0000 (00:52 +0000)]
Perliminary parser reworking, required for the proposed multithreading.
Dale Weiler [Tue, 16 Apr 2013 20:27:01 +0000 (20:27 +0000)]
Fix typo in kate syntax highlighting installation documentation.
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.
Wolfgang Bumiller [Tue, 16 Apr 2013 12:14:15 +0000 (14:14 +0200)]
lex_try_pragma: free the buffers
Dale Weiler [Tue, 16 Apr 2013 09:13:22 +0000 (09:13 +0000)]
Fix memdump printing
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)
Wolfgang Bumiller [Mon, 15 Apr 2013 19:07:44 +0000 (21:07 +0200)]
fix macro parameters
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
Wolfgang Bumiller [Mon, 15 Apr 2013 18:56:48 +0000 (20:56 +0200)]
fix memleak in ast_local_codegen
Wolfgang Bumiller [Mon, 15 Apr 2013 18:53:53 +0000 (20:53 +0200)]
util_strdup: don't use util_memory_a with -DNOTRACK
Dale Weiler [Mon, 15 Apr 2013 06:23:13 +0000 (06:23 +0000)]
GCC specific stuff compile flags.
Dale Weiler [Sun, 14 Apr 2013 23:51:16 +0000 (23:51 +0000)]
Added tracing to strdup for allocations, fixed some memleaks, this isn't pretty (trying to track down some weird memory leak issues)
Dale Weiler [Sun, 14 Apr 2013 01:41:13 +0000 (01:41 +0000)]
cleanups
Dale Weiler [Sun, 14 Apr 2013 01:32:29 +0000 (01:32 +0000)]
Fet rid of explicit file stream flushes, streams are flushed on exit, which we can always gurantee.
Dale Weiler [Sun, 14 Apr 2013 01:29:50 +0000 (01:29 +0000)]
Remove one more external function
Dale Weiler [Sun, 14 Apr 2013 01:26:40 +0000 (01:26 +0000)]
More flattening. I don't know why I turned off buffering, that makes output to console even slower due to all the flushes, which actually slows down compilation.
Dale Weiler [Sun, 14 Apr 2013 01:25:11 +0000 (01:25 +0000)]
Flatten more external functions
Dale Weiler [Sun, 14 Apr 2013 01:16:35 +0000 (01:16 +0000)]
More function flatening
Dale Weiler [Sun, 14 Apr 2013 01:14:14 +0000 (01:14 +0000)]
More function flatening
Dale Weiler [Sun, 14 Apr 2013 01:07:39 +0000 (01:07 +0000)]
More external function flatening (less external symbols)
Dale Weiler [Sun, 14 Apr 2013 01:03:22 +0000 (01:03 +0000)]
Revert that trans stuff
Dale Weiler [Sun, 14 Apr 2013 01:00:25 +0000 (01:00 +0000)]
flatten the use of strcpy, 90% of the cases we already knew the length of the string either at compile-time, or already within the scope we where, thus letting us use strncpy, which can be further optimized (unrolled if static)
Dale Weiler [Sat, 13 Apr 2013 18:17:15 +0000 (18:17 +0000)]
Fix possible buffer overflows.
Dale Weiler [Sat, 13 Apr 2013 18:04:07 +0000 (18:04 +0000)]
Fix possible bug
Dale Weiler [Sat, 13 Apr 2013 18:01:41 +0000 (18:01 +0000)]
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Dale Weiler [Sat, 13 Apr 2013 18:01:26 +0000 (18:01 +0000)]
Fix some memory leaks.
Wolfgang Bumiller [Sat, 13 Apr 2013 10:50:57 +0000 (03:50 -0700)]
Merge pull request #103 from matthiaskrgr/cooking
fix arch pkgbuilds
Matthias Krüger [Sat, 13 Apr 2013 09:23:10 +0000 (11:23 +0200)]
gitignore: ignore pkg.tar.xz packages in distro/arch{linux/bsd}
Matthias Krüger [Sat, 13 Apr 2013 09:19:48 +0000 (11:19 +0200)]
PKGBUILD: release: fix sha1sum, minor cleanup
Matthias Krüger [Fri, 12 Apr 2013 20:08:10 +0000 (22:08 +0200)]
PKGBUILD: git: fix for pacman 4.1.0
Matthias Krüger [Fri, 12 Apr 2013 19:51:55 +0000 (21:51 +0200)]
.gitignore: add /pak
Dale Weiler [Mon, 8 Apr 2013 03:05:55 +0000 (00:05 -0300)]
Update specification.tex
Wolfgang Bumiller [Tue, 2 Apr 2013 21:40:26 +0000 (23:40 +0200)]
we changed the prefix... there too