summaryrefslogtreecommitdiffstats
path: root/bin/fixincludeguards.sh
Commit message (Collapse)AuthorAgeFilesLines
* odk/examples: mark them as examplesThomas Arnhold2014-06-031-1/+3
| | | | Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
* fix-includeguards.pl: handle odk/examples/DevelopersGuideThomas Arnhold2014-06-031-1/+1
| | | | Change-Id: Ibdefb876d39419ff622917fcef427b33e3942ae4
* fixincludeguards.pl: handle odk/examplesThomas Arnhold2014-05-181-1/+1
| | | | | | Now we have nice example header guards ;) Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867
* fixincludeguards.sh: improve regexThomas Arnhold2014-04-191-1/+1
| | | | | | | | handle the following expression correctly: endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */ Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
* fixincludeguards.sh: add some more typesThomas Arnhold2014-04-191-2/+2
|
* Add comment about portabilityTor Lillqvist2013-12-061-0/+3
| | | | Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
* Revert "The TODO seems to be DONE"Tor Lillqvist2013-12-061-0/+6
| | | | | | Actually I am not sure at all. This reverts commit 3b56738d88d881d023bdefda2222d99663f12b9f.
* The TODO seems to be DONETor Lillqvist2013-12-021-6/+0
| | | | Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
* fixincludeguards.sh: add TODO noteThomas Arnhold2013-11-051-0/+6
| | | | Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
* be verbose about which guard definition is problematicThomas Arnhold2013-10-231-1/+1
| | | | Change-Id: I883acce26266b304e83bf898f86da12549a112e5
* correct indentation + remove guard namesThomas Arnhold2013-10-231-5/+5
| | | | | | because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
* fixincludeguards.sh: unify all include guardsThomas Arnhold2013-10-231-0/+74
The include guard gets generated based on the path of the header file. INCLUDED_FOO_BAR_HXX for global headers in include/ INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else. See fdo#68849. Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8 Reviewed-on: https://gerrit.libreoffice.org/6386 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>