Commit Graph

1059 Commits

Author SHA1 Message Date
317a415028 Add support for generating ReST files 2019-02-12 01:44:28 +01:00
d2df9f4a44 Keep the intermediate files around until "make clean" 2019-02-08 04:26:18 +01:00
d0eb882825 Re-generate the Makefiles 2019-02-01 18:19:07 +01:00
eb8a886fd3 Import script to convert Markdown documents
This currently requires m2r and docutils.
2019-02-01 18:17:19 +01:00
8f05c6c95b Extend the "clint" test to trailing whitespace 2018-12-30 15:58:15 +01:00
ff95fcd40e Code cleanup 2018-12-30 15:50:27 +01:00
f12901024d Add a test for disabled binaries 2018-12-29 18:50:58 +01:00
3e559dbfb3 Do not {,un}install disabled targets 2018-12-29 18:44:23 +01:00
3d4c0c9336 Update the copyright notice 2018-12-29 01:54:34 +01:00
423ff625f6 Explicitly look for include files in $PREFIX 2018-12-29 01:54:06 +01:00
c9ab0ce53c Re-generate the Makefiles 2018-12-29 01:45:58 +01:00
78abc98607 About to release DeforaOS configure 0.3.1 2018-12-29 01:45:29 +01:00
de337d7ac3 Fix creating the top Makefile with implicit location 2018-10-20 18:16:54 +02:00
a80ed6741c Code cleanup 2018-10-20 18:14:44 +02:00
f43bb2f36a Update the copyright notice 2018-09-21 14:21:26 +03:00
92a5a95ebc Handle empty values for the directory
This is considered to mean the current directory.
As an intended side-effect, the output in verbose mode is slightly
nicer.
2018-09-21 14:20:31 +03:00
4190e6dfd4 Complete error checking in _project_load_subdirs_subdir() 2018-09-21 14:08:27 +03:00
a65fb17050 Correctly detect the path to config.sh 2018-09-16 16:41:44 +02:00
a48af850b0 Add a comment 2018-07-08 11:55:27 +02:00
94bc4e6025 Remove trailing comments when parsing ld.so.conf 2018-07-08 11:54:40 +02:00
0e114f8885 Support the "include" directive in ld.so.conf 2018-07-08 11:51:20 +02:00
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