doc: convert asciidoc to md
[staging/windowmanager.git] / src / CMakeLists.txt
2017-09-14 Marcus Fritzschcmake: enable c++14 for redraw_fixer
2017-09-14 Marcus Fritzschwinman: add install targets
2017-09-12 Marcus Fritzschcmake: add file license header
2017-09-12 Marcus Fritzschadd redraw_fixer, separate controller tool
2017-09-12 Marcus Fritzschpolicy: add a simple policy stub, broke some layouting tho
2017-09-05 Marcus FritzschApp/binding: move binding_api impl to its own source...
2017-08-08 Marcus Fritzschcmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
2017-08-08 Marcus Fritzschcmake: reference export.map using CMAKE_CURRENT_SOURCE_DIR
2017-08-08 Marcus Fritzschadd config, a simple config interface. i.e. key-value...
2017-08-08 Marcus Fritzschadd controller_hooks, a proxy for calls from the contro...
2017-08-08 Marcus Fritzschlayers: introduce layers.hpp and .cpp for layer related...
2017-08-08 Marcus Fritzschcmake: fix source list layout
2017-08-08 Marcus Fritzschcmake: require afb-daemon w/o version specifier
2017-08-08 Marcus Fritzschcmake: add opton to link against LLVM's libc++
2017-08-08 Marcus Fritzschglue: renamed output files to better represent their...
2017-08-08 Marcus Fritzschmain: move most of main to app, separate ownership
2017-08-08 Marcus FritzschGenerating binding API glue code using generate-binding.py
2017-08-08 Marcus Fritzschmain/app: started to move things to app
2017-08-08 Marcus Fritzschcmake: define afb-daemon configuration items on target...
2017-08-08 Marcus FritzschMove all nlohmann::json to json_helper.cpp
2017-08-08 Marcus FritzschImplement window manager as an AGL App-FW binding
2017-08-08 Marcus Fritzschutil.h and its impl are now c++
2017-08-08 Marcus Fritzschcmake: enable _GLIBCXX_DEBUG when building Debug
2017-08-08 Marcus Fritzschcmake: do not generate the ivi_application protocol
2017-08-08 Marcus Fritzschcmake: merged target properties on winman, added IPO/LTO
2017-08-08 Marcus Fritzschcmake: modernized to the best of my knowledge
2017-08-08 Marcus Fritzschcpp, simple wrappers for most of what we need, ivi_...
2017-08-08 Marcus Fritzschcpp, more listeners
2017-08-08 Marcus Fritzschinitial commit