[Liblas-commits] [libLAS/libLAS] 41898e: MaxX -> GetMaxX

GitHub noreply at github.com
Fri Mar 6 06:35:17 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 41898eefb92ed0949d182d7be4d47442ed8388db
      https://github.com/libLAS/libLAS/commit/41898eefb92ed0949d182d7be4d47442ed8388db
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASHeader.cs

  Log Message:
  -----------
  MaxX -> GetMaxX


  Commit: 26b1cf07ef136685a1ec1572043146070459aaca
      https://github.com/libLAS/libLAS/commit/26b1cf07ef136685a1ec1572043146070459aaca
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASReader.cs

  Log Message:
  -----------
  Avoid System.AccessViolationException


  Commit: f84c5a441c923ded0b295f8170090f99bfc419d6
      https://github.com/libLAS/libLAS/commit/f84c5a441c923ded0b295f8170090f99bfc419d6
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASGuid.cs
    M csharp/dotnetLibLAS/LASHeader.cs
    M csharp/dotnetLibLAS/LASPoint.cs
    M csharp/dotnetLibLAS/LASReader.cs
    M csharp/dotnetLibLAS/LASVariableLengthRecord.cs
    M csharp/dotnetLibLAS/LASWriter.cs
    R csharp/dotnetLibLAS/LibLASCAPI.cs
    A csharp/dotnetLibLAS/NativeMethods.cs

  Log Message:
  -----------
  Fix "CA1060 Move P/Invokes to NativeMethods class"

Fixes MS code analysis "CA1060 Move P/Invokes to NativeMethods class" by
renaming the class "CAPI" to "NativeMethods"


  Commit: 39fe487bf92e96634d7cf514beef735f276815f6
      https://github.com/libLAS/libLAS/commit/39fe487bf92e96634d7cf514beef735f276815f6
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASException.cs

  Log Message:
  -----------
  Fix "CA2237: Mark ISerializable types with SerializableAttribute"


  Commit: 8f82ccbc1fed2967821b17582cfd6ec53504e181
      https://github.com/libLAS/libLAS/commit/8f82ccbc1fed2967821b17582cfd6ec53504e181
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASGuid.cs
    M csharp/dotnetLibLAS/LASHeader.cs
    M csharp/dotnetLibLAS/LASPoint.cs
    M csharp/dotnetLibLAS/LASReader.cs
    M csharp/dotnetLibLAS/LASVariableLengthRecord.cs
    M csharp/dotnetLibLAS/LASWriter.cs

  Log Message:
  -----------
  Fix "CA1063 Implement IDisposable correctly"

Fixes MS code analysis "CA1063 Implement IDisposable correctly"


  Commit: 5020f78d682119b0cf5eb8a8a92b1c78dcec921b
      https://github.com/libLAS/libLAS/commit/5020f78d682119b0cf5eb8a8a92b1c78dcec921b
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/NativeMethods.cs

  Log Message:
  -----------
  Fix "CA2101 Specify marshaling for P/Invoke string arguments "

Fixes "CA2101 Specify marshaling for P/Invoke string arguments ".


  Commit: 357ef4ad5282f3c5f552b55e03d08c25080bf747
      https://github.com/libLAS/libLAS/commit/357ef4ad5282f3c5f552b55e03d08c25080bf747
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASHeader.cs

  Log Message:
  -----------
  Fix "CS0660 class defines operator =="

Fix compile warning "'LibLAS.LASHeader' defines operator == or operator
!= but does not override Object.GetHashCode()".

== and != removed as they do not provide new functionality. Use
LASHeader.Equals(other) or LASHeader.ReferenceEquals(other) to obtain
the same result without ambiguity.


  Commit: ddf1aeed0801623d8cafb66190195e6807684444
      https://github.com/libLAS/libLAS/commit/ddf1aeed0801623d8cafb66190195e6807684444
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASHeader.cs

  Log Message:
  -----------
  Remove LASHeader.Destroy()

LASHeader.Destroy() interferes with the common .NET Dispose pattern and
provides no additional functionality.


  Commit: b2954db001f42d343be4876ab69c51cfbaf97d6e
      https://github.com/libLAS/libLAS/commit/b2954db001f42d343be4876ab69c51cfbaf97d6e
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASPoint.cs
    M csharp/dotnetLibLAS/LASReader.cs

  Log Message:
  -----------
  Fix LASPoint ownership issue


  Commit: e91e6daf2cbdb29795ac2c30d152e870c5e788ff
      https://github.com/libLAS/libLAS/commit/e91e6daf2cbdb29795ac2c30d152e870c5e788ff
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASReader.cs

  Log Message:
  -----------
  Fix leak when trying to read beyond eof


  Commit: c71a2ed011481cffe2dcf8486b01c717c48fa7a7
      https://github.com/libLAS/libLAS/commit/c71a2ed011481cffe2dcf8486b01c717c48fa7a7
  Author: Asger Skovbo Petersen <asgerpetersen at gmail.com>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/NativeMethods.cs

  Log Message:
  -----------
  Reference liblas_c.dll instead of liblas1.dll

This appears to be the new standard dll name for the C API


  Commit: 7014bd6f55a02e3629bc1c527d4d3ff5ad9059ae
      https://github.com/libLAS/libLAS/commit/7014bd6f55a02e3629bc1c527d4d3ff5ad9059ae
  Author: Howard Butler <howard at hobu.co>
  Date:   2015-03-06 (Fri, 06 Mar 2015)

  Changed paths:
    M csharp/dotnetLibLAS/LASException.cs
    M csharp/dotnetLibLAS/LASGuid.cs
    M csharp/dotnetLibLAS/LASHeader.cs
    M csharp/dotnetLibLAS/LASPoint.cs
    M csharp/dotnetLibLAS/LASReader.cs
    M csharp/dotnetLibLAS/LASVariableLengthRecord.cs
    M csharp/dotnetLibLAS/LASWriter.cs
    R csharp/dotnetLibLAS/LibLASCAPI.cs
    A csharp/dotnetLibLAS/NativeMethods.cs

  Log Message:
  -----------
  Merge pull request #63 from AsgerPetersen/fixes

Assorted fixes and improvements of csharp wrapper


Compare: https://github.com/libLAS/libLAS/compare/2fec87a6ded7...7014bd6f55a0


More information about the Liblas-commits mailing list