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
1e4e9ee6
Commit
1e4e9ee6
authored
14 years ago
by
Andrew de Laix
Browse files
Options
Downloads
Plain Diff
Automated merge with
https://bitbucket.org/jenn_linden/viewer-vs2010
parents
1f5f03da
38bdbbd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
autobuild.xml
+7
-21
7 additions, 21 deletions
autobuild.xml
indra/cmake/Copy3rdPartyLibs.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/Copy3rdPartyLibs.cmake
indra/cmake/GooglePerfTools.cmake
+1
-2
1 addition, 2 deletions
indra/cmake/GooglePerfTools.cmake
with
9 additions
and
24 deletions
autobuild.xml
+
7
−
21
View file @
1e4e9ee6
...
@@ -639,12 +639,14 @@
...
@@ -639,12 +639,14 @@
</map>
</map>
</map>
</map>
</map>
</map>
<key>
google
</key>
<key>
google
-perftools
</key>
<map>
<map>
<key>
license
</key>
<key>
license
</key>
<string>
mit
</string>
<string>
bsd
</string>
<key>
license_file
</key>
<string>
LICENSES/google-perftools.txt
</string>
<key>
name
</key>
<key>
name
</key>
<string>
google
</string>
<string>
google
-perftools
</string>
<key>
platforms
</key>
<key>
platforms
</key>
<map>
<map>
<key>
linux
</key>
<key>
linux
</key>
...
@@ -652,29 +654,13 @@
...
@@ -652,29 +654,13 @@
<key>
archive
</key>
<key>
archive
</key>
<map>
<map>
<key>
hash
</key>
<key>
hash
</key>
<string>
7d9d1b6d32ee273df164f7b7d5f29848
</string>
<string>
cf513fc2eec4a414cc804cf408932a45
</string>
<key>
hash_algorithm
</key>
<string>
md5
</string>
<key>
url
</key>
<key>
url
</key>
<string>
http://s3
.amazonaws.com/viewer-source-downloads
/install
_pkgs
/google
-0.0.0
-linux-20110
114
.tar.bz2
</string>
<string>
http://s3
-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-google-perftools/rev/224046/arch/Linux
/install
er
/google
_perftools-1.7
-linux-20110
315
.tar.bz2
</string>
</map>
</map>
<key>
name
</key>
<key>
name
</key>
<string>
linux
</string>
<string>
linux
</string>
</map>
</map>
</map>
<key>
version
</key>
<string>
0.0.0
</string>
</map>
<key>
google-perftools
</key>
<map>
<key>
license
</key>
<string>
bsd
</string>
<key>
license_file
</key>
<string>
LICENSES/google.txt
</string>
<key>
name
</key>
<string>
google-perftools
</string>
<key>
platforms
</key>
<map>
<key>
windows
</key>
<key>
windows
</key>
<map>
<map>
<key>
archive
</key>
<key>
archive
</key>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/Copy3rdPartyLibs.cmake
+
1
−
1
View file @
1e4e9ee6
...
@@ -257,8 +257,8 @@ elseif(LINUX)
...
@@ -257,8 +257,8 @@ elseif(LINUX)
libopenal.so
libopenal.so
libopenjpeg.so
libopenjpeg.so
libssl.so
libssl.so
libstacktrace.so
libtcmalloc.so
libtcmalloc.so
libuuid.so.16
libuuid.so.16.0.22
libuuid.so.16.0.22
libssl.so.0.9.8
libssl.so.0.9.8
libfontconfig.so.1.4.4
libfontconfig.so.1.4.4
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/GooglePerfTools.cmake
+
1
−
2
View file @
1e4e9ee6
...
@@ -12,9 +12,8 @@ else (STANDALONE)
...
@@ -12,9 +12,8 @@ else (STANDALONE)
set
(
GOOGLE_PERFTOOLS_FOUND
"YES"
)
set
(
GOOGLE_PERFTOOLS_FOUND
"YES"
)
endif
(
WINDOWS
)
endif
(
WINDOWS
)
if
(
LINUX
)
if
(
LINUX
)
use_prebuilt_binary
(
google
)
use_prebuilt_binary
(
google
-perftools
)
set
(
TCMALLOC_LIBRARIES tcmalloc
)
set
(
TCMALLOC_LIBRARIES tcmalloc
)
set
(
STACKTRACE_LIBRARIES stacktrace
)
set
(
PROFILER_LIBRARIES profiler
)
set
(
PROFILER_LIBRARIES profiler
)
set
(
GOOGLE_PERFTOOLS_INCLUDE_DIR
set
(
GOOGLE_PERFTOOLS_INCLUDE_DIR
${
LIBS_PREBUILT_DIR
}
/include
)
${
LIBS_PREBUILT_DIR
}
/include
)
...
...
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