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

[RFC4_dev] Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes #1765) #1839

Merged
merged 26 commits into from
Jan 22, 2020

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    db04012 View commit details
    Browse the repository at this point in the history
  2. CMake build: install proj.ini

    rouault committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    ea10657 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    08ae576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19841f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Grid refactoring: address review comments of OSGeo#1777

    - Move content of legacy apply_gridshift.cpp and apply_vgridshift.cpp in grids.cpp
    - Rename nad_ functions to pj_hgrid_
    - Rename internal proj_hgrid_/proj_vgrid_ functions to pj_
    rouault committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    eafeb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc73b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237296b View commit details
    Browse the repository at this point in the history
  4. xyzgridshift.rst: fix typo

    rouault committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e8459c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13d651a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32fc01c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    408cb1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    316ca96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8821b35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd9afa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    da93fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9263e1d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

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

Commits on Jan 10, 2020

  1. Use Win32 Unicode APIs and expect all strings to be UTF-8 (fixes OSGe…

    …o#1765)
    
    For backward compatibility, if PROJ_LIB content is found to be not UTF-8 or
    pointing to a non existing directory, then an attempt at interpretating it
    in the ANSI page encoding is done.
    
    proj_context_set_search_paths() now assumes strings to be in UTF-8, and
    functions returning paths will also return values in UTF-8.
    rouault committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    f6c4241 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    9d61bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0961d15 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    034238e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb40a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    941bb82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c40ee9d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Doc: add notes in deformation.rst regarding +xy_grids/+z_grids being …

    …exclusive of new option +grids
    rouault committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    2afa147 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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