SignalR-Client-Cpp icon indicating copy to clipboard operation
SignalR-Client-Cpp copied to clipboard

Move build forward

Open moozzyk opened this issue 10 years ago • 0 comments

  • [x] make sure we can build Debug and Release versions and they work
  • [x] enable building dll
  • [x] create NuGet package
  • [x] ~~consider linking casablanca statically (http://katyscode.wordpress.com/2014/04/01/how-to-statically-link-the-c-rest-sdk-casablanca/, https://casablanca.codeplex.com/workitem/18)~~
  • [x] Windows platforms
    • [x] Win32
    • [x] x64
    • [x] WinRt
    • [x] toolsets(?) - v120 and v140 are now supported
    • [x] support for VS2015 (toolsets, platforms) - ~~currently blocked - Casablanca does not support websockets on VS2015~~
  • [x] add calling conventions explicitly to public functions
  • [x] file/package versioning
  • [x] set file attributes (?)
  • [x] sign dll (digital signature)
  • [ ] support non-windows platform (TBD - platforms/compilers, CMake vs GYB, etc.)
  • [x] move casablanca to ~~2.3.0~~ ~~2.4.0.1~~ 2.6.0
  • [ ] run static analysis

moozzyk avatar Dec 18 '14 21:12 moozzyk