Skip to content

Commit 782257b

Browse files
committed
Factor out common implementation from gsl.install.sh for ease of maintenance, move common_ elements to templates/shared.
(cherry picked from commit ddfe63c)
1 parent 9a5b5e8 commit 782257b

13 files changed

Lines changed: 1229 additions & 726 deletions

templates/gsl.install.sh

Lines changed: 78 additions & 717 deletions
Large diffs are not rendered by default.

templates/shared/common_install_shell_artifacts.gsl

Lines changed: 1118 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

templates/vs2013/gsl.packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.packages.config"
2424

2525
generate_packages_config("output", generate, "vs2013")

templates/vs2013/gsl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj"
2424

2525
generate_vcxproj("output", generate, "vs2013")

templates/vs2013/gsl.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2013/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj.filters"
2424

2525
generate_filter("output", generate, "vs2013")

templates/vs2015/gsl.packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.packages.config"
2424

2525
generate_packages_config("output", generate, "vs2015")

templates/vs2015/gsl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj"
2424

2525
generate_vcxproj("output", generate, "vs2015")

templates/vs2015/gsl.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2015/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.vcxproj.filters"
2424

2525
generate_filter("output", generate, "vs2015")

templates/vs2017/gsl.packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gsl from "library/string.gsl"
1919
gsl from "library/collections.gsl"
2020
gsl from "utilities.gsl"
2121
gsl from "templates/vs2017/common.gsl"
22-
gsl from "templates/common_msvc_artifacts.gsl"
22+
gsl from "templates/shared/common_msvc_artifacts.gsl"
2323
gsl from "templates/gsl.packages.config"
2424

2525
generate_packages_config("output", generate, "vs2017")

0 commit comments

Comments
 (0)