3
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
src/Airports/GenAirports850/debug.hxx: fix incompatibility with latest simgear. More... over 3 years ago
Switch to C++11 std::mutex and std::lock_guard More... about 4 years ago
tg_rectangle: fix ctor accepting CGAL bounding box. This is to resolve the current compiling errors. More... almost 6 years ago
Revert "hgt: Remove dependency on Boost" More... almost 6 years ago
Revert "MSVC_3RDPARTY_ROOT: Proper detection when not used" More... almost 6 years ago
Revert "GenAirport: Support apt.dat version 1100 parsing" More... almost 6 years ago
Revert "Fix a typo that I caused while merging" More... almost 6 years ago
Fix a typo that I caused while merging More... almost 6 years ago
hgt: Remove dependency on Boost hgtchop: General code maintenance More... almost 6 years ago
GenAirport: Support apt.dat version 1100 parsing GenAirport: Fix typos More... almost 6 years ago
MSVC_3RDPARTY_ROOT: Proper detection when not used CGAL: Bug fix for CGAL forcing Boost_LIBRARIES to null More... almost 6 years ago
Add 'Shlwapi.lib' to CORE depends... More... almost 6 years ago
Add missing header <algorithm> in gdalchop.cxx More... about 6 years ago
Install libTerra and terra_bin More... about 6 years ago
replace all references old sgtream.hxx location More... about 6 years ago
Don't pass int to %f printf format More... about 6 years ago
Silence some warnings - no functional change More... about 6 years ago
Replace deprecated OGRFree with CPLFree More... about 6 years ago
Compile again (for me) More... about 6 years ago
Sync clipper library with latest code from SF More... about 6 years ago
allow setting of debug-level for ogr-decode More... about 6 years ago
Get rid of a nasty/useless warning More... about 6 years ago
Use new iostream path in SimGear More... about 6 years ago
CMake: explicitly require C++11 support More... over 6 years ago
Fix some tiny memory leaks More... over 6 years ago
Fix missing std:: namespace, bug #1891 More... over 7 years ago
Add SelectLibraryConfigurations.cmake from the FlightGear repository More... almost 8 years ago
Bring FindSimGear.cmake in line with the one used in FlightGear More... almost 8 years ago
Fix missing boost/array.hpp header More... almost 8 years ago
a lot of work towards edge matching after mesh refinement. - Found that snapround would move some tile edges inside the tile due to floating point roundoff. - started down the path to fix the issues snapround fixed with new functions ( remove small areas, remove spikes etc. ) This is a BAD path to take, so I abandoned it. Going back to snapround. - for snapround to work, we need the ability to mark points as constrained. The CGAL snapround library doesn't have a way to add extra data to a point, so I'm taking the plunge to unify all used kernels under a new custom kernel with our own Point class to start. More... almost 8 years ago