summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Basic support for extensions in server and clientsLibravatar Drew DeVault2015-11-18
|
* Fix man page installsLibravatar Drew DeVault2015-11-13
|
* Clean up CMake stuffLibravatar Drew DeVault2015-11-13
|
* cmake: run git in the source directoryLibravatar Ben Boeckel2015-11-12
|
* common: create a static libraryLibravatar Ben Boeckel2015-11-12
|
* cmake: clean up installation rulesLibravatar Ben Boeckel2015-11-12
|
* cmake: clean up definition settingsLibravatar Ben Boeckel2015-11-12
|
* cmake: manipulate CMAKE_MODULE_PATH as a listLibravatar Ben Boeckel2015-11-12
| | | | Also prefer local modules.
* cmake: set the output directory onceLibravatar Ben Boeckel2015-11-12
|
* cmake: simplify manpage generationLibravatar Ben Boeckel2015-11-12
|
* cmake: use string(TIMESTAMP)Libravatar Ben Boeckel2015-11-12
|
* cmake: bump requirement to 3.1.0Libravatar Ben Boeckel2015-11-12
| | | | CMAKE_C_STANDARD was introduced in 3.1.0.
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
| | | | | This introduces a basic shared framework for making wayland clients within sway itself.
* Add swaybg executableLibravatar Drew DeVault2015-11-12
| | | | | | | This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view.
* Add new dependencies for wayland clientsLibravatar Drew DeVault2015-11-12
| | | | | Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
* Use location of XKBcommon headers, don't expect build in source directoryLibravatar Tomáš Čech2015-09-30
|
* Fix build for debian stretchLibravatar Drew DeVault2015-09-18
| | | | Fixes #182
* Updated versioning in cmakeLibravatar Luminarys2015-08-26
|
* fixed json-c CMake inclusionLibravatar minus2015-08-27
|
* added json-c lib and implemented IPC get_versionLibravatar minus2015-08-26
|
* Merge pull request #135 from Luminarys/masterLibravatar Drew DeVault2015-08-26
|\ | | | | Added in build version based on git hash
| * Minor fixesLibravatar Luminarys2015-08-26
| |
| * Added in build version based on git hashLibravatar Luminarys2015-08-25
| |
* | Add dependency on PCRELibravatar Drew DeVault2015-08-26
| | | | | | | | Perl-compatible regular expression library
* | Use C 99Libravatar Drew DeVault2015-08-26
|/ | | | Closes #127
* fixed #108 signed/unsigned comparisonLibravatar minus2015-08-21
|
* Add Wayland and Xorg session filesLibravatar Max Bruckner2015-08-20
| | | | This allows display managers to detect sway.
* added sway_assert functionLibravatar minus2015-08-18
| | | | returns false on a failed assertion in release mode and raises SIGABRT in debug mode
* Find a2x through CMakeLibravatar Drew DeVault2015-08-18
| | | | Fixes #63
* Install manual pages to <prefix>/share/manLibravatar Lubomir Rintel2015-08-18
| | | | | Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one.
* Add man pagesLibravatar Drew DeVault2015-08-17
|
* Move headers to include/Libravatar Drew DeVault2015-08-16
|
* Add default config fileLibravatar Drew DeVault2015-08-16
|
* Pull in some scas code and read i3 config fileLibravatar Drew DeVault2015-08-04
|
* Initial commitLibravatar Drew DeVault2015-08-04