summaryrefslogtreecommitdiff
path: root/bin/fixincludeguards.sh
AgeCommit message (Collapse)AuthorFilesLines
2014-06-03odk/examples: mark them as examplesThomas Arnhold1-1/+3
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
2014-06-03fix-includeguards.pl: handle odk/examples/DevelopersGuideThomas Arnhold1-1/+1
Change-Id: Ibdefb876d39419ff622917fcef427b33e3942ae4
2014-05-18fixincludeguards.pl: handle odk/examplesThomas Arnhold1-1/+1
Now we have nice example header guards ;) Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867
2014-04-19fixincludeguards.sh: improve regexThomas Arnhold1-1/+1
handle the following expression correctly: endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */ Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
2014-04-19fixincludeguards.sh: add some more typesThomas Arnhold1-2/+2
2013-12-06Add comment about portabilityTor Lillqvist1-0/+3
Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7
2013-12-06Revert "The TODO seems to be DONE"Tor Lillqvist1-0/+6
Actually I am not sure at all. This reverts commit 3b56738d88d881d023bdefda2222d99663f12b9f.
2013-12-02The TODO seems to be DONETor Lillqvist1-6/+0
Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d
2013-11-05fixincludeguards.sh: add TODO noteThomas Arnhold1-0/+6
Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
2013-10-23be verbose about which guard definition is problematicThomas Arnhold1-1/+1
Change-Id: I883acce26266b304e83bf898f86da12549a112e5
2013-10-23correct indentation + remove guard namesThomas Arnhold1-5/+5
because the script detects those as "used in other files" Change-Id: Ifacb337338e60a194047689c16254154c867b606
2013-10-23fixincludeguards.sh: unify all include guardsThomas Arnhold1-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>