Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
1c002e7c
Commit
1c002e7c
authored
4 years ago
by
Kitty Barnett
Browse files
Options
Downloads
Patches
Plain Diff
Pass address size to CMake via the platform parameter (see corresponding change in our autobuild)
parent
d11fee37
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-4
2 additions, 4 deletions
.gitignore
autobuild.xml
+8
-0
8 additions, 0 deletions
autobuild.xml
with
10 additions
and
4 deletions
.gitignore
+
2
−
4
View file @
1c002e7c
...
@@ -20,10 +20,8 @@ indra/.distcc
...
@@ -20,10 +20,8 @@ indra/.distcc
build-vc80/
build-vc80/
build-vc100/
build-vc100/
build-vc120/
build-vc120/
build-vc120-32/
build-vc[0-9]*-32/
build-vc120-64/
build-vc[0-9]*-64/
build-vc150-32/
build-vc150-64/
indra/CMakeFiles
indra/CMakeFiles
indra/build-vc[0-9]*
indra/build-vc[0-9]*
indra/lib/mono/1.0/*.dll
indra/lib/mono/1.0/*.dll
...
...
This diff is collapsed.
Click to expand it.
autobuild.xml
+
8
−
0
View file @
1c002e7c
...
@@ -3868,6 +3868,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3868,6 +3868,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<array>
<array>
<string>
-G
</string>
<string>
-G
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
-A
</string>
<string>
${AUTOBUILD_WIN_CMAKE_PLAT|NOTWIN}
</string>
</array>
</array>
</map>
</map>
<key>
default
</key>
<key>
default
</key>
...
@@ -3906,6 +3908,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3906,6 +3908,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<array>
<array>
<string>
-G
</string>
<string>
-G
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
-A
</string>
<string>
${AUTOBUILD_WIN_CMAKE_PLAT|NOTWIN}
</string>
<string>
-DUNATTENDED:BOOL=ON
</string>
<string>
-DUNATTENDED:BOOL=ON
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DUSE_KDU=FALSE
</string>
<string>
-DUSE_KDU=FALSE
</string>
...
@@ -3940,6 +3944,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3940,6 +3944,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<array>
<array>
<string>
-G
</string>
<string>
-G
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
-A
</string>
<string>
${AUTOBUILD_WIN_CMAKE_PLAT|NOTWIN}
</string>
</array>
</array>
</map>
</map>
<key>
name
</key>
<key>
name
</key>
...
@@ -3976,6 +3982,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
...
@@ -3976,6 +3982,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<array>
<array>
<string>
-G
</string>
<string>
-G
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN}
</string>
<string>
-A
</string>
<string>
${AUTOBUILD_WIN_CMAKE_PLAT|NOTWIN}
</string>
<string>
-DUNATTENDED:BOOL=ON
</string>
<string>
-DUNATTENDED:BOOL=ON
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DINSTALL_PROPRIETARY=FALSE
</string>
<string>
-DUSE_KDU=FALSE
</string>
<string>
-DUSE_KDU=FALSE
</string>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment