Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #13

Merged
merged 88 commits into from
Aug 12, 2019
Merged

Update master #13

merged 88 commits into from
Aug 12, 2019

Conversation

HamedSabri-adsk
Copy link
Contributor

  • Fix for building in debug.
  • Added support for having more control over Cmake stages in the build script.
  • Updated the build docs.

Hamed Sabri added 30 commits June 10, 2019 16:08
…rs that is not needed for day one (WIP)

- Created a simple batch script to build third_party maya plugin (WIP)
…ke directory now.

- Remove BUILD_PXR_USD variable. PXR_BUILD_MAYA_PLUGIN can be used instead at the top level cmake.
- Clean up Options.cmake
- Remove .gitignore and generateDocs.py
BUILD_CORE_USD_LIBRARY
BUILD_ADSK_USD_PLUGIN
BUILD_PXR_USD_PLUGIN
BUILD_AL_USD_PLUGIN

I have BUILD_AL_USD_PLUGIN BUILD_USDMAYA_PXR_TRANSLATORS set to OFF for now to fix the issues with them. WIP
…we now only have one set of them in the top cmake directory.

- Clean up top level AL_USDMaya's CMakeLists.txt
- CMP0026 Disallow use of the LOCATION property for build targets
Hamed Sabri and others added 26 commits July 5, 2019 11:45
- folder names has renamed
- build variable has renamed
- doc has been updated
- for headers, libraries, dlls we use mayaUsd ( camel case ) e.g mayaUsd.h mayaUsd.dll mayaUsd.mll
There was a header file cleanup done in Maya which is causing
build problems with clients of OpenMaya. For example: "MStatus.h"
no longer includes "MIOStream.h" (and thus <iostream>).
* - Remove maya usd and plugin from day one repo.

* - Add PXR_PLUGINPATH_NAME to mod template.

* - Changed install structure for both Al and Pixar.

* - Adjusted the install rapth

* - Fix log location that was reported wrongly.
* - Renamed module to mod and make sure it is installed.
- Renamed --build_dir to --build-location
- Clear build_log.txt every time script runs to avoid appending.
- Update build doc

* - Rename USD_VER --> USD_VERSION

* - Rename Maya-USD to mayaUSD
build script now introduces workspace concept. By default both build and install directories are created under the workspace directory.
Fix typo in README!
* temporarily revert line endings to windows to do merge

* standardize on linux-style line endings (newline only)

(cherry picked from commit 2766c88)
…of stages can now be passed to the build system using --stages flag. By default 'clean','configure','build','install' stages are executed if this argument is not set. (#88)
* - trying to be explicit here for sake of clarity!

* - Fix MacOSX python issue that was caused by overriding args. Thanks to Pierre!
Added a new section under USD to clarify the flags and version when build USD
@HamedSabri-adsk HamedSabri-adsk merged commit ebc963f into master Aug 12, 2019
@HamedSabri-adsk HamedSabri-adsk deleted the update_master branch August 12, 2019 18:05
kxl-adsk pushed a commit that referenced this pull request Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants