Skip to content

Commit 307b3c4

Browse files
committed
Convert carriage returns from Windows (CRLF) to LF
Done with: find . -type f \! -path \*/\.git/\* -exec dos2unix {} \;
1 parent a930501 commit 307b3c4

File tree

112 files changed

+9193
-9193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+9193
-9193
lines changed

LICENSE.rst

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
Boost Software License - Version 1.0 - August 17th, 2003
2-
3-
Permission is hereby granted, free of charge, to any person or organization
4-
obtaining a copy of the software and accompanying documentation covered by
5-
this license (the "Software") to use, reproduce, display, distribute,
6-
execute, and transmit the Software, and to prepare derivative works of the
7-
Software, and to permit third-parties to whom the Software is furnished to
8-
do so, all subject to the following:
9-
10-
The copyright notices in the Software and this entire statement, including
11-
the above license grant, this restriction and the following disclaimer,
12-
must be included in all copies of the Software, in whole or in part, and
13-
all derivative works of the Software, unless such copies or derivative
14-
works are solely in the form of machine-executable object code generated by
15-
a source language processor.
16-
17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
20-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
21-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23-
DEALINGS IN THE SOFTWARE.
1+
Boost Software License - Version 1.0 - August 17th, 2003
2+
3+
Permission is hereby granted, free of charge, to any person or organization
4+
obtaining a copy of the software and accompanying documentation covered by
5+
this license (the "Software") to use, reproduce, display, distribute,
6+
execute, and transmit the Software, and to prepare derivative works of the
7+
Software, and to permit third-parties to whom the Software is furnished to
8+
do so, all subject to the following:
9+
10+
The copyright notices in the Software and this entire statement, including
11+
the above license grant, this restriction and the following disclaimer,
12+
must be included in all copies of the Software, in whole or in part, and
13+
all derivative works of the Software, unless such copies or derivative
14+
works are solely in the form of machine-executable object code generated by
15+
a source language processor.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
20+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
21+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
22+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23+
DEALINGS IN THE SOFTWARE.

docs/apidocs/api.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
API
2-
===
3-
4-
`pygccxml` consists from 4 sub packages
5-
6-
.. toctree::
7-
:maxdepth: 1
8-
9-
declarations
10-
parser
11-
binary_parsers
12-
utils
1+
API
2+
===
3+
4+
`pygccxml` consists from 4 sub packages
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
declarations
10+
parser
11+
binary_parsers
12+
utils

docs/apidocs/binary_parsers.rst

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
pygccxml.binary_parsers API
2-
===========================
3-
4-
Overview
5-
--------
6-
7-
.. automodule:: pygccxml.binary_parsers
8-
:members:
9-
:undoc-members:
10-
:show-inheritance:
11-
12-
Modules
13-
-------
14-
15-
parsers
16-
-------
17-
18-
.. automodule:: pygccxml.binary_parsers.parsers
19-
:members:
20-
:undoc-members:
21-
:show-inheritance:
1+
pygccxml.binary_parsers API
2+
===========================
3+
4+
Overview
5+
--------
6+
7+
.. automodule:: pygccxml.binary_parsers
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:
11+
12+
Modules
13+
-------
14+
15+
parsers
16+
-------
17+
18+
.. automodule:: pygccxml.binary_parsers.parsers
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:

0 commit comments

Comments
 (0)