Commit Graph

  • 16eb32740b Math: added Range::data(). Vladimír Vondruš 2014-06-29 09:19:40 +0200
  • bbef61a4f7 package: adapted Emscripten PKGBUILD to emscripten-git AUR package. Vladimír Vondruš 2014-06-29 09:19:06 +0200
  • 86d23ddcaa Updated toolchains submodule. Vladimír Vondruš 2014-06-29 09:18:55 +0200
  • 677195b0ac GCC 4.5 compatibility: no range-for loops. Vladimír Vondruš 2014-06-29 09:16:30 +0200
  • 47b8fbd145 GCC 4.4 compatibility: needs explicit cast of anonymous typed enum. Vladimír Vondruš 2014-06-28 19:19:20 +0200
  • 7726a0e4f4 GCC 4.4 compatibility: fix linking with defaulted destructors. Vladimír Vondruš 2014-06-28 19:18:51 +0200
  • d4fe9f60c8 Merge branch 'master' into compatibility Vladimír Vondruš 2014-06-28 19:02:15 +0200
  • 2848d1d37c DebugTools: defaulted destructor implementation in source files. Vladimír Vondruš 2014-06-28 18:58:07 +0200
  • 68016dbee3 Provide MAGNUM_TARGET_WEBGL also in CMake. Vladimír Vondruš 2014-06-28 16:45:01 +0200
  • 795da389c8 Doc++ Vladimír Vondruš 2014-06-28 16:44:49 +0200
  • d5f58b025f Code reorganization. Vladimír Vondruš 2014-06-26 21:23:45 +0200
  • 3037e2c889 doc: mention the need to use compatibility version of FindCorrade.cmake. Vladimír Vondruš 2014-06-26 21:13:28 +0200
  • ac8d9df962 doc: mention all windowless applications in platform documentation. Vladimír Vondruš 2014-06-26 20:50:22 +0200
  • 11f099b169 Merge branch 'master' into compatibility Vladimír Vondruš 2014-06-26 20:01:16 +0200
  • 58fa59e956 GCC 4.6 compatibility: missing forward declaration for Drawable[23]D. Vladimír Vondruš 2014-06-26 19:55:08 +0200
  • e4f7d0bb52 Doc++ Vladimír Vondruš 2014-06-26 19:45:10 +0200
  • 34ece127bc MSVC 2013 compatibility: work around bug with move-only types in vector. Vladimír Vondruš 2014-06-05 00:20:43 +0200
  • 1ab880a7c9 GCC 4.5 compatibility: no range-based for loops. Vladimír Vondruš 2014-06-05 00:19:29 +0200
  • c9aeca3d81 MSVC 2013 compatibility: avoid more compiler crashes. Vladimír Vondruš 2014-06-05 00:18:53 +0200
  • f325296875 MSVC 2013 compatibility: somehow std::reference_wrapper needs full def. Vladimír Vondruš 2014-06-05 00:18:18 +0200
  • cae0773b0c Merge branch 'master' into compatibility Vladimír Vondruš 2014-06-04 22:00:04 +0200
  • 623ca8d67a Merge commit '098132f869e69cb' into compatibility Vladimír Vondruš 2014-06-04 21:57:32 +0200
  • bc18eec596 Merge commit 'df05a2d8a50993968557f6d00' into compatibility Vladimír Vondruš 2014-06-04 21:57:18 +0200
  • c7b23a884f Be consistent and use our own platform definitions. Vladimír Vondruš 2014-06-04 21:47:41 +0200
  • e41f4c4fb9 modules: expose separate plugin directories for debug and release builds. Vladimír Vondruš 2014-06-04 21:15:34 +0200
  • 7e2cdf3136 modules: updated FindCorrade.cmake. Vladimír Vondruš 2014-06-04 21:11:30 +0200
  • 4275f0ce9d package: added MinGW-w64 Jenkins CI configuration. Vladimír Vondruš 2014-06-03 00:23:37 +0200
  • 02ebf7aed6 Math: C++14 constexpr in Matrix3 and Matrix4. #276 Vladimír Vondruš 2014-05-29 22:47:56 +0200
  • 70428311ff Math: C++14 constexpr in Matrix. Vladimír Vondruš 2014-05-29 22:39:26 +0200
  • 7eb62cd30f Math: C++14 constexpr in RectangularMatrix. Vladimír Vondruš 2014-05-29 22:30:06 +0200
  • 9e67c86473 Math: C++14 constexpr in Vector2, Vector3 and Vector4. Vladimír Vondruš 2014-05-29 22:06:26 +0200
  • 7f662f2c3e Math: C++14 constexpr in Vector. Vladimír Vondruš 2014-05-29 21:53:47 +0200
  • 2327cdc900 Math: C++14 constexpr in BoolVector. Vladimír Vondruš 2014-05-29 21:51:33 +0200
  • b439eced74 Math: C++14 constexpr in Unit. Vladimír Vondruš 2014-05-29 21:55:33 +0200
  • dcd89bac0a Math: no need to use class here. Vladimír Vondruš 2014-05-29 22:29:34 +0200
  • b475389cc9 Math: make the constructors in test also constexpr. Vladimír Vondruš 2014-05-29 21:52:30 +0200
  • 098132f869 Platform: use delegating constructors. Vladimír Vondruš 2014-05-29 21:03:36 +0200
  • df05a2d8a5 Properly credit all contributors. Vladimír Vondruš 2014-05-29 21:02:57 +0200
  • 181eefd8f8 Mention WindowlessCglApplication in FindMagnum.cmake. Vladimír Vondruš 2014-05-28 22:12:16 +0200
  • eb6eddd5d1 Don't link unneeded libraries in commands. #60 Travis Watkins 2014-05-27 20:49:09 -0500
  • 7ea1996566 Enable command-line utilities on OSX. Vladimír Vondruš 2014-05-27 23:43:38 +0200
  • b491bbcd5a package: deleted MinGW32 PKGBUILD. Vladimír Vondruš 2014-05-25 16:42:49 +0200
  • 96d9327a83 Build fontconverter and distancefieldconverter on windowless OS X. #59 Travis Watkins 2014-05-27 14:48:40 -0500
  • f845884a6e Add support for windowless applications on OS X. Travis Watkins 2014-05-27 14:14:51 -0500
  • cb76843cd6 Merge branch 'master' into compatibility Vladimír Vondruš 2014-05-24 21:58:22 +0200
  • 9eb3fd00ad GCC 4.5 / MSVC 2013 compatibility: constexpr-related issues. Vladimír Vondruš 2014-05-24 21:11:46 +0200
  • cf60a8c33c Merge branch 'master' into compatibility Vladimír Vondruš 2014-05-24 19:44:22 +0200
  • 757ca6d1ad Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. Vladimír Vondruš 2014-05-24 17:57:58 +0200
  • 5a020abb5f Added VectorTypeFor and MatrixTypeFor aliases to DimensionTraits. Vladimír Vondruš 2014-05-24 17:56:02 +0200
  • 4a4768a12a Use template aliases where possible. Vladimír Vondruš 2014-05-24 16:17:18 +0200
  • 7f38ccaf63 Using delegating constructors where apropriate. Vladimír Vondruš 2014-05-24 16:01:23 +0200
  • cbe63c7a04 Removed superfluous template parameter from EnumSet typedefs. Vladimír Vondruš 2014-05-24 14:51:13 +0200
  • a9a5ead13d Dropped GCC 4.6 support. Vladimír Vondruš 2014-05-24 14:38:14 +0200
  • fcde0b67f7 modules: updated FindCorrade.cmake. Vladimír Vondruš 2014-05-24 14:30:30 +0200
  • f6fb14c30c Fixed build on OpenGL ES. Vladimír Vondruš 2014-05-24 19:31:38 +0200
  • 5bc519717f Merge branch 'master' into compatibility Vladimír Vondruš 2014-05-24 18:57:12 +0200
  • 9935e138aa SceneGraph: doc++ Vladimír Vondruš 2014-05-24 18:01:47 +0200
  • a27c61c38e Math: doc++ Vladimír Vondruš 2014-05-24 16:47:42 +0200
  • 71db38cb2f Math: use Vector::max() instead of custom ugly solution. Vladimír Vondruš 2014-05-24 16:41:44 +0200
  • c537cda31e Math: remove superfluous namespace scoping from test. Vladimír Vondruš 2014-05-24 16:16:30 +0200
  • a8199340fb Math: fixed confusing naming. Vladimír Vondruš 2014-05-24 16:15:48 +0200
  • 0b13f94a65 Use std::reference_wrapper instead of raw pointer for non-null reference. Vladimír Vondruš 2014-05-19 21:09:13 +0200
  • ea23f4b0a4 package: enable everything possible in MinGW-w64 PKGBUILD. Vladimír Vondruš 2014-05-19 21:04:17 +0200
  • 598b456eb7 Implemented ARB_vertex_type_10f_11f_11f_rev (GL 4.4). Vladimír Vondruš 2014-05-18 18:37:25 +0200
  • 85f35f7cd9 Cleanup of AbstractShaderProgram::Attribute::DataOption enum operators. Vladimír Vondruš 2014-05-18 18:35:41 +0200
  • c621886f72 Minor color/texture format fixes. Vladimír Vondruš 2014-05-18 18:05:04 +0200
  • 5998f46e12 Added support for glMultiDrawArrays()/glMultiDrawElements(). Vladimír Vondruš 2014-05-18 17:59:22 +0200
  • f8dfa180b2 Removed duplicate code from MeshGLTest. Vladimír Vondruš 2014-05-18 17:11:14 +0200
  • 189023b613 Removed redundant preprocessor branches from MeshGLTest. Vladimír Vondruš 2014-05-18 17:10:04 +0200
  • 764d2fe400 Make use of threaded shader compilation in MeshGLTest. Vladimír Vondruš 2014-05-18 17:03:31 +0200
  • 6c9066be8c doc: removed old Doxygen workarounds. Vladimír Vondruš 2014-05-17 13:28:35 +0200
  • ec0569e96c Doxygen workarounds. Vladimír Vondruš 2014-05-17 12:54:05 +0200
  • 69d02ee7ee doc: strict ordering of sections in detailed documentation. Vladimír Vondruš 2014-05-17 12:53:17 +0200
  • c7ccf18ffb doc: make section names unique. Vladimír Vondruš 2014-05-17 12:52:08 +0200
  • ce08ef6a04 Updated Doxyfile to 1.8.7. Vladimír Vondruš 2014-05-17 12:43:44 +0200
  • fd609b65ef package: removed GCC 4.9 PKGBUILD. Vladimír Vondruš 2014-05-17 11:20:12 +0200
  • 08dbf60b93 Revert "Fixed compilation with GCC 4.9." Vladimír Vondruš 2014-05-17 11:18:24 +0200
  • 839a87df43 Missing extension checks in texture GL tests. Vladimír Vondruš 2014-05-16 23:58:58 +0200
  • 4b6ae7afe6 Support for EXT_texture_sRGB_decode. Vladimír Vondruš 2014-05-16 23:46:37 +0200
  • 4ceec156b5 MagnumExternal: updated glLoadGen-generated files. Vladimír Vondruš 2014-05-16 23:44:26 +0200
  • ac22d5ae5b doc: Oops. Vladimír Vondruš 2014-05-13 21:56:54 +0200
  • 3dde8a3d2d Updated Coding Style with new Doxygen commands. Vladimír Vondruš 2014-05-13 21:51:09 +0200
  • 9fcc5fa601 Merge 14684b0425 into 257426d77c #54 Stefan Wasilewski 2014-05-13 19:35:36 +0000
  • 257426d77c Updated Optional with fix for GCC 4.8 on OSX. Vladimír Vondruš 2014-05-13 21:34:25 +0200
  • 2ca955bb29 Math: documented Matrix[34]::invertedRigid(). Vladimír Vondruš 2014-05-13 21:29:49 +0200
  • 7590bc9b52 Updated toolchains submodule. Vladimír Vondruš 2014-05-13 20:30:52 +0200
  • bfbd4d2036 Completed documentation review in root namespace. Vladimír Vondruš 2014-05-11 22:42:17 +0200
  • f079e37a0f Trade: completed documentation review. Vladimír Vondruš 2014-05-11 19:37:46 +0200
  • 6ef3f72d2e TextureTools: completed documentation review. Vladimír Vondruš 2014-05-11 19:12:14 +0200
  • 834f1a0346 Text: completed documentation review. Vladimír Vondruš 2014-05-11 19:09:15 +0200
  • 9256b704ce Shapes: completed documentation review. Vladimír Vondruš 2014-05-11 18:59:21 +0200
  • 0d7dd09ae8 Shaders: completed documentation review. Vladimír Vondruš 2014-05-11 18:47:28 +0200
  • 174bbc9e4b SceneGraph: completed documentation review. Vladimír Vondruš 2014-05-11 18:23:27 +0200
  • 7fd9e70b78 Primitives: completed documentation review. Vladimír Vondruš 2014-05-11 18:17:53 +0200
  • 5ba4a6b603 Platform: completed documentation review. Vladimír Vondruš 2014-05-11 18:10:51 +0200
  • 86302ea602 MeshTools: completed documentation review. Vladimír Vondruš 2014-05-11 17:37:51 +0200
  • 81039fc2c9 Math: completed documentation review. Vladimír Vondruš 2014-05-12 23:40:38 +0200
  • e3d87fb00b DebugTools: completed documentation review. Vladimír Vondruš 2014-05-11 17:30:18 +0200
  • bef951a582 Audio: completed documentation review. Vladimír Vondruš 2014-05-11 17:26:22 +0200
  • 436d629687 Make Doxygen debug operator command usable with enums. Vladimír Vondruš 2014-05-12 23:46:48 +0200