Commit Graph

922 Commits

Author SHA1 Message Date
8b68e8082e s/FIXME/TODO/ 2019-03-28 15:37:08 +01:00
2cfb7869a4 Also check HTML and XML files 2019-03-28 15:36:50 +01:00
f5151f322a Run callbacks in a subshell to protect variables 2019-03-28 15:31:34 +01:00
3e2dab6aa0 Also look for C++ files 2019-03-28 15:31:07 +01:00
5553b47bb1 Parse templates for known formats as well 2019-03-28 15:27:56 +01:00
4d32efd9bb Re-generate the Makefiles 2019-03-28 15:27:35 +01:00
fb6ecc9704 Import a script to generate files from templates 2019-03-28 15:26:58 +01:00
252ac1f71f Add tests for spaces in filenames (libraries) 2019-03-05 17:42:25 +01:00
37c2cf725e Add support for spaces in filenames (14/x)
This takes care of libraries (shared and static).

GNU Make is required for this to work.
2019-03-05 17:41:00 +01:00
3878b523ec Code cleanup 2019-03-05 01:55:43 +01:00
261e003389 Add tests for spaces in filenames (plug-ins) 2019-02-28 17:15:55 +01:00
d507aec362 Re-generate the Makefiles 2019-02-28 17:15:24 +01:00
04eb63684b Register a dependency 2019-02-28 16:54:40 +01:00
6a6c43ac00 Add support for spaces in filenames (13/x)
This takes care of plug-ins.

GNU Make is required for this to work.
2019-02-28 16:54:08 +01:00
df6da5661c Add tests for spaces in filenames (dist files) 2019-02-28 15:30:03 +01:00
257e023be6 Add support for spaces in filenames (12/x)
This takes care of dist files.

GNU Make is required for this to work.
2019-02-28 15:29:27 +01:00
a9da947c54 Add tests for spaces in filenames (libtool) 2019-02-28 14:20:50 +01:00
c85ee87adc Add support for spaces in filenames (11/x)
This takes care of libtool (special case for libraries).

GNU Make is required for this to work.
2019-02-28 14:19:12 +01:00
75472fa2c0 Add support for spaces in filenames (10/x)
This takes care of libraries.

GNU Make is required for this to work.
2019-02-28 14:16:40 +01:00
7c672403b2 Pass the libtool tests again 2019-02-28 13:40:04 +01:00
b981d7a832 Complete support for OBJDIR with libtool 2019-02-28 13:39:44 +01:00
67317afeb8 Avoid a potential crash 2019-02-28 13:39:03 +01:00
4bc295dd93 Update the copyright notice 2019-02-27 16:49:57 +01:00
718c68c433 Also provide an "ARCH" variable in platform.sh 2019-02-27 16:49:43 +01:00
97f10c9d98 Leverage the directory creation routine some more
This also helps pass the "fixme" test.
2019-02-21 02:39:59 +01:00
09b64bf730 Do not expect Windows-specific project files 2019-02-21 02:38:06 +01:00
6620062bc8 Update the copyright notice 2019-02-21 02:27:52 +01:00
0c8c21331d Copy the strings from ConfigurePrefs
This also helps pass the "fixme" test.
2019-02-21 02:27:26 +01:00
acc82edac5 Update the copyright notice 2019-02-21 02:26:59 +01:00
86fbb6357d Constify 2019-02-21 02:26:50 +01:00
cd27bdb683 Add tests for spaces in filenames (script flags) 2019-02-20 18:13:29 +01:00
67764a83e5 Add support for spaces in filenames (9/x)
This adds a new option for scripts, "flags", which should be used for
command-line arguments when calling scripts.

GNU Make is required for this to work.
2019-02-20 18:12:03 +01:00
819ec869f5 Add tests for spaces in filenames (Verilog objects) 2019-02-20 17:38:59 +01:00
e53e2cb239 Add support for spaces in filenames (8/x)
This takes care of Verilog objects.

GNU Make is required for this to work.
2019-02-20 17:38:39 +01:00
abf427cc67 Code cleanup 2019-02-20 17:38:39 +01:00
d0b0a7f1d0 Add tests for spaces in filenames (Java classes) 2019-02-20 16:52:36 +01:00
127bbab6b2 Add support for spaces in filenames (7/x)
This takes care of Java classes.

GNU Make is required for this to work.
2019-02-20 16:51:57 +01:00
02057a743f Add tests for spaces in filenames (packages) 2019-02-20 16:09:01 +01:00
0d4eb2ff17 Add support for spaces in filenames (6/x)
This adds a missing part for commands.

GNU Make is required for this to work.
2019-02-14 19:09:53 +01:00
8457638c00 Add tests for spaces in filenames (binaries) 2019-02-14 19:08:18 +01:00
33c8a05ee2 Add support for spaces in filenames (5/x)
This takes care of binaries.

GNU Make is required for this to work.
2019-02-14 19:07:17 +01:00
371b3ecea3 Add libtool support for C++ objects 2019-02-14 18:57:17 +01:00
7339b39f71 Code cleanup 2019-02-14 18:29:14 +01:00
1332f15818 Re-generate the Makefiles 2019-02-14 17:39:30 +01:00
4115c38150 Pass the tests again 2019-02-14 17:39:04 +01:00
69c7c2ac3e Only call $(RM) if there are files to delete 2019-02-14 17:38:37 +01:00
1fe41d4e4a Add tests for spaces in filenames (includes) 2019-02-12 23:30:09 +01:00
ea21cb77d2 Add support for spaces in filenames (4/x)
This takes care of includes.

GNU Make is required for this to work.
2019-02-12 23:29:36 +01:00
9037225288 Re-generate the Makefiles 2019-02-12 20:32:40 +01:00
c174eb7cb4 Add tests for spaces in filenames (scripts) 2019-02-12 20:30:49 +01:00