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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Testicular Slingshot
Alchemy Viewer
Commits
edcdce22
Commit
edcdce22
authored
12 years ago
by
Oz Linden
Browse files
Options
Downloads
Plain Diff
merge changes for DRTVWR-260
parents
a0d37816
d33ab2d3
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
BuildParams
+1
-6
1 addition, 6 deletions
BuildParams
indra/cmake/LLAddBuildTest.cmake
+2
-8
2 additions, 8 deletions
indra/cmake/LLAddBuildTest.cmake
indra/llcorehttp/CMakeLists.txt
+1
-1
1 addition, 1 deletion
indra/llcorehttp/CMakeLists.txt
with
5 additions
and
15 deletions
.hgtags
+
1
−
0
View file @
edcdce22
...
...
@@ -378,3 +378,4 @@ ab0aa2f6ba22b52fed30a2337197f589156edc75 DRTVWR-253
c23d734065ed593b2413385aecd8366d8e0ee96b DRTVWR-257
452ce96d4046dc05a3ecaecc203e2cc8ddd72e76 DRTVWR-259
5cba5f39d0a81d659f24ebc4b5efd025a39e3db1 3.4.3-release
9aa1aa9f1fe13c194695a0b8f0af298296241dc2 DRTVWR-260
This diff is collapsed.
Click to expand it.
BuildParams
+
1
−
6
View file @
edcdce22
...
...
@@ -21,13 +21,8 @@ email_status_this_is_os = true
# Limit extent of codeticket updates to revisions after...
codeticket_since = 3.3.0-release
clean_on_success = false
run_tests = false
build_Darwin_Debug = false
build_Darwin_RelWithDebInfo = false
# ========================================
# Viewer Development
--
# Viewer Development
# ========================================
# Report changes since...
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/LLAddBuildTest.cmake
+
2
−
8
View file @
edcdce22
...
...
@@ -201,19 +201,13 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
endif
(
TEST_DEBUG
)
ADD_EXECUTABLE
(
INTEGRATION_TEST_
${
testname
}
${
source_files
}
)
SET_TARGET_PROPERTIES
(
INTEGRATION_TEST_
${
testname
}
PROPERTIES RUNTIME_OUTPUT_DIRECTORY
"
${
EXE_STAGING_DIR
}
"
)
if
(
WINDOWS
)
set_target_properties
(
INTEGRATION_TEST_
${
testname
}
PROPERTIES
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS /INCLUDE:__tcmalloc"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_RELEASE
""
)
endif
(
WINDOWS
)
if
(
STANDALONE
)
SET_TARGET_PROPERTIES
(
INTEGRATION_TEST_
${
testname
}
PROPERTIES COMPILE_FLAGS -I
"
${
TUT_INCLUDE_DIR
}
"
)
endif
(
STANDALONE
)
# The following was copied to llcorehttp/CMakeLists.txt's texture_load target.
# Any changes made here should be replicated there.
if
(
WINDOWS
)
SET_TARGET_PROPERTIES
(
INTEGRATION_TEST_
${
testname
}
PROPERTIES
...
...
This diff is collapsed.
Click to expand it.
indra/llcorehttp/CMakeLists.txt
+
1
−
1
View file @
edcdce22
...
...
@@ -174,7 +174,7 @@ if (LL_TESTS)
# The following come from LLAddBuildTest.cmake's INTEGRATION_TEST_xxxx target.
set_target_properties
(
http_texture_load
PROPERTIES
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS
/INCLUDE:__tcmalloc
"
LINK_FLAGS
"/debug /NODEFAULTLIB:LIBCMT /SUBSYSTEM:WINDOWS
${
TCMALLOC_LINK_FLAGS
}
"
LINK_FLAGS_DEBUG
"/NODEFAULTLIB:
\"
LIBCMT;LIBCMTD;MSVCRT
\"
/INCREMENTAL:NO"
LINK_FLAGS_RELEASE
""
)
...
...
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