Commit Graph

5 Commits

Author SHA1 Message Date
Kim Grasman e58967a2ec Make header guards consistent
- Remove DEVTOOLS_MAINTENANCE_ from header guards, that was a
  now-unnecessary Googleism

- Fix header guard to match filename in all production code

- Fix header guard to match path in all tests
2016-05-25 22:17:31 +02:00
Volodymyr Sapsai 3a3b25260d Added getopt_long for Windows (resolves issue #52).
getopt, getopt_long implementation by Kim Gräsman.
2012-08-11 18:15:00 +00:00
csilvers+iwyu 0d2adce9d2 Oops. Left the new getop files out of the MOE BUILD rule.
That meant opensource iwyu wasn't getting the new getopt
files.


Revision created by MOE tool push_codebase.
MOE_MIGRATION=2062
2011-05-26 18:41:24 +00:00
csilvers+iwyu 7e7ed21418 Cleanups to CL 21067484 based on wan's suggestions.
R=wan
DELTA=16  (3 added, 1 deleted, 12 changed)


Revision created by MOE tool push_codebase.
MOE_MIGRATION=2030
2011-05-25 23:01:16 +00:00
paul.holden c38d8de4e0 Add a getopt implementation for Windows. For now this just supports shortopts. Reviewed by csilvers.
See http://code.google.com/p/include-what-you-use/issues/detail?id=20.
2011-05-25 06:57:14 +00:00