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

Od fixes-- rick's branch rebased on current master [632f6e1] #39

Closed
wants to merge 62 commits into from
Closed

Od fixes-- rick's branch rebased on current master [632f6e1] #39

wants to merge 62 commits into from

Commits on Sep 15, 2019

  1. flatpak: Initial packaging.

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    43ec8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0cfc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4615ad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15cdce6 View commit details
    Browse the repository at this point in the history
  5. build: Build a tar.gz package along with ordinary installer

    The standard PluginInstall has a nasty bug which uses the source
    path as part of installation path. Remove, and use a simple
    OpenCPN.app prefix
    
    The loader expects the apple tarball to have paths like:
    
      - OpenCPN.app/Contents/PlugIns: .dylib plugin file, binaries
        and helper libs.
      - OpenCPN.app/Contents/Resources: .lproj gettext translations
        directories.
    
    The prefix is discarded and could be anything.
    
    Let "make package" build both the traditional installer and the
    new installation tarball. Remove references to other formats,
    notably rpm.
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    8b7a7a4 View commit details
    Browse the repository at this point in the history
  6. build: give plugin a more unique name.

    Some places including bintray uses a common namespace for all
    plugins. Make sure the plugin filename is unique by including
    both source and target name and version.
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    6ebba93 View commit details
    Browse the repository at this point in the history
  7. build: Move to C++11

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    2ead1c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    818edde View commit details
    Browse the repository at this point in the history
  9. mingw: Fix opencpn import lib

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    0119618 View commit details
    Browse the repository at this point in the history
  10. build: Update to handle recent cmake

    We are using deprecated and finally failing stuff.
    See: OpenCPN/OpenCPN#1452
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    b26f6ad View commit details
    Browse the repository at this point in the history
  11. ci: Add appveyor msvc build.

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    4901843 View commit details
    Browse the repository at this point in the history
  12. ci: Add travis builds for macos and debian

    Updating the key is error-prone and requires the secret key. It
    also requires the travis command line utility. Using that and
    the key I was finally able to update .travis.yml using
    
    travis encrypt -x -a deploy.key -r leamas/squiddio_pi  <my key>
    
    -x: Overwrite existing key
    -r: Name of repo
    
    Note that the repo is part of the key so after forking a new,
    encrypted key must be generated.
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    79214f3 View commit details
    Browse the repository at this point in the history
  13. Avoid using travis crappy bintray integration.

    The travis bintray integration seems just unstable. Use a raw
    access to the REST API in a shellscript instead.
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    cd15e54 View commit details
    Browse the repository at this point in the history
  14. Adding flatpak build.

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    942f6e9 View commit details
    Browse the repository at this point in the history
  15. ci: Add cloudsmith deployment.

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    9f905fb View commit details
    Browse the repository at this point in the history
  16. ci: Add circleci configuration.

    ... and move tarball location to cloudsmith
    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    8b5ab02 View commit details
    Browse the repository at this point in the history
  17. .gitignore

    leamas committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    03afac2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfdf803 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Merge pull request #35 from leamas/master

    Installable plugin generation
    mauroc committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6d521b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 26, 2019

  1. plugin.xml.in: Fox copy-paste error.

    Alec Leamas committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    39a8613 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from leamas/master

    plugin.xml.in: Fix copy-paste error.
    mauroc committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    521fb35 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. added travis.yml

    mauroc committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3f12a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7425b View commit details
    Browse the repository at this point in the history
  3. updated gitignore

    mauroc committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    b0a26c9 View commit details
    Browse the repository at this point in the history
  4. deleted build directory

    mauroc committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    33dd697 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. reset

    mauroc committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    d067bff View commit details
    Browse the repository at this point in the history
  2. travis and appveyor files

    mauroc committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    e690c1f View commit details
    Browse the repository at this point in the history
  3. deploy all versions

    mauroc committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    d5e56d3 View commit details
    Browse the repository at this point in the history
  4. circleci

    mauroc committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    632f6e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. .travis changes

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    f3ff6c5 View commit details
    Browse the repository at this point in the history
  2. appveyor 1

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    5559877 View commit details
    Browse the repository at this point in the history
  3. appveyor 2

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    ce86ebb View commit details
    Browse the repository at this point in the history
  4. appveyor 2

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    43e48d3 View commit details
    Browse the repository at this point in the history
  5. appveyor 3

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    d71e008 View commit details
    Browse the repository at this point in the history
  6. appveyor 4

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    2514b89 View commit details
    Browse the repository at this point in the history
  7. travis 1

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    957bc56 View commit details
    Browse the repository at this point in the history
  8. travis 2

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8097c3b View commit details
    Browse the repository at this point in the history
  9. travis 3

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    f793977 View commit details
    Browse the repository at this point in the history
  10. appveyor file

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    cc6536d View commit details
    Browse the repository at this point in the history
  11. appveyor file

    mauroc authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    527dc24 View commit details
    Browse the repository at this point in the history
  12. Rewind ci setup to 33dd697

    leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    e5613cd View commit details
    Browse the repository at this point in the history
  13. add travis & encrypt token

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    9a6e107 View commit details
    Browse the repository at this point in the history
  14. Change packaging name for osX

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    e695380 View commit details
    Browse the repository at this point in the history
  15. version v1.0.6

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    d547a0b View commit details
    Browse the repository at this point in the history
  16. version 1.0.7

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    0788d38 View commit details
    Browse the repository at this point in the history
  17. Update to new Travis process

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    7e0017f View commit details
    Browse the repository at this point in the history
  18. Fix up names

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    6190a80 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b74f291 View commit details
    Browse the repository at this point in the history
  20. Add package_file_name

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    2c3787f View commit details
    Browse the repository at this point in the history
  21. Update version number

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    aff9809 View commit details
    Browse the repository at this point in the history
  22. Update to reflect working tactics version

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    fb92010 View commit details
    Browse the repository at this point in the history
  23. Update debian build scripts

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    c08fc28 View commit details
    Browse the repository at this point in the history
  24. Updates for windows and osX

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    96941f0 View commit details
    Browse the repository at this point in the history
  25. Update to get package version correct

    jongough authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8d2bc40 View commit details
    Browse the repository at this point in the history
  26. Version v1.0.8

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    d4d114e View commit details
    Browse the repository at this point in the history
  27. Update travis-build-osx.sh

    comment out Line 45  make create-dmgg
    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    77da494 View commit details
    Browse the repository at this point in the history
  28. Update CMakeLists.txt to Version v1.0.9

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    526c7b7 View commit details
    Browse the repository at this point in the history
  29. Version 1.0.10

    rgleason authored and leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    83ab746 View commit details
    Browse the repository at this point in the history
  30. ci: restore travis-build-osx

    leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    b628210 View commit details
    Browse the repository at this point in the history
  31. ci/travis-build-debian: Fix existing control file.

    The ci/control file could and should be updated to work with all Ubuntu
    versions applicable. Leaving it in place, to be overwritten in build
    process.
    leamas committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    4379af8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    92b02f8 View commit details
    Browse the repository at this point in the history