9c9e4e86e7Packages allows thumbnails per variant.
James Turner
2017-02-05 13:05:28 +01:00
b88aa46e1cMerge /u/accek/simgear/ branch prop-strings into next
James Turner
2017-02-25 16:36:49 +00:00
10fa8a471aSGPath::set is called by SGPath::operator=(const char*p) so it needs to be unconditionnally compiled.
Bertrand Coconnier
2017-02-25 16:02:36 +01:00
23cc940743gcc fails to catch std::ios_base::failure due to an inconsistent C++11 ABI between headers and libraries. See bug#66145 for more details (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145).
Bertrand Coconnier
2017-02-25 14:38:38 +01:00
4b010cc416Minor change to simgear/io/iostreams/zlibstream_test.cxx
Florent Rougon
2017-02-25 11:29:39 +01:00
46f39d5fbdzlibstream classes: add constructors with sink semantic based on std::unique_ptr
Florent Rougon
2017-02-24 20:40:08 +01:00
03515151f0Add new test trying to read max amount with ZlibDecompressorIStreambuf::xsgetn()
Florent Rougon
2017-02-18 09:37:02 +01:00
8cd723d91bFix build errors in zlibstream*.cxx, re-enable their compilation
Florent Rougon
2017-02-13 08:55:07 +01:00
6f2943ed9adisable service test for now
Torsten Dreyer
2017-02-23 18:34:48 +01:00
e509fc3f5dPrepare for terrasync/https
Torsten Dreyer
2017-02-23 16:35:29 +01:00
cfe9ddc2deFix issues with package upgrades on Windows.
James Turner
2017-02-23 13:26:02 +00:00
707d9e12cfFix issues with package upgrades on Windows.
James Turner
2017-02-23 13:26:02 +00:00
f977be5fe4Concept for developer log messages.
James Turner
2017-02-12 15:35:07 -08:00
e21ad4b5c1Disable building of zlibstream.cxx for now
Florent Rougon
2017-02-12 23:50:57 +01:00
619055f544Attempt at fixing build errors for simgear/io/iostreams/zlibstream.cxx
Florent Rougon
2017-02-12 22:22:08 +01:00
c9611fc45bAdd stream buffers and std::istream subclasses to deal with zlib compression
Florent Rougon
2017-01-26 09:28:28 +01:00
79f869a7f3Move IOStreams-related files to simgear/io/iostreams; rename zfstream.[ch]xx to gzfstream.[ch]xx
Florent Rougon
2017-01-23 17:37:21 +01:00
1b8dfb2befAccept time token for .dirindex files
Torsten Dreyer
2017-02-12 17:39:12 +01:00
143a47482bChange the log level of the "failed to load sound buffer" as it shouldn't be a popup because within my interpreation it is not within the definition of what POPUP should be used for.
Richard Harrison
2017-02-10 08:56:27 +01:00
a28cf0f860Additional SGPath test for remove + rename.
James Turner
2017-02-09 18:48:05 +00:00
d9f4d7373fSGFile uses wide-string APIs on Windows.
James Turner
2017-01-26 20:14:11 +00:00
c3f48c7261Use sg_ofstream in one more place.
James Turner
2017-01-26 20:13:33 +00:00
48b7b70e23BinObj code uses wide-strings on Windows.
James Turner
2017-01-26 19:48:41 +00:00
b93b362e2fFix wide-string support for wav-file reader.
James Turner
2017-01-26 19:39:36 +00:00
2082b18e2eExport the symbol ENABLE_SIMD for FG to build with the same setting.
Bertrand Coconnier
2017-02-07 00:02:39 +01:00
7f65e7f905We need to copy the matrix before altering it's contents: Fix a SGMathTest failure
Erik Hofman
2017-02-03 15:07:35 +01:00
3417ca7e49Add a linear-interpolation function
Erik Hofman
2017-02-02 11:35:11 +01:00
6334c30eb6Allow empty reason string in validation of HTTP response.
Richard Senior
2017-02-01 09:20:01 +00:00
c87dff7e8fMore code cleanups ans fix a Clang problem. And disable AVX for good, I don't have time for this crap anymore: it looks like a hardware or compielr bug
Erik Hofman
2017-01-31 00:04:01 +01:00
332f76f34dLast code cleanups and more explicit constructors
Erik Hofman
2017-01-30 18:25:42 +01:00
3387f3d084Switch to c++11 alignas instead of our own hacks
Erik Hofman
2017-01-30 16:00:29 +01:00
bd421c381cAlso make AVX available for simd4x4
Erik Hofman
2017-01-30 12:53:52 +01:00
0cce949837Fix the last bug that prevented AVX from working properly. Hopefully this fixes all other SIMD related problems too
Erik Hofman
2017-01-30 12:25:51 +01:00
ed3ba67925Logging system buffers startup messages.
James Turner
2017-01-29 16:15:33 +01:00
866f85064aFix a mistake
Erik Hofman
2017-01-30 00:18:36 +01:00
9215c530b3Explicit declaration of more constructors to make sure the laste lane of simd4_t<T,3> and the last two lanes of simd4_t<T,2> remain zero
Erik Hofman
2017-01-29 15:26:34 +01:00
a6437f4e96More SGPropertyNode::getPositions tests.
James Turner
2017-01-28 14:51:30 +00:00
5bd7be6ed1Check for file permissions via SGPath.
James Turner
2017-01-26 18:01:19 +00:00
edec5bbc01There is still a segmenttion fault issue with the AVX code, disable it until this is sorted out
Erik Hofman
2017-01-26 14:46:36 +01:00
6a2d86c526Small improvements for simgear::Dir
Florent Rougon
2017-01-26 09:38:41 +01:00
6c64e9b36cAdd scenery-path-suffix support to terrasync
Stuart Buchanan
2017-01-21 22:19:38 +00:00
bcecee0f76Small optimization to my own cross product implementation
Erik Hofman
2017-01-21 10:28:24 +01:00
c5cdfa1a1dPrevent null pointer deference when load has failed.
Richard Harrison
2017-01-21 00:54:01 +01:00
f9f2b4cbdbBring the ARM NEON code in line with the SSE code
Erik Hofman
2017-01-20 15:32:28 +01:00
33feb9a416Move SIMD flags to CMAKE_CXX_FLAGS_RELEASE and fix a typo in the process
Erik Hofman
2017-01-20 14:56:15 +01:00
9e1aaa8b56Make a distinction between a null-pointer and the value of 0
Erik Hofman
2017-01-19 23:14:39 +01:00
ef2eb635afFix a header path
Erik Hofman
2017-01-19 16:41:01 +01:00
2db412a923Specialize class constructors in the hope to ged rid of wrong compiler assignment of an unaligned float array to an SSE register
Erik Hofman
2017-01-19 16:39:30 +01:00