Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mcavage/javascriptlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TritonDataCenter/javascriptlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 7 contributors

Commits on Jul 6, 2012

  1. Merge pull request TritonDataCenter#11 from mcavage/master

    Stop hardcoding python2.6 on SmartOS
    davepacheco committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    fe4519f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2012

  1. Fix build out of the box on Mountain Lion (10.8).

    - Stop hardcoding python2.6.
    - Build with the arch reported by `uname -m` instead of the
      first arch listed in `file .../python`. This is my best
      guess as to the arch used by the system when launching a
      universal binary.
    - Fix shebang lines in installed binaries to explicitly
      point to the Python for which we built.
    work around broken pkg_alternatives in pkgsrc (internal DATASET-277)
    fix build to work against 64-bit python on smartos (at least)
    Fix build for when python runs in different bit-ness than `uname -m` on Mac.
    Also clean up some whitespace.
    use CFLAGS instead of CC for '-mNN'
    trentm authored and Dave Pacheco committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    64275cd View commit details
    Browse the repository at this point in the history
  2. commonize CPPFLAGS definition

    Dave Pacheco committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    8377c73 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    davepacheco committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    e1bd0ab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2015

  1. Build doesn't work inside a python "venv"

    Mark Cavage committed Jul 28, 2015
    1 Configuration menu
    Copy the full SHA
    040bf5e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    ad52812 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. TOOLS-2359 javascriptlint breaks on 19.2 images because it is incompa…

    …tible with python3 (TritonDataCenter#24)
    
    This attempts to only use Python 2 -- looking for `which python2` first
    in case `which python` is actually a Python 3.
    trentm authored Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ccd4375 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Fix compiling on macOS 12 and M1 processors. (TritonDataCenter#28)

    Reviewed by: Dan McDonald <danmcd@kebe.com>
    bahamat authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a365abe View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. javascriptlint#29 "which" is useless for finding command paths (Trito…

    …nDataCenter#30)
    
    Reviewed by: Dan McDonald <danmcd@kebe.com>
    bahamat authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    aff7fdd View commit details
    Browse the repository at this point in the history
Loading