adlint-postfilter 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS +10 -9
- data/ChangeLog +5 -0
- data/INSTALL +10 -9
- data/NEWS +11 -10
- data/README +10 -9
- data/Rakefile +10 -9
- data/bin/adlint_flt +10 -9
- data/lib/adlint/postfilter/version.rb +1 -1
- metadata +3 -3
data/AUTHORS
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
/ __ |/ /_/ / /___/ / /| / / /
|
|
6
6
|
/_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
7
7
|
|
|
8
|
-
This file is part of
|
|
8
|
+
This file is part of adlint-postfilter.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
terms of the GNU General Public License as published by the Free
|
|
12
|
-
Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
-
version.
|
|
10
|
+
adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
11
|
+
under the terms of the GNU General Public License as published by the Free
|
|
12
|
+
Software Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
+
later version.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
-
A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
15
|
+
adlint-postfilter is distributed in the hope that it will be useful, but
|
|
16
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
18
|
+
details.
|
|
18
19
|
|
|
19
20
|
You should have received a copy of the GNU General Public License along with
|
|
20
|
-
|
|
21
|
+
adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
21
22
|
|
|
22
23
|
++
|
|
23
24
|
|
data/ChangeLog
CHANGED
data/INSTALL
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
/ __ |/ /_/ / /___/ / /| / / /
|
|
6
6
|
/_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
7
7
|
|
|
8
|
-
This file is part of
|
|
8
|
+
This file is part of adlint-postfilter.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
terms of the GNU General Public License as published by the Free
|
|
12
|
-
Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
-
version.
|
|
10
|
+
adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
11
|
+
under the terms of the GNU General Public License as published by the Free
|
|
12
|
+
Software Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
+
later version.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
-
A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
15
|
+
adlint-postfilter is distributed in the hope that it will be useful, but
|
|
16
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
18
|
+
details.
|
|
18
19
|
|
|
19
20
|
You should have received a copy of the GNU General Public License along with
|
|
20
|
-
|
|
21
|
+
adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
21
22
|
|
|
22
23
|
++
|
|
23
24
|
|
data/NEWS
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
/ __ |/ /_/ / /___/ / /| / / /
|
|
6
6
|
/_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
7
7
|
|
|
8
|
-
This file is part of
|
|
8
|
+
This file is part of adlint-postfilter.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
terms of the GNU General Public License as published by the Free
|
|
12
|
-
Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
-
version.
|
|
10
|
+
adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
11
|
+
under the terms of the GNU General Public License as published by the Free
|
|
12
|
+
Software Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
+
later version.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
-
A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
15
|
+
adlint-postfilter is distributed in the hope that it will be useful, but
|
|
16
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
18
|
+
details.
|
|
18
19
|
|
|
19
20
|
You should have received a copy of the GNU General Public License along with
|
|
20
|
-
|
|
21
|
+
adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
21
22
|
|
|
22
23
|
++
|
|
23
24
|
|
|
@@ -28,7 +29,7 @@ This is the initial GA release of adlint-postfilter.
|
|
|
28
29
|
==== Implemented features
|
|
29
30
|
|
|
30
31
|
* Platform headers' warning message suppression
|
|
31
|
-
* AdLint initial headers' warning message suppression
|
|
32
|
+
* \AdLint initial headers' warning message suppression
|
|
32
33
|
* Project-wide warning message suppression
|
|
33
34
|
* Translation-unit-wide warning message control (both enable/disable
|
|
34
35
|
suppressions)
|
data/README
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
/ __ |/ /_/ / /___/ / /| / / /
|
|
6
6
|
/_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
7
7
|
|
|
8
|
-
This file is part of
|
|
8
|
+
This file is part of adlint-postfilter.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
terms of the GNU General Public License as published by the Free
|
|
12
|
-
Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
-
version.
|
|
10
|
+
adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
11
|
+
under the terms of the GNU General Public License as published by the Free
|
|
12
|
+
Software Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
+
later version.
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
-
A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
15
|
+
adlint-postfilter is distributed in the hope that it will be useful, but
|
|
16
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
18
|
+
details.
|
|
18
19
|
|
|
19
20
|
You should have received a copy of the GNU General Public License along with
|
|
20
|
-
|
|
21
|
+
adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
21
22
|
|
|
22
23
|
++
|
|
23
24
|
|
data/Rakefile
CHANGED
|
@@ -5,19 +5,20 @@
|
|
|
5
5
|
# / __ |/ /_/ / /___/ / /| / / /
|
|
6
6
|
# /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
7
7
|
#
|
|
8
|
-
# This file is part of
|
|
8
|
+
# This file is part of adlint-postfilter.
|
|
9
9
|
#
|
|
10
|
-
#
|
|
11
|
-
# terms of the GNU General Public License as published by the Free
|
|
12
|
-
# Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
-
# version.
|
|
10
|
+
# adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
11
|
+
# under the terms of the GNU General Public License as published by the Free
|
|
12
|
+
# Software Foundation, either version 3 of the License, or (at your option) any
|
|
13
|
+
# later version.
|
|
14
14
|
#
|
|
15
|
-
#
|
|
16
|
-
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
-
# A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
15
|
+
# adlint-postfilter is distributed in the hope that it will be useful, but
|
|
16
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
17
|
+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
18
|
+
# more details.
|
|
18
19
|
#
|
|
19
20
|
# You should have received a copy of the GNU General Public License along with
|
|
20
|
-
#
|
|
21
|
+
# adlint-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
21
22
|
#
|
|
22
23
|
#++
|
|
23
24
|
|
data/bin/adlint_flt
CHANGED
|
@@ -16,19 +16,20 @@
|
|
|
16
16
|
# / __ |/ /_/ / /___/ / /| / / /
|
|
17
17
|
# /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
|
|
18
18
|
#
|
|
19
|
-
# This file is part of
|
|
19
|
+
# This file is part of adlint-postfilter.
|
|
20
20
|
#
|
|
21
|
-
#
|
|
22
|
-
# terms of the GNU General Public License as published by the Free
|
|
23
|
-
# Foundation, either version 3 of the License, or (at your option) any
|
|
24
|
-
# version.
|
|
21
|
+
# adlint-postfilter is free software: you can redistribute it and/or modify it
|
|
22
|
+
# under the terms of the GNU General Public License as published by the Free
|
|
23
|
+
# Software Foundation, either version 3 of the License, or (at your option) any
|
|
24
|
+
# later version.
|
|
25
25
|
#
|
|
26
|
-
#
|
|
27
|
-
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
28
|
-
# A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
26
|
+
# adlint-postfilter is distributed in the hope that it will be useful, but
|
|
27
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
28
|
+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
29
|
+
# more details.
|
|
29
30
|
#
|
|
30
31
|
# You should have received a copy of the GNU General Public License along with
|
|
31
|
-
#
|
|
32
|
+
# adlnt-postfilter. If not, see <http://www.gnu.org/licenses/>.
|
|
32
33
|
#
|
|
33
34
|
#++
|
|
34
35
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adlint-postfilter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-17 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: adlint
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &83995140 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 1.0.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *83995140
|
|
25
25
|
description: ! 'An ad-hoc filtering wrapper for AdLint to suppress useless warning
|
|
26
26
|
messages.
|
|
27
27
|
|