File tree 14 files changed +76
-4
lines changed
14 files changed +76
-4
lines changed Original file line number Diff line number Diff line change 1
- # module
1
+ # Copyright 2010 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
6
+ # module
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# encoding: utf-8
3
- # Baptiste Lepilleur, 2009
3
+ # Copyright 2009 Baptiste Lepilleur
4
+ # Distributed under MIT license, or public domain if desired and
5
+ # recognized in your jurisdiction.
6
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
4
7
5
8
from __future__ import print_function
6
9
from dircache import listdir
Original file line number Diff line number Diff line change
1
+ # Copyright 2010 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
from __future__ import print_function
2
7
import os .path
3
8
Original file line number Diff line number Diff line change
1
+ # Copyright 2010 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
from contextlib import closing
2
7
import os
3
8
import tarfile
Original file line number Diff line number Diff line change
1
+ # Copyright 2010 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
"""Tag the sandbox for release, make source and doc tarballs.
2
7
3
8
Requires Python 2.6
14
19
Note: This was for Subversion. Now that we are in GitHub, we do not
15
20
need to build versioned tarballs anymore, so makerelease.py is defunct.
16
21
"""
22
+
17
23
from __future__ import print_function
18
24
import os .path
19
25
import subprocess
Original file line number Diff line number Diff line change
1
+ # Copyright 2009 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
import fnmatch
2
7
import os
3
8
Original file line number Diff line number Diff line change
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
import os
2
7
import os .path
3
8
from fnmatch import fnmatch
Original file line number Diff line number Diff line change
1
+ # Copyright 2010 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
import re
2
7
from SCons .Script import * # the usual scons stuff you get in a SConscript
3
8
import collections
Original file line number Diff line number Diff line change
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
"""tarball
2
7
3
8
Tool-specific initialization for tarball.
Original file line number Diff line number Diff line change 1
- # removes all files created during testing
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
6
+ """Removes all files created during testing."""
7
+
2
8
import glob
3
9
import os
4
10
Original file line number Diff line number Diff line change
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
from __future__ import print_function
2
7
import glob
3
8
import os .path
Original file line number Diff line number Diff line change 1
- # Simple implementation of a json test runner to run the test against json-py.
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
6
+ """Simple implementation of a json test runner to run the test against
7
+ json-py."""
8
+
2
9
from __future__ import print_function
3
10
import sys
4
11
import os .path
Original file line number Diff line number Diff line change
1
+ # Copyright 2007 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
from __future__ import print_function
2
7
from __future__ import unicode_literals
3
8
from io import open
Original file line number Diff line number Diff line change
1
+ # Copyright 2009 Baptiste Lepilleur
2
+ # Distributed under MIT license, or public domain if desired and
3
+ # recognized in your jurisdiction.
4
+ # See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
+
1
6
from __future__ import print_function
2
7
from __future__ import unicode_literals
3
8
from io import open
You can’t perform that action at this time.
0 commit comments