Dale Weiler
|
bfbb60bbed
|
Use the LIBS properly
|
2013-04-25 03:11:50 +00:00 |
|
Wolfgang Bumiller
|
3a4aba0b31
|
Grrrr
|
2013-04-24 17:47:42 +02:00 |
|
Wolfgang Bumiller
|
1a915c7bf7
|
manpage: document and explain __FUNC__ and __NULL__
|
2013-04-24 17:42:48 +02:00 |
|
Wolfgang Bumiller
|
66305c676a
|
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
|
2013-04-24 17:27:04 +02:00 |
|
Dale Weiler
|
8ffdfbfd97
|
A nicer way of doing this
|
2013-04-24 14:08:58 +00:00 |
|
Dale Weiler
|
5d88216f38
|
remove irrelevant comment
|
2013-04-24 14:06:43 +00:00 |
|
Dale Weiler
|
19c57c03cc
|
free the memory for asprintf
|
2013-04-24 14:05:09 +00:00 |
|
Dale Weiler
|
a0f6b00a15
|
Shitty testsuite support for windows the hacky way because there exists no sane simple way of redirecting pipes without a heafty chunk of code.
|
2013-04-24 14:04:00 +00:00 |
|
Wolfgang Bumiller
|
1e9d3e43cb
|
test for the simple __FUNC__ case
|
2013-04-24 11:22:29 +02:00 |
|
Wolfgang Bumiller
|
dcd65f18f8
|
recognize the simple case of __FUNC__ in the parser
|
2013-04-24 11:21:10 +02:00 |
|
Dale Weiler
|
8bee9a6819
|
fix the intrinsic fail
|
2013-04-24 09:18:24 +00:00 |
|
Dale Weiler
|
6284cc673d
|
typo
|
2013-04-24 04:50:07 +00:00 |
|
Dale Weiler
|
b3fc77efd6
|
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.
|
2013-04-24 04:48:05 +00:00 |
|
Dale Weiler
|
35988b6191
|
Make ftepps __NULL__ translate to gmqccs untyped nil keyword (this isn't correct behaviour of the __NULL__ constant, but it works)
|
2013-04-24 04:17:17 +00:00 |
|
Dale Weiler
|
dc8523c650
|
Merge branch 'master' into cooking
|
2013-04-24 01:46:53 +00:00 |
|
Dale Weiler
|
489ad486bc
|
Get it compiling in visual studio again.
|
2013-04-24 01:43:53 +00:00 |
|
Dale Weiler
|
10738da2fb
|
Make it compile as C++ code too
|
2013-04-23 22:50:47 +00:00 |
|
Wolfgang Bumiller
|
17996dee50
|
fix noreturn testcase descriptions... those were mixed up
|
2013-04-23 17:07:19 +02:00 |
|
Wolfgang Bumiller
|
f6d554874b
|
initialize the vector member array so that 'cleanup' won't delete uninitialized pointers
|
2013-04-23 16:54:05 +02:00 |
|
Wolfgang Bumiller
|
3d9a06591a
|
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
|
2013-04-23 16:49:43 +02:00 |
|
Wolfgang Bumiller
|
d6f6241872
|
misc/check-doc.sh
|
2013-04-22 12:22:24 +02:00 |
|
Dale Weiler
|
c86e778c76
|
Website target to distro makefile for updating gh-pages
|
2013-04-22 06:14:26 +00:00 |
|
Dale Weiler
|
217833dff7
|
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.
|
2013-04-22 05:43:38 +00:00 |
|
Dale Weiler
|
1759388e3f
|
Merge branch 'master' into cooking
|
2013-04-22 00:11:31 +00:00 |
|
Dale Weiler
|
9a1894f587
|
Proper install names (preserve the .exe for win32 builds)
|
2013-04-22 00:05:44 +00:00 |
|
Dale Weiler
|
a879fc28a3
|
Merge pull request #105 from matthiaskrgr/icon
Icon
|
2013-04-21 07:22:11 -07:00 |
|
Matthias Krüger
|
cc3b8dcfd6
|
make: gource: display gmqcc icon in video.
|
2013-04-21 14:08:23 +02:00 |
|
Matthias Krüger
|
53aac525d9
|
add gmqcc icon found on ohloh.
|
2013-04-21 14:07:06 +02:00 |
|
Dale Weiler
|
f8fc40c306
|
Merge branch 'master' of github.com:graphitemaster/gmqcc
|
2013-04-21 11:46:05 +00:00 |
|
Dale Weiler
|
0f7634876f
|
Some stuff for building win32 packages via mingw32
|
2013-04-21 11:45:41 +00:00 |
|
Dale Weiler
|
ef565adaa5
|
Merge pull request #104 from matthiaskrgr/PKGBUILD_master
PKGBUILD: archlinux: git: install syntax files to respective dirs.
|
2013-04-21 04:14:06 -07:00 |
|
Matthias Krüger
|
f9ed308aa8
|
PKGBUILD: archlinux: git: install syntax files to respective dirs.
|
2013-04-21 13:05:45 +02:00 |
|
Wolfgang Bumiller
|
685fa54daf
|
Merge branch 'master' into cooking
|
2013-04-21 12:37:06 +02:00 |
|
Dale Weiler
|
160e7cf7ee
|
Remove trailing whitespace
|
2013-04-21 10:24:55 +00:00 |
|
Wolfgang Bumiller
|
934ff4a5eb
|
Merge branch 'master' into cooking
|
2013-04-21 12:24:12 +02:00 |
|
Wolfgang Bumiller
|
2343e13c45
|
updating the manpage
|
2013-04-21 12:23:54 +02:00 |
|
Dale Weiler
|
8c08897749
|
Fixes
|
2013-04-21 10:13:51 +00:00 |
|
Dale Weiler
|
462c06d56b
|
Merge branch 'cooking'
|
2013-04-21 10:09:08 +00:00 |
|
Dale Weiler
|
317559e5a5
|
Update CHANGES
|
2013-04-21 10:08:04 +00:00 |
|
Dale Weiler
|
4a1eb7f948
|
update README to reflect syntax highlighting stuff.
|
2013-04-21 09:44:08 +00:00 |
|
Dale Weiler
|
f3c04d0f37
|
Add jedit syntax highlighting support, thanks to LordHavoc (made some changes to reflect gmqcc syntax more)
|
2013-04-21 08:13:39 +00:00 |
|
Dale Weiler
|
3cecd5d066
|
This is suppoted now
|
2013-04-21 07:30:32 +00:00 |
|
Dale Weiler
|
7def17eed5
|
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).
|
2013-04-21 07:27:59 +00:00 |
|
Dale Weiler
|
c362826dc6
|
typo
|
2013-04-21 07:07:07 +00:00 |
|
Dale Weiler
|
0661002257
|
update README for syntax highlighting stuff
|
2013-04-21 07:06:37 +00:00 |
|
Dale Weiler
|
96c0fa983d
|
A more realistic preprocessor concatenation test.
|
2013-04-21 06:52:22 +00:00 |
|
Dale Weiler
|
6009e2b3ea
|
Undo that fail
|
2013-04-21 06:46:54 +00:00 |
|
Dale Weiler
|
07e335fdb8
|
Better output on failure
|
2013-04-21 06:46:39 +00:00 |
|
Dale Weiler
|
e27eebe0f9
|
More preprocessor testsuite support and our first preprocessor test!
|
2013-04-21 06:36:52 +00:00 |
|
Dale Weiler
|
c53fa31a0a
|
More preprocessor testing support for the testsuite.
|
2013-04-21 06:23:40 +00:00 |
|