Commit Graph

1038 Commits

Author SHA1 Message Date
89b2c1f565 Mention basic support for Java and Verilog 2018-07-08 10:39:26 +02:00
c9ca60a782 Code cleanup 2018-07-01 05:08:12 +02:00
b4d467977d Add support for /etc/ld.so.conf 2018-07-01 05:02:51 +02:00
19c59f3917 Look for library paths in a loop 2018-07-01 05:02:22 +02:00
d0f989bafe Pass the tests again 2018-07-01 04:18:52 +02:00
da285a61fb Use OBJDIR for commands as well
They need to be phony otherwise, then keeping the former behaviour.
2018-07-01 04:17:45 +02:00
d1f7aea475 Also test (un)installing commands 2018-06-27 03:32:48 +02:00
908c9a715a Add support for (un)installing commands 2018-06-27 03:32:26 +02:00
9c30e35d1b Update the copyright notice 2018-06-18 23:58:13 -04:00
acbc67fb3a Mention the syntax checker scripts 2018-06-18 23:57:41 -04:00
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