Commit Graph

57 Commits

Author SHA1 Message Date
7d1a9eaa5d Re-generate the Makefiles 2018-02-19 01:33:29 +01:00
b0865976d6 Report more errors 2017-12-27 23:14:13 +01:00
4a473726fa Report errors on long lines 2017-12-27 23:02:42 +01:00
a36f83d806 Fail on long lines 2017-12-27 22:57:56 +01:00
b1568850ed Constify 2017-12-27 22:57:45 +01:00
058aeab2ce Update the copyright notice 2017-12-27 22:50:09 +01:00
949c29c449 Downgrade a FIXME into a warning 2017-12-27 22:47:34 +01:00
a0f438c435 Code cleanup 2017-12-27 22:47:24 +01:00
e1469f4e2f Re-generate the Makefiles 2017-11-18 04:23:49 +01:00
ce35c9c919 Move common code to a separate file 2017-11-18 04:23:19 +01:00
7980ffc116 Re-generate the Makefiles 2017-11-18 00:51:33 +01:00
d9ec638f4d Correct the dependencies for the configure tool 2017-11-18 00:51:33 +01:00
585b98ce8a Register the new target 2017-11-09 05:43:18 +01:00
075ba7d048 Re-generate the Makefiles 2017-11-09 05:40:24 +01:00
d7034e6ee9 Pass the tests again 2017-11-09 05:40:01 +01:00
28b9d02600 Re-generate the Makefiles 2017-09-13 13:44:31 +02:00
31d77506dc Default to the regular stack protector 2017-09-13 13:44:17 +02:00
dda49d988c Re-generate the Makefiles 2016-09-12 04:26:22 +02:00
4a10424c5d No longer compile with -pedantic 2016-09-12 04:26:09 +02:00
8d8baa55ef Re-generate the Makefiles 2016-03-06 00:00:38 +01:00
967825ae8a Re-generate the Makefiles 2015-10-06 19:37:50 +02:00
eac496726d Build with SSP, as PIE and with RELRO by default 2015-10-06 19:37:29 +02:00
6e9ede2d0f Re-generate the Makefiles 2015-09-09 12:42:24 -04:00
0173cf2984 Re-generate the Makefiles 2015-09-09 12:03:33 -04:00
d7daf15193 Add a few .gitignore files 2015-05-28 21:33:10 +02:00
4a62ebc9e9 Re-generated the Makefiles 2014-10-31 02:35:45 +01:00
eac6961b34 Re-generated the Makefiles 2014-10-31 02:23:25 +01:00
f0577c9428 Re-licensed as 2-clause BSD (with consent from myself) 2014-10-03 14:20:38 +02:00
126ee6fbfc Re-licensed pkg-config(1) to 2-clause BSD (with consent from bapt) 2014-10-03 14:11:23 +02:00
d8e7f7a943 Fixed the "--help" option 2014-10-03 13:39:17 +02:00
a3c60bb285 Using PROGNAME for pkg-config(1) 2014-10-03 13:35:53 +02:00
319a2b6653 Removed unused code 2014-10-03 13:33:03 +02:00
3e1267d8d0 Removed useless .cvsignore files 2014-10-03 13:14:03 +02:00
712fa1e744 Avoid a compilation warning 2014-07-23 20:33:21 +02:00
76ac44e8c4 Updated the copyright line 2014-07-23 20:23:19 +02:00
05ba7db351 Also build when MAXPATHLEN is not available 2014-07-23 20:05:47 +02:00
1c84680eb7 Fixed "make dist" 2014-05-29 14:29:56 +02:00
f585fcf341 pkg-config might be worth installing in $(BINDIR) at some point 2014-04-23 17:32:18 +02:00
3315f001b9 Re-generated Makefiles 2013-01-25 20:54:46 +01:00
0b027bd060 Re-generated Makefiles 2013-01-07 02:21:30 +01:00
01aa7b26ab Fixing users of <ctype.h> 2012-11-13 13:02:38 +01:00
8a36656ea3 Fixing users of <ctype.h> 2012-11-13 13:00:17 +01:00
beb81f4b59 Added support for $(SBINDIR) 2012-11-02 21:32:47 +01:00
af07b21194 Avoiding a compilation issue on some systems 2012-09-11 11:02:57 +00:00
1fc7efdd5d Compilation fix for GNU/Linux 2012-03-22 02:40:35 +00:00
1538aed853 Avoid a few warnings (in apparently unused code though) 2012-03-21 01:37:14 +00:00
2167b010d6 Compilation fix 2012-03-18 00:41:44 +00:00
7afaba66f3 - separate parsing and printing
- only keep in memory informations needed according to the request
- do not duplicate output
- cflags-*, libs-*, static, modversion, print-requires*, exists are now features
  complete with GNU pkg-config
2012-03-17 09:28:44 +00:00
9dded0124b Implement --cflags-only-I and --cflags--only-other
same as for --libs-* make them exclusive and use the same priority as for the
freedesktop implementation
2011-09-16 18:16:58 +00:00
44d46c582f Add --libs-only-L --libs-only-l and --libs-only-other
They are exclusive in freedesktop implementation keep the same order of priority
2011-09-16 18:07:19 +00:00