[Pkg-javascript-commits] [node-srs] 02/27: Merge tag 'upstream/0.3.2+ds1'
Jérémy Lal
kapouer at alioth.debian.org
Fri Aug 30 15:12:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-srs.
commit ccb3460196bac45991413a464683b644528b0f72
Merge: 5c702eb e9d9626
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri Aug 30 16:44:21 2013 +0200
Merge tag 'upstream/0.3.2+ds1'
Upstream version 0.3.2+ds1
# gpg: Signature faite le ven. 30 août 2013 16:44:19 CEST avec la clef RSA d'identifiant DD39F374
# gpg: Bonne signature de « Jérémy Lal <kapouer at melix.org> »
# gpg: alias « Jérémy Lal <jerry at edagames.com> »
.gitignore | 4 +-
CHANGELOG.md | 18 +
Makefile | 23 +-
README.md | 48 +-
binding.gyp | 40 +
build.gyp | 79 -
common.gypi | 29 +
configure | 2 +-
gyp/.gitignore | 1 -
gyp/AUTHORS | 6 -
gyp/DEPS | 22 -
gyp/LICENSE | 27 -
gyp/MANIFEST | 21 -
gyp/OWNERS | 1 -
gyp/PRESUBMIT.py | 41 -
gyp/buildbot/buildbot_run.py | 79 -
gyp/codereview.settings | 10 -
gyp/gyp | 18 -
gyp/gyp.bat | 5 -
gyp/gyp_dummy.c | 7 -
gyp/gyptest.py | 256 --
gyp/pylib/gyp/MSVSNew.py | 340 --
gyp/pylib/gyp/MSVSProject.py | 212 -
gyp/pylib/gyp/MSVSSettings.py | 1033 -----
gyp/pylib/gyp/MSVSSettings_test.py | 1480 -------
gyp/pylib/gyp/MSVSToolFile.py | 60 -
gyp/pylib/gyp/MSVSUserFile.py | 148 -
gyp/pylib/gyp/MSVSVersion.py | 262 --
gyp/pylib/gyp/SCons.py | 200 -
gyp/pylib/gyp/__init__.py | 486 ---
gyp/pylib/gyp/common.py | 362 --
gyp/pylib/gyp/easy_xml.py | 150 -
gyp/pylib/gyp/easy_xml_test.py | 102 -
gyp/pylib/gyp/generator/dump_dependency_json.py | 77 -
gyp/pylib/gyp/generator/gypd.py | 89 -
gyp/pylib/gyp/generator/gypsh.py | 58 -
gyp/pylib/gyp/generator/make.py | 2945 --------------
gyp/pylib/gyp/generator/msvs.py | 2920 --------------
gyp/pylib/gyp/generator/msvs_test.py | 35 -
gyp/pylib/gyp/generator/ninja.py | 743 ----
gyp/pylib/gyp/generator/scons.py | 1046 -----
gyp/pylib/gyp/generator/xcode.py | 1207 ------
gyp/pylib/gyp/input.py | 2357 -----------
gyp/pylib/gyp/mac_tool.py | 189 -
gyp/pylib/gyp/ninja_syntax.py | 104 -
gyp/pylib/gyp/sun_tool.py | 96 -
gyp/pylib/gyp/system_test.py | 77 -
gyp/pylib/gyp/xcodeproj_file.py | 2840 --------------
gyp/pylib/gyp/xml_fix.py | 70 -
gyp/samples/samples | 81 -
gyp/samples/samples.bat | 5 -
gyp/setup.py | 26 -
gyp/test/actions-bare/gyptest-bare.py | 23 -
gyp/test/actions-bare/src/bare.gyp | 25 -
gyp/test/actions-bare/src/bare.py | 11 -
gyp/test/actions-multiple/gyptest-all.py | 42 -
gyp/test/actions-multiple/src/actions.gyp | 165 -
gyp/test/actions-multiple/src/copy.py | 9 -
gyp/test/actions-multiple/src/filter.py | 12 -
gyp/test/actions-multiple/src/foo.c | 11 -
gyp/test/actions-multiple/src/input.txt | 1 -
gyp/test/actions-multiple/src/main.c | 22 -
gyp/test/actions-subdir/gyptest-action.py | 26 -
gyp/test/actions-subdir/src/make-file.py | 11 -
gyp/test/actions-subdir/src/none.gyp | 31 -
.../actions-subdir/src/subdir/make-subdir-file.py | 11 -
gyp/test/actions-subdir/src/subdir/subdir.gyp | 28 -
gyp/test/actions/gyptest-all.py | 101 -
gyp/test/actions/gyptest-default.py | 68 -
gyp/test/actions/gyptest-errors.py | 24 -
gyp/test/actions/src/action_missing_name.gyp | 24 -
gyp/test/actions/src/actions.gyp | 114 -
gyp/test/actions/src/confirm-dep-files.py | 16 -
gyp/test/actions/src/subdir1/counter.py | 46 -
gyp/test/actions/src/subdir1/executable.gyp | 74 -
gyp/test/actions/src/subdir1/make-prog1.py | 20 -
gyp/test/actions/src/subdir1/make-prog2.py | 20 -
gyp/test/actions/src/subdir1/program.c | 12 -
gyp/test/actions/src/subdir2/make-file.py | 11 -
gyp/test/actions/src/subdir2/none.gyp | 33 -
gyp/test/actions/src/subdir3/generate_main.py | 21 -
gyp/test/actions/src/subdir3/null_input.gyp | 29 -
gyp/test/additional-targets/gyptest-additional.py | 55 -
gyp/test/additional-targets/src/all.gyp | 13 -
gyp/test/additional-targets/src/dir1/actions.gyp | 56 -
gyp/test/additional-targets/src/dir1/emit.py | 11 -
gyp/test/additional-targets/src/dir1/lib1.c | 6 -
gyp/test/assembly/gyptest-assembly.py | 31 -
gyp/test/assembly/src/as.bat | 4 -
gyp/test/assembly/src/assembly.gyp | 59 -
gyp/test/assembly/src/lib1.S | 10 -
gyp/test/assembly/src/lib1.c | 3 -
gyp/test/assembly/src/program.c | 12 -
gyp/test/builddir/gyptest-all.py | 77 -
gyp/test/builddir/gyptest-default.py | 77 -
gyp/test/builddir/src/builddir.gypi | 21 -
gyp/test/builddir/src/func1.c | 6 -
gyp/test/builddir/src/func2.c | 6 -
gyp/test/builddir/src/func3.c | 6 -
gyp/test/builddir/src/func4.c | 6 -
gyp/test/builddir/src/func5.c | 6 -
gyp/test/builddir/src/prog1.c | 10 -
gyp/test/builddir/src/prog1.gyp | 30 -
gyp/test/builddir/src/subdir2/prog2.c | 10 -
gyp/test/builddir/src/subdir2/prog2.gyp | 19 -
gyp/test/builddir/src/subdir2/subdir3/prog3.c | 10 -
gyp/test/builddir/src/subdir2/subdir3/prog3.gyp | 19 -
.../builddir/src/subdir2/subdir3/subdir4/prog4.c | 10 -
.../builddir/src/subdir2/subdir3/subdir4/prog4.gyp | 19 -
.../src/subdir2/subdir3/subdir4/subdir5/prog5.c | 10 -
.../src/subdir2/subdir3/subdir4/subdir5/prog5.gyp | 19 -
gyp/test/cflags/cflags.c | 15 -
gyp/test/cflags/cflags.gyp | 16 -
gyp/test/cflags/gyptest-cflags.py | 65 -
gyp/test/compilable/gyptest-headers.py | 29 -
gyp/test/compilable/src/headers.gyp | 26 -
gyp/test/compilable/src/lib1.cpp | 7 -
gyp/test/compilable/src/lib1.hpp | 6 -
gyp/test/compilable/src/program.cpp | 9 -
gyp/test/configurations/basics/configurations.c | 15 -
gyp/test/configurations/basics/configurations.gyp | 32 -
.../basics/gyptest-configurations.py | 29 -
.../configurations/inheritance/configurations.c | 21 -
.../configurations/inheritance/configurations.gyp | 40 -
.../inheritance/gyptest-inheritance.py | 33 -
gyp/test/configurations/invalid/actions.gyp | 18 -
.../invalid/all_dependent_settings.gyp | 18 -
gyp/test/configurations/invalid/configurations.gyp | 18 -
gyp/test/configurations/invalid/dependencies.gyp | 18 -
.../invalid/direct_dependent_settings.gyp | 18 -
.../invalid/gyptest-configurations.py | 38 -
gyp/test/configurations/invalid/libraries.gyp | 18 -
gyp/test/configurations/invalid/link_settings.gyp | 18 -
gyp/test/configurations/invalid/sources.gyp | 18 -
gyp/test/configurations/invalid/target_name.gyp | 18 -
gyp/test/configurations/invalid/type.gyp | 18 -
.../target_platform/configurations.gyp | 58 -
gyp/test/configurations/target_platform/front.c | 8 -
.../target_platform/gyptest-target_platform.py | 40 -
gyp/test/configurations/target_platform/left.c | 3 -
gyp/test/configurations/target_platform/right.c | 3 -
gyp/test/configurations/x64/configurations.c | 12 -
gyp/test/configurations/x64/configurations.gyp | 26 -
gyp/test/configurations/x64/gyptest-x86.py | 29 -
gyp/test/copies/gyptest-all.py | 40 -
gyp/test/copies/gyptest-default.py | 40 -
gyp/test/copies/gyptest-slash.py | 39 -
gyp/test/copies/src/copies-slash.gyp | 36 -
gyp/test/copies/src/copies.gyp | 70 -
gyp/test/copies/src/directory/file3 | 1 -
gyp/test/copies/src/directory/file4 | 1 -
gyp/test/copies/src/directory/subdir/file5 | 1 -
gyp/test/copies/src/file1 | 1 -
gyp/test/copies/src/file2 | 1 -
gyp/test/copies/src/parentdir/subdir/file6 | 1 -
gyp/test/cxxflags/cxxflags.cc | 15 -
gyp/test/cxxflags/cxxflags.gyp | 16 -
gyp/test/cxxflags/gyptest-cxxflags.py | 65 -
gyp/test/defines-escaping/defines-escaping.c | 11 -
gyp/test/defines-escaping/defines-escaping.gyp | 19 -
.../defines-escaping/gyptest-defines-escaping.py | 184 -
gyp/test/defines/defines-env.gyp | 22 -
gyp/test/defines/defines.c | 18 -
gyp/test/defines/defines.gyp | 37 -
gyp/test/defines/gyptest-define-override.py | 34 -
gyp/test/defines/gyptest-defines-env-regyp.py | 50 -
gyp/test/defines/gyptest-defines-env.py | 85 -
gyp/test/defines/gyptest-defines.py | 26 -
gyp/test/dependencies/a.c | 9 -
gyp/test/dependencies/b/b.c | 3 -
gyp/test/dependencies/b/b.gyp | 15 -
gyp/test/dependencies/c/c.c | 4 -
gyp/test/dependencies/c/c.gyp | 22 -
gyp/test/dependencies/c/d.c | 3 -
gyp/test/dependencies/extra_targets.gyp | 18 -
gyp/test/dependencies/gyptest-extra-targets.py | 21 -
gyp/test/dependencies/gyptest-lib-only.py | 39 -
gyp/test/dependencies/lib_only.gyp | 16 -
gyp/test/dependency-copy/gyptest-copy.py | 26 -
gyp/test/dependency-copy/src/copies.gyp | 25 -
gyp/test/dependency-copy/src/file1.c | 7 -
gyp/test/dependency-copy/src/file2.c | 7 -
gyp/test/exclusion/exclusion.gyp | 23 -
gyp/test/exclusion/gyptest-exclusion.py | 22 -
gyp/test/exclusion/hello.c | 15 -
gyp/test/generator-output/actions/actions.gyp | 16 -
.../actions/subdir1/actions-out/README.txt | 4 -
.../actions/subdir1/executable.gyp | 44 -
.../generator-output/actions/subdir1/make-prog1.py | 20 -
.../generator-output/actions/subdir1/make-prog2.py | 20 -
.../generator-output/actions/subdir1/program.c | 12 -
.../actions/subdir2/actions-out/README.txt | 4 -
.../generator-output/actions/subdir2/make-file.py | 11 -
gyp/test/generator-output/actions/subdir2/none.gyp | 31 -
.../generator-output/copies/copies-out/README.txt | 4 -
gyp/test/generator-output/copies/copies.gyp | 50 -
gyp/test/generator-output/copies/file1 | 1 -
gyp/test/generator-output/copies/file2 | 1 -
.../copies/subdir/copies-out/README.txt | 4 -
gyp/test/generator-output/copies/subdir/file3 | 1 -
gyp/test/generator-output/copies/subdir/file4 | 1 -
gyp/test/generator-output/copies/subdir/subdir.gyp | 32 -
gyp/test/generator-output/gyptest-actions.py | 58 -
gyp/test/generator-output/gyptest-copies.py | 59 -
gyp/test/generator-output/gyptest-relocate.py | 60 -
gyp/test/generator-output/gyptest-rules.py | 58 -
gyp/test/generator-output/gyptest-subdir2-deep.py | 36 -
gyp/test/generator-output/gyptest-top-all.py | 53 -
gyp/test/generator-output/rules/copy-file.py | 12 -
gyp/test/generator-output/rules/rules.gyp | 16 -
.../generator-output/rules/subdir1/define3.in0 | 1 -
.../generator-output/rules/subdir1/define4.in0 | 1 -
.../generator-output/rules/subdir1/executable.gyp | 59 -
.../generator-output/rules/subdir1/function1.in1 | 6 -
.../generator-output/rules/subdir1/function2.in1 | 6 -
gyp/test/generator-output/rules/subdir1/program.c | 18 -
gyp/test/generator-output/rules/subdir2/file1.in0 | 1 -
gyp/test/generator-output/rules/subdir2/file2.in0 | 1 -
gyp/test/generator-output/rules/subdir2/file3.in1 | 1 -
gyp/test/generator-output/rules/subdir2/file4.in1 | 1 -
gyp/test/generator-output/rules/subdir2/none.gyp | 49 -
.../rules/subdir2/rules-out/README.txt | 4 -
gyp/test/generator-output/src/inc.h | 1 -
gyp/test/generator-output/src/inc1/include1.h | 1 -
gyp/test/generator-output/src/prog1.c | 18 -
gyp/test/generator-output/src/prog1.gyp | 28 -
.../generator-output/src/subdir2/deeper/deeper.c | 7 -
.../generator-output/src/subdir2/deeper/deeper.gyp | 18 -
.../generator-output/src/subdir2/deeper/deeper.h | 1 -
.../generator-output/src/subdir2/inc2/include2.h | 1 -
gyp/test/generator-output/src/subdir2/prog2.c | 18 -
gyp/test/generator-output/src/subdir2/prog2.gyp | 28 -
.../generator-output/src/subdir3/inc3/include3.h | 1 -
gyp/test/generator-output/src/subdir3/prog3.c | 18 -
gyp/test/generator-output/src/subdir3/prog3.gyp | 25 -
gyp/test/generator-output/src/symroot.gypi | 16 -
.../gyptest-exported-hard-dependency.py | 37 -
.../gyptest-no-exported-hard-dependency.py | 36 -
gyp/test/hard_dependency/src/a.c | 9 -
gyp/test/hard_dependency/src/a.h | 12 -
gyp/test/hard_dependency/src/b.c | 9 -
gyp/test/hard_dependency/src/b.h | 12 -
gyp/test/hard_dependency/src/c.c | 9 -
gyp/test/hard_dependency/src/c.h | 10 -
gyp/test/hard_dependency/src/d.c | 9 -
gyp/test/hard_dependency/src/emit.py | 11 -
gyp/test/hard_dependency/src/hard_dependency.gyp | 78 -
gyp/test/hello/gyptest-all.py | 24 -
gyp/test/hello/gyptest-default.py | 24 -
gyp/test/hello/gyptest-disable-regyp.py | 32 -
gyp/test/hello/gyptest-regyp.py | 32 -
gyp/test/hello/gyptest-target.py | 24 -
gyp/test/hello/hello.c | 11 -
gyp/test/hello/hello.gyp | 15 -
gyp/test/hello/hello2.c | 11 -
gyp/test/hello/hello2.gyp | 15 -
.../home_dot_gyp/gyptest-home-includes-regyp.py | 44 -
gyp/test/home_dot_gyp/gyptest-home-includes.py | 30 -
gyp/test/home_dot_gyp/home/.gyp/include.gypi | 5 -
gyp/test/home_dot_gyp/home2/.gyp/include.gypi | 5 -
gyp/test/home_dot_gyp/src/all.gyp | 22 -
gyp/test/home_dot_gyp/src/printfoo.c | 7 -
gyp/test/include_dirs/gyptest-all.py | 46 -
gyp/test/include_dirs/gyptest-default.py | 46 -
gyp/test/include_dirs/src/inc.h | 1 -
gyp/test/include_dirs/src/inc1/include1.h | 1 -
gyp/test/include_dirs/src/includes.c | 19 -
gyp/test/include_dirs/src/includes.gyp | 27 -
gyp/test/include_dirs/src/shadow1/shadow.h | 1 -
gyp/test/include_dirs/src/shadow2/shadow.h | 1 -
gyp/test/include_dirs/src/subdir/inc.h | 1 -
gyp/test/include_dirs/src/subdir/inc2/include2.h | 1 -
gyp/test/include_dirs/src/subdir/subdir_includes.c | 14 -
.../include_dirs/src/subdir/subdir_includes.gyp | 20 -
gyp/test/lib/README.txt | 17 -
gyp/test/lib/TestCmd.py | 1591 --------
gyp/test/lib/TestCommon.py | 581 ---
gyp/test/lib/TestGyp.py | 808 ----
.../library/gyptest-shared-obj-install-path.py | 37 -
gyp/test/library/gyptest-shared.py | 84 -
gyp/test/library/gyptest-static.py | 84 -
gyp/test/library/src/lib1.c | 10 -
gyp/test/library/src/lib1_moveable.c | 10 -
gyp/test/library/src/lib2.c | 10 -
gyp/test/library/src/lib2_moveable.c | 10 -
gyp/test/library/src/library.gyp | 58 -
gyp/test/library/src/program.c | 15 -
gyp/test/library/src/shared_dependency.gyp | 33 -
gyp/test/link-objects/base.c | 6 -
gyp/test/link-objects/extra.c | 5 -
gyp/test/link-objects/gyptest-all.py | 28 -
gyp/test/link-objects/link-objects.gyp | 24 -
.../TestApp/English.lproj/InfoPlist.strings | 3 -
.../app-bundle/TestApp/English.lproj/MainMenu.xib | 4119 --------------------
gyp/test/mac/app-bundle/TestApp/TestApp-Info.plist | 32 -
.../mac/app-bundle/TestApp/TestAppAppDelegate.h | 13 -
.../mac/app-bundle/TestApp/TestAppAppDelegate.m | 15 -
gyp/test/mac/app-bundle/TestApp/main.m | 10 -
gyp/test/mac/app-bundle/test.gyp | 39 -
gyp/test/mac/debuginfo/file.c | 6 -
gyp/test/mac/debuginfo/test.gyp | 82 -
.../TestFramework/English.lproj/InfoPlist.strings | 2 -
gyp/test/mac/framework/TestFramework/Info.plist | 28 -
gyp/test/mac/framework/TestFramework/ObjCVector.h | 28 -
gyp/test/mac/framework/TestFramework/ObjCVector.mm | 63 -
.../framework/TestFramework/ObjCVectorInternal.h | 9 -
.../TestFramework/TestFramework_Prefix.pch | 7 -
gyp/test/mac/framework/framework.gyp | 74 -
gyp/test/mac/gyptest-app.py | 44 -
gyp/test/mac/gyptest-copies.py | 51 -
gyp/test/mac/gyptest-debuginfo.py | 36 -
gyp/test/mac/gyptest-framework.py | 50 -
gyp/test/mac/gyptest-infoplist-process.py | 51 -
gyp/test/mac/gyptest-loadable-module.py | 45 -
gyp/test/mac/gyptest-postbuild-fail.py | 53 -
gyp/test/mac/gyptest-postbuild.py | 51 -
gyp/test/mac/gyptest-prefixheader.py | 19 -
gyp/test/mac/gyptest-rebuild.py | 29 -
gyp/test/mac/gyptest-strip.py | 53 -
gyp/test/mac/gyptest-type-envvars.py | 24 -
gyp/test/mac/gyptest-xcode-env-order.py | 30 -
gyp/test/mac/infoplist-process/Info.plist | 36 -
gyp/test/mac/infoplist-process/main.c | 7 -
gyp/test/mac/infoplist-process/test1.gyp | 25 -
gyp/test/mac/infoplist-process/test2.gyp | 25 -
gyp/test/mac/infoplist-process/test3.gyp | 25 -
gyp/test/mac/loadable-module/Info.plist | 26 -
gyp/test/mac/loadable-module/module.c | 11 -
gyp/test/mac/loadable-module/test.gyp | 18 -
gyp/test/mac/postbuild-fail/file.c | 6 -
gyp/test/mac/postbuild-fail/postbuild-fail.sh | 6 -
gyp/test/mac/postbuild-fail/test.gyp | 38 -
gyp/test/mac/postbuild-fail/touch-dynamic.sh | 7 -
gyp/test/mac/postbuild-fail/touch-static.sh | 7 -
gyp/test/mac/postbuilds/file.c | 4 -
.../postbuilds/script/shared_library_postbuild.sh | 23 -
.../postbuilds/script/static_library_postbuild.sh | 23 -
.../mac/postbuilds/subdirectory/nested_target.gyp | 45 -
gyp/test/mac/postbuilds/test.gyp | 79 -
gyp/test/mac/prefixheader/file.c | 1 -
gyp/test/mac/prefixheader/header.h | 1 -
gyp/test/mac/prefixheader/test.gyp | 25 -
gyp/test/mac/strip/file.c | 9 -
gyp/test/mac/strip/test.gyp | 104 -
gyp/test/mac/type_envvars/file.c | 6 -
gyp/test/mac/type_envvars/test.gyp | 89 -
.../mac/type_envvars/test_bundle_executable.sh | 9 -
.../type_envvars/test_bundle_loadable_module.sh | 9 -
.../mac/type_envvars/test_bundle_shared_library.sh | 9 -
.../mac/type_envvars/test_nonbundle_executable.sh | 10 -
.../type_envvars/test_nonbundle_loadable_module.sh | 9 -
.../type_envvars/test_nonbundle_shared_library.sh | 9 -
.../type_envvars/test_nonbundle_static_library.sh | 9 -
gyp/test/mac/xcode-env-order/Info.plist | 38 -
gyp/test/mac/xcode-env-order/main.c | 7 -
gyp/test/mac/xcode-env-order/test.gyp | 23 -
gyp/test/make/dependencies.gyp | 15 -
gyp/test/make/gyptest-dependencies.py | 31 -
gyp/test/make/gyptest-noload.py | 57 -
gyp/test/make/main.cc | 12 -
gyp/test/make/noload/all.gyp | 18 -
gyp/test/make/noload/lib/shared.c | 3 -
gyp/test/make/noload/lib/shared.gyp | 16 -
gyp/test/make/noload/lib/shared.h | 1 -
gyp/test/make/noload/main.c | 9 -
gyp/test/module/gyptest-default.py | 28 -
gyp/test/module/src/lib1.c | 10 -
gyp/test/module/src/lib2.c | 10 -
gyp/test/module/src/module.gyp | 55 -
gyp/test/module/src/program.c | 111 -
gyp/test/msvs/express/base/base.gyp | 22 -
gyp/test/msvs/express/express.gyp | 19 -
gyp/test/msvs/express/gyptest-express.py | 29 -
gyp/test/msvs/precompiled/gyptest-all.py | 23 -
gyp/test/msvs/precompiled/hello.c | 14 -
gyp/test/msvs/precompiled/hello.gyp | 19 -
gyp/test/msvs/precompiled/hello2.c | 13 -
gyp/test/msvs/precompiled/precomp.c | 8 -
gyp/test/multiple-targets/gyptest-all.py | 35 -
gyp/test/multiple-targets/gyptest-default.py | 35 -
gyp/test/multiple-targets/src/common.c | 7 -
gyp/test/multiple-targets/src/multiple.gyp | 24 -
gyp/test/multiple-targets/src/prog1.c | 10 -
gyp/test/multiple-targets/src/prog2.c | 10 -
.../gyptest-action-dependencies.py | 45 -
gyp/test/ninja/action_dependencies/src/a.c | 10 -
gyp/test/ninja/action_dependencies/src/a.h | 13 -
.../src/action_dependencies.gyp | 88 -
gyp/test/ninja/action_dependencies/src/b.c | 17 -
gyp/test/ninja/action_dependencies/src/b.h | 13 -
gyp/test/ninja/action_dependencies/src/c.c | 10 -
gyp/test/ninja/action_dependencies/src/c.h | 13 -
gyp/test/ninja/action_dependencies/src/emit.py | 11 -
gyp/test/no-output/gyptest-no-output.py | 21 -
gyp/test/no-output/src/nooutput.gyp | 17 -
gyp/test/product/gyptest-product.py | 43 -
gyp/test/product/hello.c | 15 -
gyp/test/product/product.gyp | 128 -
gyp/test/rules-dirname/gyptest-dirname.py | 38 -
gyp/test/rules-dirname/src/actions.gyp | 15 -
gyp/test/rules-dirname/src/copy-file.py | 11 -
gyp/test/rules-dirname/src/subdir/a/b/c.gencc | 11 -
gyp/test/rules-dirname/src/subdir/a/b/c.printvars | 1 -
.../rules-dirname/src/subdir/foo/bar/baz.gencc | 11 -
.../rules-dirname/src/subdir/foo/bar/baz.printvars | 1 -
.../src/subdir/input-rule-dirname.gyp | 92 -
gyp/test/rules-dirname/src/subdir/main.cc | 12 -
gyp/test/rules-dirname/src/subdir/printvars.py | 14 -
gyp/test/rules-rebuild/gyptest-all.py | 70 -
gyp/test/rules-rebuild/gyptest-default.py | 70 -
gyp/test/rules-rebuild/src/main.c | 12 -
gyp/test/rules-rebuild/src/make-sources.py | 15 -
gyp/test/rules-rebuild/src/prog1.in | 7 -
gyp/test/rules-rebuild/src/prog2.in | 7 -
gyp/test/rules-rebuild/src/same_target.gyp | 31 -
.../rules-variables/gyptest-rules-variables.py | 26 -
gyp/test/rules-variables/src/input_ext.c | 9 -
gyp/test/rules-variables/src/input_name/test.c | 9 -
.../rules-variables/src/input_path/subdir/test.c | 9 -
.../rules-variables/src/subdir/input_dirname.c | 9 -
gyp/test/rules-variables/src/subdir/test.c | 18 -
gyp/test/rules-variables/src/test.input_root.c | 9 -
gyp/test/rules-variables/src/variables.gyp | 30 -
gyp/test/rules/gyptest-all.py | 66 -
gyp/test/rules/gyptest-default.py | 55 -
gyp/test/rules/gyptest-input-root.py | 26 -
gyp/test/rules/src/actions.gyp | 21 -
gyp/test/rules/src/copy-file.py | 11 -
gyp/test/rules/src/external/external.gyp | 66 -
gyp/test/rules/src/external/file1.in | 1 -
gyp/test/rules/src/external/file2.in | 1 -
gyp/test/rules/src/input-root.gyp | 24 -
gyp/test/rules/src/rule.py | 17 -
gyp/test/rules/src/subdir1/executable.gyp | 37 -
gyp/test/rules/src/subdir1/function1.in | 6 -
gyp/test/rules/src/subdir1/function2.in | 6 -
gyp/test/rules/src/subdir1/program.c | 12 -
gyp/test/rules/src/subdir2/file1.in | 1 -
gyp/test/rules/src/subdir2/file2.in | 1 -
gyp/test/rules/src/subdir2/never_used.gyp | 31 -
gyp/test/rules/src/subdir2/no_inputs.gyp | 32 -
gyp/test/rules/src/subdir2/none.gyp | 33 -
gyp/test/rules/src/subdir3/executable2.gyp | 37 -
gyp/test/rules/src/subdir3/function3.in | 6 -
gyp/test/rules/src/subdir3/program.c | 10 -
gyp/test/rules/src/subdir4/asm-function.asm | 10 -
gyp/test/rules/src/subdir4/build-asm.gyp | 49 -
gyp/test/rules/src/subdir4/program.c | 19 -
gyp/test/same-gyp-name/gyptest-all.py | 34 -
gyp/test/same-gyp-name/gyptest-default.py | 34 -
gyp/test/same-gyp-name/src/all.gyp | 16 -
gyp/test/same-gyp-name/src/subdir1/executable.gyp | 15 -
gyp/test/same-gyp-name/src/subdir1/main1.cc | 6 -
gyp/test/same-gyp-name/src/subdir2/executable.gyp | 15 -
gyp/test/same-gyp-name/src/subdir2/main2.cc | 6 -
gyp/test/same-name/gyptest-all.py | 34 -
gyp/test/same-name/gyptest-default.py | 34 -
gyp/test/same-name/src/all.gyp | 38 -
gyp/test/same-name/src/func.c | 6 -
gyp/test/same-name/src/prog1.c | 16 -
gyp/test/same-name/src/prog2.c | 16 -
gyp/test/same-name/src/subdir1/func.c | 6 -
gyp/test/same-name/src/subdir2/func.c | 6 -
.../same-target-name/gyptest-same-target-name.py | 18 -
gyp/test/same-target-name/src/all.gyp | 16 -
gyp/test/same-target-name/src/executable1.gyp | 15 -
gyp/test/same-target-name/src/executable2.gyp | 15 -
gyp/test/scons_tools/gyptest-tools.py | 26 -
.../scons_tools/site_scons/site_tools/this_tool.py | 10 -
gyp/test/scons_tools/tools.c | 13 -
gyp/test/scons_tools/tools.gyp | 18 -
gyp/test/settings/gyptest-settings.py | 18 -
gyp/test/settings/settings.gyp | 20 -
gyp/test/sibling/gyptest-all.py | 39 -
gyp/test/sibling/gyptest-relocate.py | 41 -
gyp/test/sibling/src/prog1/prog1.c | 7 -
gyp/test/sibling/src/prog1/prog1.gyp | 15 -
gyp/test/sibling/src/prog2/prog2.c | 7 -
gyp/test/sibling/src/prog2/prog2.gyp | 15 -
gyp/test/small/gyptest-small.py | 51 -
gyp/test/subdirectory/gyptest-SYMROOT-all.py | 36 -
gyp/test/subdirectory/gyptest-SYMROOT-default.py | 37 -
gyp/test/subdirectory/gyptest-subdir-all.py | 34 -
gyp/test/subdirectory/gyptest-subdir-default.py | 33 -
gyp/test/subdirectory/gyptest-subdir2-deep.py | 25 -
gyp/test/subdirectory/gyptest-top-all.py | 43 -
gyp/test/subdirectory/gyptest-top-default.py | 43 -
gyp/test/subdirectory/src/prog1.c | 7 -
gyp/test/subdirectory/src/prog1.gyp | 21 -
gyp/test/subdirectory/src/subdir/prog2.c | 7 -
gyp/test/subdirectory/src/subdir/prog2.gyp | 18 -
gyp/test/subdirectory/src/subdir/subdir2/prog3.c | 7 -
gyp/test/subdirectory/src/subdir/subdir2/prog3.gyp | 18 -
gyp/test/subdirectory/src/symroot.gypi | 16 -
gyp/test/toolsets/gyptest-toolsets.py | 23 -
gyp/test/toolsets/main.cc | 11 -
gyp/test/toolsets/toolsets.cc | 11 -
gyp/test/toolsets/toolsets.gyp | 38 -
gyp/test/toplevel-dir/gyptest-toplevel-dir.py | 31 -
gyp/test/toplevel-dir/src/sub1/main.gyp | 18 -
gyp/test/toplevel-dir/src/sub1/prog1.c | 7 -
gyp/test/toplevel-dir/src/sub2/prog2.c | 7 -
gyp/test/toplevel-dir/src/sub2/prog2.gyp | 15 -
gyp/test/variables/commands/commands-repeated.gyp | 128 -
.../commands/commands-repeated.gyp.stdout | 405 --
.../commands/commands-repeated.gypd.golden | 72 -
gyp/test/variables/commands/commands.gyp | 84 -
.../commands/commands.gyp.ignore-env.stdout | 254 --
gyp/test/variables/commands/commands.gyp.stdout | 254 --
gyp/test/variables/commands/commands.gypd.golden | 54 -
gyp/test/variables/commands/commands.gypi | 16 -
.../commands/gyptest-commands-ignore-env.py | 46 -
.../commands/gyptest-commands-repeated.py | 40 -
gyp/test/variables/commands/gyptest-commands.py | 39 -
gyp/test/variables/commands/update_golden | 11 -
gyp/test/variables/filelist/filelist.gyp.stdout | 174 -
gyp/test/variables/filelist/filelist.gypd.golden | 43 -
gyp/test/variables/filelist/gyptest-filelist.py | 50 -
gyp/test/variables/filelist/src/filelist.gyp | 93 -
gyp/test/variables/filelist/update_golden | 8 -
gyp/test/variants/gyptest-variants.py | 45 -
gyp/test/variants/src/variants.c | 13 -
gyp/test/variants/src/variants.gyp | 27 -
gyp/tools/README | 15 -
gyp/tools/Xcode/README | 5 -
gyp/tools/Xcode/Specifications/gyp.pbfilespec | 27 -
gyp/tools/Xcode/Specifications/gyp.xclangspec | 226 --
gyp/tools/graphviz.py | 95 -
gyp/tools/pretty_gyp.py | 142 -
gyp/tools/pretty_sln.py | 167 -
gyp/tools/pretty_vcproj.py | 316 --
lib/srs.js | 149 +-
lib/srs_data/coordinate_axis.csv | 233 --
lib/srs_data/cubewerx_extra.wkt | 48 -
lib/srs_data/ellipsoid.csv | 54 -
lib/srs_data/epsg.wkt | 2 -
lib/srs_data/esri_extra.wkt | 456 ---
lib/srs_data/gcs.csv | 439 ---
lib/srs_data/gcs.override.csv | 7 -
lib/srs_data/pcs.csv | 3508 -----------------
lib/srs_data/pcs.override.csv | 14 -
lib/srs_data/prime_meridian.csv | 15 -
lib/srs_data/stateplane.csv | 259 --
lib/srs_data/unit_of_measure.csv | 80 -
package.json | 22 +-
src/_srs.cc | 15 +-
test/data/27700_esri_wkt.prj | 1 +
test/data/27700_ogc_wkt.prj | 1 +
test/data/3395-non-spherical-merc.prj | 1 +
test/data/3857-ogr-1.10.0-wkt.prj | 1 +
test/data/4326.prj | 1 +
test/data/bogus_mercator2sp.prj | 1 +
test/data/esri-mercator-1sp.prj | 1 +
test/data/mystery-api | 9 +
test/data/osm_landusages.prj | 1 +
.../simplified-land-polygons-complete-3857.prj | 22 +
test/geojson.test.js | 25 +-
test/shapefile.27700.test.js | 46 +
test/shapefile.3857.test.js | 218 +-
test/shapefile.4326.test.js | 52 +-
test/version.test.js | 27 +-
tools/main.scons | 16 -
tools/ogr.scons | 22 -
tools/port.scons | 17 -
vcbuild.bat | 5 +-
wscript | 132 -
566 files changed, 586 insertions(+), 46428 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-srs.git
More information about the Pkg-javascript-commits
mailing list