Skip to content

Commit cd92f81

Browse files
committed
Merge pull request #13 from bukzor/move_html_to_own_namespace
Move html to own namespace
2 parents 6eba964 + fbc5d0c commit cd92f81

26 files changed

+21
-21
lines changed

LICENSES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ per-file license information).
44
There are copies of various JavaScript and CSS libraries embedded within the
55
source tree, which have their own licenses as follows:
66

7-
libcpychecker/html/extlib/jquery-1.7.1.min.js:
7+
libcpychecker_html/extlib/jquery-1.7.1.min.js:
88
jquery.org/license (MIT or GPLv2)
99

10-
libcpychecker/html/extlib/prefixfree-1.0.4.min.js:
10+
libcpychecker_html/extlib/prefixfree-1.0.4.min.js:
1111
MIT license
1212

13-
libcpychecker/html/extlib/reset-20110126.css:
13+
libcpychecker_html/extlib/reset-20110126.css:
1414
Public Domain
1515

1616
There are also various images within:
17-
libcpychecker/html/images
17+
libcpychecke_/html/images
1818
These were taken from:
1919
http://code.google.com/p/fugue-icons-src/
2020
and are:
@@ -25,6 +25,6 @@ and are:
2525

2626
The test code contains historical examples of reference-count bugs:
2727

28-
* libcpychecker/html/test/example2
28+
* libcpychecker_html/test/example2
2929
contains an embedded copy of part of an old version of pylibmc, which
3030
is under a 3-clause BSD license

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ demo: plugin
287287
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -c $(PYTHON_INCLUDES) demo.c
288288

289289
json-examples: plugin
290-
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker/html/test/example1/bug.c
290+
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-cpychecker -I/usr/include/python2.7 -c libcpychecker_html/test/example1/bug.c
291291

292292
test-suite: plugin print-gcc-version
293293
$(INVOCATION_ENV_VARS) $(PYTHON) run-test-suite.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

libcpychecker/html/json.rst renamed to libcpychecker_html/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ At the top level::
55

66
{
77
# Path to the source file being analyzed:
8-
"filename": "libcpychecker/html/test/example1/bug.c",
8+
"filename": "libcpychecker_html/test/example1/bug.c",
99

1010
# The particular function containing the error:
1111
"function": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

libcpychecker/html/test/example1/bug.c.make_a_list_of_random_ints_badly.json renamed to libcpychecker_html/test/example1/bug.c.make_a_list_of_random_ints_badly.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"filename": "libcpychecker/html/test/example1/bug.c",
2+
"filename": "libcpychecker_html/test/example1/bug.c",
33
"function": {
44
"lines": [
55
3,
@@ -4354,7 +4354,7 @@
43544354
"line": 16
43554355
}
43564356
],
4357-
"message": "when considering count.0 == (int)1 from libcpychecker/html/test/example1/bug.c:10",
4357+
"message": "when considering count.0 == (int)1 from libcpychecker_html/test/example1/bug.c:10",
43584358
"variables": {
43594359
"<retval>": {
43604360
"gcctype": "struct PyObject *",
@@ -6399,7 +6399,7 @@
63996399
]
64006400
},
64016401
{
6402-
"message": "calling PyList_Append with NULL as argument 1 (list) at libcpychecker/html/test/example1/bug.c:18",
6402+
"message": "calling PyList_Append with NULL as argument 1 (list) at libcpychecker_html/test/example1/bug.c:18",
64036403
"notes": [
64046404
{
64056405
"location": [
@@ -9202,4 +9202,4 @@
92029202
]
92039203
}
92049204
]
9205-
}
9205+
}

libcpychecker/html/test/example2/pylibmc-issue-68.c.PylibMC_Client_get_multi.json renamed to libcpychecker_html/test/example2/pylibmc-issue-68.c.PylibMC_Client_get_multi.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"filename": "libcpychecker/html/test/example2/pylibmc-issue-68.c",
2+
"filename": "libcpychecker_html/test/example2/pylibmc-issue-68.c",
33
"function": {
44
"lines": [
55
52,
@@ -822,7 +822,7 @@
822822
"line": 114
823823
}
824824
],
825-
"message": "when treating unknown const char * from libcpychecker/html/test/example2/pylibmc-issue-68.c:68 as non-NULL"
825+
"message": "when treating unknown const char * from libcpychecker_html/test/example2/pylibmc-issue-68.c:68 as non-NULL"
826826
},
827827
{
828828
"location": [
@@ -1446,7 +1446,7 @@
14461446
"line": 154
14471447
}
14481448
],
1449-
"message": "when considering value == (int)0 from libcpychecker/html/test/example2/pylibmc-issue-68.c:148"
1449+
"message": "when considering value == (int)0 from libcpychecker_html/test/example2/pylibmc-issue-68.c:148"
14501450
},
14511451
{
14521452
"location": [
@@ -1771,7 +1771,7 @@
17711771
"line": 177
17721772
}
17731773
],
1774-
"message": "when treating unknown struct PyObject * from libcpychecker/html/test/example2/pylibmc-issue-68.c:176 as non-NULL"
1774+
"message": "when treating unknown struct PyObject * from libcpychecker_html/test/example2/pylibmc-issue-68.c:176 as non-NULL"
17751775
},
17761776
{
17771777
"location": [
@@ -2065,7 +2065,7 @@
20652065
"line": 190
20662066
}
20672067
],
2068-
"message": "calling tp_dealloc on PyDictObject allocated at libcpychecker/html/test/example2/pylibmc-issue-68.c:159"
2068+
"message": "calling tp_dealloc on PyDictObject allocated at libcpychecker_html/test/example2/pylibmc-issue-68.c:159"
20692069
},
20702070
{
20712071
"location": null,
@@ -2086,7 +2086,7 @@
20862086
"line": 195
20872087
}
20882088
],
2089-
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html/test/example2/pylibmc-issue-68.c:77"
2089+
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html/test/example2/pylibmc-issue-68.c:77"
20902090
},
20912091
{
20922092
"location": [
@@ -2099,7 +2099,7 @@
20992099
"line": 196
21002100
}
21012101
],
2102-
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html/test/example2/pylibmc-issue-68.c:76"
2102+
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html/test/example2/pylibmc-issue-68.c:76"
21032103
},
21042104
{
21052105
"location": [
@@ -2307,7 +2307,7 @@
23072307
"line": 200
23082308
}
23092309
],
2310-
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker/html/test/example2/pylibmc-issue-68.c:78"
2310+
"message": "calling PyMem_Free on PyMem_Malloc allocated at libcpychecker_html/test/example2/pylibmc-issue-68.c:78"
23112311
},
23122312
{
23132313
"location": [
@@ -2333,7 +2333,7 @@
23332333
"line": 202
23342334
}
23352335
],
2336-
"message": "when treating unknown struct memcached_result_st * * from libcpychecker/html/test/example2/pylibmc-issue-68.c:148 as non-NULL"
2336+
"message": "when treating unknown struct memcached_result_st * * from libcpychecker_html/test/example2/pylibmc-issue-68.c:148 as non-NULL"
23372337
},
23382338
{
23392339
"location": [
@@ -2593,4 +2593,4 @@
25932593
]
25942594
}
25952595
]
2596-
}
2596+
}

0 commit comments

Comments
 (0)