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

Update projects to .NET sdk, support netstandard2.0, drop tfms, etc #38

Merged
merged 61 commits into from Mar 2, 2019

Commits on Feb 19, 2019

  1. Copy the full SHA
    c61b8f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56a3334 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55aab7e View commit details
    Browse the repository at this point in the history
  4. remove default

    enricosada committed Feb 19, 2019
    Copy the full SHA
    7a2ba35 View commit details
    Browse the repository at this point in the history
  5. simplify dependencies, use FSharp.Core 4.3.4

    drop support for `.NETPortable`( `portable-net45+win8+wp8+wpa81` )  target framework
    enricosada committed Feb 19, 2019
    Copy the full SHA
    5ce3cf5 View commit details
    Browse the repository at this point in the history
  6. drop support for .NETPortable( portable-net45+win8+wp8+wpa81 ) ta…

    …rget framework
    
    remove compiler define and code for `PCL_FPARSEC`
    
    the compiler defines `PCL` is not used anymore.
    The code is not yet removed because it's a big change, but because the compiler define is not
    set, the code is unused
    enricosada committed Feb 19, 2019
    Copy the full SHA
    8ce5c0b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    db9391e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    77ba905 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    33fa6f6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5231fbd View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1edf606 View commit details
    Browse the repository at this point in the history
  12. remove VS11 projects

    enricosada committed Feb 19, 2019
    Copy the full SHA
    8b690e2 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3a4387d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    1cb3ede View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    2a17c0f View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    acc09ed View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    d25e019 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    019d15a View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    50bc6ee View commit details
    Browse the repository at this point in the history
  20. move in the correct place

    enricosada committed Feb 19, 2019
    Copy the full SHA
    2120367 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    ed642c9 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    b0c4fb6 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    4636d21 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    088f672 View commit details
    Browse the repository at this point in the history
  25. cleanup

    enricosada committed Feb 19, 2019
    Copy the full SHA
    f7b5c65 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    21fed8e View commit details
    Browse the repository at this point in the history
  27. pin fsharp.core

    enricosada committed Feb 19, 2019
    Copy the full SHA
    fb0c9d0 View commit details
    Browse the repository at this point in the history
  28. cleanup

    enricosada committed Feb 19, 2019
    Copy the full SHA
    1fb7919 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    6b60ab6 View commit details
    Browse the repository at this point in the history
  30. fix fsharp.core

    enricosada committed Feb 19, 2019
    Copy the full SHA
    253a950 View commit details
    Browse the repository at this point in the history
  31. fix p2p

    enricosada committed Feb 19, 2019
    Copy the full SHA
    fa69e36 View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    e53156e View commit details
    Browse the repository at this point in the history
  33. include pdb in nupkg

    enricosada committed Feb 19, 2019
    Copy the full SHA
    985c6ab View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    348c05e View commit details
    Browse the repository at this point in the history
  35. f

    enricosada committed Feb 19, 2019
    Copy the full SHA
    5e3b183 View commit details
    Browse the repository at this point in the history
  36. add entrypoint

    enricosada committed Feb 19, 2019
    Copy the full SHA
    9ec707b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. fix error No data is available for encoding 54936

    fix error
    
    ```
    error: System.NotSupportedException: No data is available for encoding 54936. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
    ```
    enricosada committed Feb 20, 2019
    Copy the full SHA
    037f07b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e71166 View commit details
    Browse the repository at this point in the history
  3. add travis

    enricosada committed Feb 20, 2019
    Copy the full SHA
    cd54073 View commit details
    Browse the repository at this point in the history
  4. add appveyor

    enricosada committed Feb 20, 2019
    Copy the full SHA
    15535a2 View commit details
    Browse the repository at this point in the history
  5. empty commit

    enricosada committed Feb 20, 2019
    Copy the full SHA
    9da691f View commit details
    Browse the repository at this point in the history
  6. fix travis

    enricosada committed Feb 20, 2019
    Copy the full SHA
    3600028 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0088b08 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. update sln

    enricosada committed Feb 21, 2019
    Copy the full SHA
    f209a4f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    07dd4a7 View commit details
    Browse the repository at this point in the history
  3. add solutions files

    enricosada committed Feb 21, 2019
    Copy the full SHA
    bda5aef View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Copy the full SHA
    6ba1db1 View commit details
    Browse the repository at this point in the history
  2. conditionals using tfm

    enricosada committed Feb 27, 2019
    Copy the full SHA
    63f5049 View commit details
    Browse the repository at this point in the history
  3. move properties near usage

    enricosada committed Feb 27, 2019
    Copy the full SHA
    a9f1a3c View commit details
    Browse the repository at this point in the history
  4. verbose log for build

    enricosada committed Feb 27, 2019
    Copy the full SHA
    b1c6609 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    158362a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Copy the full SHA
    78d1e57 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    62b7b15 View commit details
    Browse the repository at this point in the history
  3. Add FParsec.Common.targets to solution file, rename "build" folder to…

    … "Build", use newer VisualStudioVersion
    stephan-tolksdorf committed Mar 2, 2019
    Copy the full SHA
    e4ade73 View commit details
    Browse the repository at this point in the history
  4. Move Summary, Description and PackageDescription properties from Dire…

    …ctory.Build.props to FParsec.fsproj
    stephan-tolksdorf committed Mar 2, 2019
    Copy the full SHA
    9c992be View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3479c72 View commit details
    Browse the repository at this point in the history
  6. Update readme.txt

    stephan-tolksdorf committed Mar 2, 2019
    Copy the full SHA
    5a10d1f View commit details
    Browse the repository at this point in the history
  7. Fix missing optimization flag for Release-LowTrust configuration and …

    …explicitly set optimization-related flags and defines
    stephan-tolksdorf committed Mar 2, 2019
    Copy the full SHA
    0962998 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    04575a2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c226295 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    92ae6ff View commit details
    Browse the repository at this point in the history