Commit Graph

195 Commits

Author SHA1 Message Date
7ce9cb6b28 Fixed build 2011-03-28 00:02:42 +00:00
a2d8316bf6 Let it find as' library again 2011-03-23 12:57:51 +00:00
3b7263b460 Updated the licensing terms 2011-02-03 03:34:30 +00:00
79b1a0fc48 Re-generated Makefiles 2011-02-02 17:12:42 +00:00
d783d93a43 Fixed compilation 2011-02-02 17:12:06 +00:00
7a9608d3ea Fixed potential crash 2010-12-17 02:19:46 +00:00
db331e7b47 Now linking to libcpp and libas through their respective pkg-config files 2010-12-12 00:04:36 +00:00
0b8ba32692 Really outputting some instructions 2010-12-04 22:08:27 +00:00
fe0e0d28db Re-generated Makefiles 2010-12-04 22:06:30 +00:00
48f727d6a4 Outputting the first instructions 2010-12-04 21:28:21 +00:00
6bc25f9ef8 Avoid a warning when compiling with debugging information 2010-12-04 21:10:12 +00:00
d27a665414 Do not uninitialize the target plug-in if it did not initialize properly 2010-11-28 22:44:27 +00:00
879708e78d Unifying Makefiles 2010-08-25 10:42:16 +00:00
3c566289f4 Re-generated Makefiles 2010-07-04 14:12:05 +00:00
7fd45c0db1 Fixed potential invalid pointer 2010-05-04 23:50:22 +00:00
ed1628dc50 Made it probably easier to cross-compile 2010-05-02 22:04:43 +00:00
00fbf328e6 Headers from the source tree have precedence over the ones from the system 2010-04-22 16:09:35 +00:00
fa5c27967f Always look for includes in $(PREFIX)/include 2009-12-21 15:11:26 +00:00
88661a1801 Clearer debugging information 2009-11-26 19:08:15 +00:00
7409a2ca42 Using the "plugin" target instead of "library" 2009-08-17 22:31:00 +00:00
9340b0da1b Let the plugins influence the pre-processor behavior 2009-08-09 12:19:16 +00:00
5a017c56c3 More resilient way to create a Cpp instance 2009-07-31 01:45:33 +00:00
97726e638e Changed the way a Cpp instance is created 2009-07-31 01:35:52 +00:00
cc1ff9ae25 Forgot to commit 2009-07-31 01:33:10 +00:00
5af09f8f84 Added the indent target as an early attempt at a C code beautifier 2009-07-31 00:58:23 +00:00
556fb27dd2 Meta tokens no longer need to be treated specifically when printed out 2009-07-29 15:07:42 +00:00
90faf092b4 Fixed a compilation warning 2009-07-29 13:43:04 +00:00
f0867e00ec Compile with the -O2 and -pedantic flags 2009-07-29 13:40:48 +00:00
43dd5ac499 Free allocated memory on clean exit 2009-07-29 13:36:53 +00:00
4471ed3446 Reflect the API change in libcpp 2009-07-28 12:26:23 +00:00
37ff9e4277 Allow empty struct-declaration-lists in spite of the N843 standard 2009-07-27 17:08:56 +00:00
698c0fd397 Updated copyright information 2009-07-27 17:07:43 +00:00
265ed8f930 Do not initialize the code translation engine when only pre-processing 2009-07-27 17:07:14 +00:00
954e91a4d6 Initial release 2009-06-17 11:29:50 +00:00
b66aa04841 Re-generated Makefiles 2009-06-16 23:56:07 +00:00
053786013d Fixed archive generation 2009-03-28 01:57:10 +00:00
bb08102080 Re-generated Makefiles 2009-01-11 21:46:49 +00:00
2c1f708453 GPLv3'ing 2008-10-15 10:43:33 +00:00
b2d3185ef4 Re-generated Makefiles 2008-09-26 21:20:27 +00:00
ce83ef3b7f Code cleanup 2008-09-02 09:35:02 +00:00
5905d0f8a0 Only compile input files if they have the ".c" extension 2008-06-22 09:23:52 +00:00
ff3e71b477 Work-around to support function names in more situations
The context system obviously needs a re-design
2008-06-22 01:53:48 +00:00
8ac4abef5f Using "begin" and "BEGIN" instead of "start" and "START" for "end" and "END" 2008-06-22 01:40:05 +00:00
0fd5761860 Deleted legacy code for function-definition 2008-06-22 01:24:56 +00:00
8ed9d8b577 Catching more context changes 2008-06-21 19:11:05 +00:00
292fcbee08 Fixed ambiguity between direct-declarator and direct-abstract-declarator 2008-06-21 18:43:19 +00:00
99b8037079 Added work-around for string-literal concatenation 2008-06-20 23:06:21 +00:00
17c2bd2b16 Exposing target.h to allow creation of third-party plug-ins 2008-06-20 16:36:45 +00:00
7af6d01b12 Fixed ambiguity between postfix_expr and primary_expr (left parenthesis) 2008-06-19 15:51:00 +00:00
05b4a9c58e Fixed direct-declarator grammar 2008-06-19 15:06:47 +00:00