Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Fixed format string parsing #29

Merged
merged 9 commits into from
May 22, 2017
Merged

Fixed format string parsing #29

merged 9 commits into from
May 22, 2017

Commits on Apr 30, 2017

  1. Configuration menu
    Copy the full SHA
    4a1fe7a View commit details
    Browse the repository at this point in the history
  2. Corrected format string regex to support placeholders that are direct…

    …ly prefixed with an escaped %
    
    The previous pattern would not match for "%%%foobar" even though it is a valid format string
    lvsti committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    411995e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Fixed SwiftGen#29 (review)

    lvsti committed May 13, 2017
    Configuration menu
    Copy the full SHA
    cd08e91 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Updated changelog

    lvsti committed May 20, 2017
    Configuration menu
    Copy the full SHA
    556a69e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Fixed SwiftGen#29 (comment)

    lvsti committed May 21, 2017
    Configuration menu
    Copy the full SHA
    d86650d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0768385 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Fix enum compilation error

    djbe authored May 22, 2017
    Configuration menu
    Copy the full SHA
    45e2d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e023945 View commit details
    Browse the repository at this point in the history
  3. fix whitespace

    djbe committed May 22, 2017
    Configuration menu
    Copy the full SHA
    0ba730f View commit details
    Browse the repository at this point in the history