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

[wip] V8 #1192

Merged
merged 31 commits into from
Aug 13, 2015
Merged

[wip] V8 #1192

merged 31 commits into from
Aug 13, 2015

Commits on Jun 17, 2015

  1. Style spec v8

    tmcw authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fd816e7 View commit details
    Browse the repository at this point in the history
  2. Fontstack as arrays

    * Refs mapbox/mapbox-gl-style-spec#258
    * Wildly non-backward-compatible
    * Relies on next release of mapbox-gl-style-spec
    tmcw authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    abbcc1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6a23b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a09c076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6730a0 View commit details
    Browse the repository at this point in the history
  6. Rename v8 properties

    * background-image ⇢ background-pattern
    * line-image ⇢ line-pattern
    * fill-image ⇢ fill-pattern
    tmcw authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    71735f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b33050 View commit details
    Browse the repository at this point in the history
  8. DRY up util of getting coordinate center

    tmcw authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    0b177d0 View commit details
    Browse the repository at this point in the history
  9. Types

    * [ ] Update style-spec validator to check types
    * [ ] throw meaningful error if bad constant found?
    tmcw authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    a669546 View commit details
    Browse the repository at this point in the history
  10. Color operations, take two

    Lauren Budorick authored and jfirebaugh committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    4c92454 View commit details
    Browse the repository at this point in the history
  11. Circles: meet v8.

    This is a manual redo of #1241 on top of the v8 branch.
    tmcw committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    59c7af4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. JSDoc lint

    jfirebaugh authored and Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    6cc148b View commit details
    Browse the repository at this point in the history
  2. Pin style-spec; fix tests

    jfirebaugh authored and Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    6aa328a View commit details
    Browse the repository at this point in the history
  3. Update test-suite, fix test hang, fix video test

    jfirebaugh authored and Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    6b81432 View commit details
    Browse the repository at this point in the history
  4. Update v8 styles and suite

    jfirebaugh authored and Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    3037b09 View commit details
    Browse the repository at this point in the history
  5. Used reverted versions of test-suite and style-spec

    Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    0750ec9 View commit details
    Browse the repository at this point in the history
  6. Refactored color parsing

    Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    07eb679 View commit details
    Browse the repository at this point in the history
  7. Fixed "Cannot use 'in' operator to search for '10' in undefined" erro…

    …r when running test suite
    Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    b3f73ae View commit details
    Browse the repository at this point in the history
  8. fix #1335 by caching only colors, not functtions

    ansis authored and Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    80c7c21 View commit details
    Browse the repository at this point in the history
  9. Disable eslint no-else-return rule

    Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    bc6ab68 View commit details
    Browse the repository at this point in the history
  10. Added circle-translate

    Lucas Wojciechowski committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    9d43bf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Removed constants and color ops

    Lucas Wojciechowski committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    390ae96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1420 from mapbox/v8-remove-ops-constants

    Removed constants and color ops
    lucaswoj committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    fb07b76 View commit details
    Browse the repository at this point in the history
  3. get rid of text-max-size, icon-max-size

    and make text-size, icon-size layout properties
    
    fixes mapbox/mapbox-gl-style-spec#255
    ansis authored and jfirebaugh committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    c343ced View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. reverse symbol placement priority order

    labels later in the layer list now have priority over those that are
    earlier in the layer list.
    ansis committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    d7b6e74 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v8

    Conflicts:
    	js/data/symbol_bucket.js
    	js/style/style.js
    	js/style/style_constant.js
    	js/style/style_layer.js
    	package.json
    	test/js/style/style_layer.test.js
    jfirebaugh committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    3f5aacd View commit details
    Browse the repository at this point in the history
  3. Support new glyphs URL syntax

    Lucas Wojciechowski authored and jfirebaugh committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    03f9344 View commit details
    Browse the repository at this point in the history
  4. Latest test suite

    jfirebaugh committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    90113cf View commit details
    Browse the repository at this point in the history
  5. Fix image source testing harness and switch to lnglat coordinates

    Lucas Wojciechowski committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    6c59629 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1425 from mapbox/v8-fix-image

    Fix image source testing harness and switch to lnglat coordinates
    lucaswoj committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    893b58a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c3380f View commit details
    Browse the repository at this point in the history