summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Removed shebang lineColin Kennedy2019-12-041-5/+5
| * | | Changed imports to import classes and functionsColin Kennedy2019-12-041-73/+75
| * | | PR #1290 - @birkenfled note - Removed UsdLexer from compiled.pyColin Kennedy2019-12-041-1/+0
| * | | Fixed a typo in an existing docstringColin Kennedy2019-12-011-1/+1
| * | | Added `r` raw prefix to existing stringsColin Kennedy2019-12-011-4/+4
| * | | Added r prefix to an existing stringColin Kennedy2019-12-011-1/+1
| * | | Added extra composition arcs and Prims to example.usdColin Kennedy2019-12-011-0/+61
| * | | Renamed example.usda to example.usdColin Kennedy2019-12-011-0/+0
| * | | Added missing docstringsColin Kennedy2019-12-011-23/+40
| * | | Renamed unittest class to be more explicitColin Kennedy2019-12-011-1/+1
| * | | Changed the special names of USD to the "Builtins" tokens, instead of "Attrib...Colin Kennedy2019-12-012-2/+2
| * | | Fixed issue where attributes were getting matched, even in USD metadataColin Kennedy2019-12-012-10/+17
| * | | Added "elementSize" and "interpolation" as keywordsColin Kennedy2019-11-301-0/+2
| * | | Added a separate test method for testing USD metadataColin Kennedy2019-11-301-1/+47
| * | | Added string priority testColin Kennedy2019-11-301-2/+15
| * | | Added single / multiline string testsColin Kennedy2019-11-301-9/+55
| * | | Added test_composition_arcs test methodColin Kennedy2019-11-301-106/+104
| * | | Ran auto-fix on test_usd.pyColin Kennedy2019-11-301-177/+174
| * | | Removed + from USD number regexColin Kennedy2019-11-301-1/+1
| * | | Added test_numbersColin Kennedy2019-11-301-7/+122
| * | | Changed the attribute regex to detect if "timeSamples" was authoredColin Kennedy2019-11-302-2/+12
| * | | Got the `test_attribute` method to passColin Kennedy2019-11-302-32/+112
| * | | Renamed test_usda.py to test_usd.pyColin Kennedy2019-11-301-0/+0
| * | | Added more tests to test_usda.pyColin Kennedy2019-11-301-13/+124
| * | | Ran auto-fixers on usd.pyColin Kennedy2019-11-301-31/+36
| * | | Improved the regex for finding USD attributesColin Kennedy2019-11-301-10/+27
| * | | Fixed issue where array types weren't being defined properlyColin Kennedy2019-11-302-1/+1
| * | | Re-arranged the logic for finding attributes to favor attribute declaration m...Colin Kennedy2019-11-301-7/+38
| * | | Uncommented a WIP unittestColin Kennedy2019-11-301-19/+19
| * | | Changed test_asset_path_uri to be more complexColin Kennedy2019-11-301-1/+1
| * | | Added test_usda.py and example.usdaColin Kennedy2019-11-302-0/+185
| * | | Merged with master and resolved a minor merge conflict in languages.rstColin Kennedy2019-11-3030-757/+613
| |\ \ \
| * | | | Bumped the versionadded tag from 2.5.0 to 2.6.0Colin Kennedy2019-11-301-1/+1
| * | | | Added regex matchers so that single quotes and double quotes work as-expectedColin Kennedy2019-11-301-0/+3
| * | | | Changed existing token rules to be more flexibleColin Kennedy2019-11-271-1/+2
| * | | | Updated docstrings to be more clearColin Kennedy2019-11-261-2/+2
| * | | | Added name to AUTHORS listColin Kennedy2019-11-261-0/+1
| * | | | Added USD to supporting filesColin Kennedy2019-11-263-0/+3
| * | | | Added usd.py and _usd_builtins.pyColin Kennedy2019-11-262-0/+175
* | | | | Fix valid_name regex for SLexer (#1330)Georg Brandl2019-12-061-1/+1
|\ \ \ \ \
| * | | | | Fix valid_name regex for SLexerNikolay Korolev2019-12-051-1/+1
|/ / / / /
* | | | | Ride: minor detailsGeorg Brandl2019-12-032-2/+2
* | | | | Ride: support for the new 4 version (#1321)Georg Brandl2019-12-031-7/+22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ride: global vars moved to own groupMaxim Smolyakov2019-12-021-7/+12
| * | | | support for the new 4 version of the Ride languageMaxim Smolyakov2019-12-021-6/+16
|/ / / /
* | | | Lean: add "^" operatorGeorg Brandl2019-12-011-1/+1
* | | | Merge branch '582/joshuagryphon/svglinenos'Matthäus G. Chajdas2019-12-011-3/+37
|\ \ \ \
| * | | | Right-align line numbers in the SVG formatter.Matthäus G. Chajdas2019-12-011-3/+3
| * | | | Merge branch 'master' into 582/joshuagryphon/svglinenosMatthäus G. Chajdas2019-12-0120-701/+440
| |\ \ \ \
| * | | | | svg formatter can now add configurable linenumbersJoshua Griffin Dunn2019-11-281-3/+37