index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
travis
Age
Commit message (
Expand
)
Author
2018-06-08
Add a scripts/gen_html_coverage.sh to generate local report of code coverage ...
Even Rouault
2018-06-01
Update encrypted projdocs-private.key.enc
Even Rouault
2018-06-01
update doc deploy key for travis-ci.com
Howard Butler
2018-05-30
CI environment: adapt for C++11 capable environments
Even Rouault
2018-04-25
updated PDF file name to copy to gh-pages
mwtoews
2018-03-24
Don't set -std=c89 in CMakeLists.txt
Aaron Puchert
2018-03-14
Add a Travis CLang Static Analyzer target
Even Rouault
2018-03-14
Add a scripts/cppcheck.sh that check both warnings and errors, and use it in ...
Even Rouault
2018-03-11
mingw32 travis: reduce number of iterations for multistresstest
Even Rouault
2018-03-05
Merge pull request #822 from sebastic/travis-proj-datumgrid
Kristian Evers
2018-03-05
Update Travis & AppVeyor configuration to use proj-datumgrid-1.7.
Bas Couwenberg
2018-02-26
Update travis to use proj-datumgrid-1.7RC2.
Bas Couwenberg
2018-02-24
Rerun tests without grids not included in proj-datumgrid.
Bas Couwenberg
2018-02-23
Update travis to use proj-datumgrid-1.7RC1.
Bas Couwenberg
2018-02-23
Download BETA2007 grid from proj-datumgrid package in CI scripts.
Kristian Evers
2018-02-05
Make a README from README.md when running 'make dist' (#772)
Kristian Evers
2018-02-02
Remove GIGS Python test suite.
Kristian Evers
2018-01-09
Add gie tests to autoconf makefile.
Kristian Evers
2017-12-18
Enable wildcard globbing for MSVC builds (#714)
Thomas Knudsen
2017-12-17
Merge pull request #713 from kbevers/travis-c89
Kristian Evers
2017-12-17
Add -std=c89 to travis targets.
Kristian Evers
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-12-12
Travis MacOSX: install pip
Even Rouault
2017-11-29
Remove the last remains of the internal selftest
Kristian Evers
2017-11-28
Add tests for GDA2020 (#688)
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-10-31
Add 'axisswap' operation - swap axes in pipelines
Kristian Evers
2017-10-29
Addition of 'deformation': Kinematic grid shifting.
Kristian Evers
2017-10-13
Remove all occurences of python3 from CI scripts since it is not in use
Kristian Evers
2017-10-13
run 'brew update' before 'brew install' to avoid failure caused by missing Ru...
Kristian Evers
2017-10-12
Run 'gie builtins.gie' as part of Travis CI jobs
Thomas Knudsen
2017-10-06
Enable address sanitizer in linux/clang build
Thomas Knudsen
2017-09-21
Use Python2 in favour of Python3 which behaves inconsistenly on Travis (#573)
Kristian Evers
2017-09-20
Revert to using pip3
Kristian Evers
2017-09-20
Use python 3.5 with pyenv
Kristian Evers
2017-09-20
Use pip instead of pip3. pyevn should enforce usage of python3-compatible ver...
Kristian Evers
2017-09-12
Make sure all platform specific before_install scripts call the global before...
Kristian Evers
2017-09-12
Move python version setup to build matrix. Different Travis platforms seem to...
Kristian Evers
2017-09-11
Set python version to 3.6 with pyenv
Kristian Evers
2017-09-11
Select python version via travis setup instead of using pyenv (which is not c...
Kristian Evers
2017-09-09
Potential fix for pip3 failure on travis, as suggested in https://github.com/...
Kristian Evers
2017-06-29
point to fetch of correct PDF for doc deployment
Howard Butler
2017-06-29
Get PDF build output with Sphinx healthy (#533)
Howard Butler
2017-03-13
(attempt at) fixing grid dirs in appveyor/travis setup
Kristian Evers
2017-03-12
Download datum grids version 1.6 and egm96_15 geoid grid in continous integra...
Kristian Evers
2017-02-28
Enable cppcheck and fix related mostly false-positive warnings
Even Rouault
2017-02-26
travis/install.sh: use super pedantic warning flags for autoconf build
Even Rouault
2017-01-19
.travis.yml: add multi config setup
Even Rouault
2016-03-03
Build and deploy proj4.org website with every commit to the
Howard Butler