Commit Graph

828 Commits

Author SHA1 Message Date
76fee49687 Re-generate the Makefiles 2018-06-18 23:40:15 -04:00
27a2c1edef Import a test for Java support 2018-06-18 23:39:45 -04:00
cb46d84fba Add initial support for Java
This is currently limited to:
- one source file at a time (type=object)
- in-place compilation (no OBJDIR support)
- class files (as opposed to jars)
2018-06-18 23:36:31 -04:00
123d6709a7 Code cleanup 2018-06-18 23:32:07 -04:00
b7e80e98f6 Check for more errors in the coverage test 2018-06-04 00:10:57 +02:00
6743f11ca3 Use the default make(1) 2018-06-04 00:07:49 +02:00
c8fe996aae Allow variables to be overridden 2018-06-04 00:07:49 +02:00
7867e0ebce Try to build both src and tools for coverage 2018-04-06 02:28:59 +02:00
cba11c3d51 Add support for "cppflags" for C/C++ source files 2018-03-21 01:55:59 +01:00
6681aa2e21 Add tests for flags with assembly sources 2018-03-20 03:03:58 +01:00
d59dbdf1b4 Support "asflags" and "cppflags" for assembly sources 2018-03-20 03:00:06 +01:00
b21ae99bcc Also test non-pre-processed assembly objects
This augments the code coverage as well.
2018-03-19 18:15:46 +01:00
d83832f570 Also test pre-processed assembly objects 2018-03-19 18:14:04 +01:00
454c218b54 Pass the tests again 2018-03-19 18:13:48 +01:00
eedac9938f Improve support for pre-processed assembly files 2018-03-19 18:13:08 +01:00
9664cf16b5 Code cleanup 2018-03-19 18:12:46 +01:00
6a58c425b2 Slightly augment the code coverage for tests 2018-03-18 23:44:02 +01:00
dd379db119 Update the copyright notice 2018-03-18 23:43:14 +01:00
18c1c3e4a3 Document the new "-q" option 2018-03-18 23:42:58 +01:00
60e606c396 Add a flag to set quiet mode for configure
This is currently the default.
2018-03-18 23:42:38 +01:00
ad71bb7d82 Also document "configure -i" 2018-03-18 23:39:36 +01:00
fe3014fd52 Update the copyright notice 2018-03-18 23:37:34 +01:00
26b41af665 Actually support "configure -b" 2018-03-18 23:37:23 +01:00
7cb25077a3 Also test building assembly files 2018-03-18 23:31:24 +01:00
47833d93e9 Re-generate the Makefiles 2018-03-18 23:31:24 +01:00
48618b7f82 Register a missing dependency 2018-03-18 23:31:24 +01:00
51513a3b56 Pre-process assembly files only when relevant
This removes the use of CPPFLAGS otherwise.
2018-03-18 23:31:24 +01:00
64447f3df6 Disambiguate parts of the "binary" tests 2018-03-18 23:31:24 +01:00
8edc44150d Add support for "cppflags" for C++ programs 2018-03-18 20:44:31 +01:00
525d4ea831 Introduce a new type for pre-processed assembly files 2018-03-18 20:36:50 +01:00
a6d19ba3b9 Update the copyright notice 2018-03-18 20:35:37 +01:00
a8ac3e5b25 Register more extensions for assembly files 2018-03-18 20:35:16 +01:00
88ceb54518 Also provide a security warning for command targets 2018-03-09 03:00:30 +01:00
7522e14416 Also provide security hints when testing configure(1) 2018-03-09 02:59:32 +01:00
9f8477e0a3 Also test phony commands 2018-03-09 02:17:30 +01:00
96614bd870 Add support for phony Makefile commands
This should arguably be the default for this type.
2018-03-09 02:16:53 +01:00
ed1a21f2e2 Pass the tests again 2018-03-09 02:14:26 +01:00
1592fc20ac Do not remove objects for commands 2018-03-09 02:13:30 +01:00
e4195635a5 Re-generate the Makefiles 2018-03-09 02:05:06 +01:00
0122ac6169 Update the copyright notice 2018-03-09 02:04:21 +01:00
64f4b71d27 Add a test for the "command" target type 2018-03-09 02:03:51 +01:00
ce6ab849ea Introduce a new target type for simple commands 2018-03-09 02:03:13 +01:00
c4be63a8ed Update the copyright notice 2018-03-09 00:46:27 +01:00
b601319f12 Add support for DESTDIR to platform.sh 2018-03-09 00:46:13 +01:00
92652fb6e8 Be stricter when substituting libraries
This is being replaced by platform.sh.
2018-03-09 00:11:40 +01:00
b9e6fbf0c8 Pass the tests again 2018-03-08 01:14:52 +01:00
f4617b7615 Do not output $(OBJDIR) when cleaning phony targets 2018-03-08 01:14:15 +01:00
cd8c77733f Allow directories to be already created 2018-02-22 02:25:22 +01:00
442e4e4578 Find code coverage information in more locations 2018-02-19 02:06:07 +01:00
d787d6f1fd Re-generate the Makefiles 2018-02-19 01:59:48 +01:00