Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | FreeBSD fixes | johalun | |
Increase _POSIX_SOURCE value where needed. Increase _XOPEN_SOURCE value where needed. Conditionally link to libcap (only on Linux). Possibly some trailing whitespace fixes (automatic). | |||
2017-05-17 | Revert "Drop epoll dependency" | Drew DeVault | |
This reverts commit 91f2bf81bf89699d43083f3d3a27805ba5e395a9. | |||
2017-05-17 | Drop epoll dependency | Drew DeVault | |
2017-04-26 | Add -DVERSION flag for release version numbers | Sebastian Noack | |
2017-04-07 | Add libcap check to CMake | JerziKaminsky | |
- Moved ``<sys/capability.h>`` include inside `__linux__` guard, because all uses are similarly guarded. - <sys/capability.h> is part of an optional devel package, at least in fedora. CMake now explicitly checks that libcap devel files are available. - Added libcap to the list of install packages in .travis.yml, to make the dependency explicit. travis-ci installs the package by default, which is why this hasn't surfaced previously. | |||
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2017-02-25 | Make it work for all compilers | Fabio Alessandro Locati | |
2017-02-25 | Ignore Wimplicit-fallthrough | Fabio Alessandro Locati | |
2017-01-16 | Unset LD_LIBRARY_PATH, unless specified | Mykyta Holubakha | |
2016-12-27 | Fix user-set LD_LIBRARY_PATH | Drew DeVault | |
2016-12-17 | Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIR | Wouter van Kesteren | |
Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places. | |||
2016-12-09 | Fix build on FreeBSD | Greg V | |
- Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux | |||
2016-12-04 | Change name of ld-library-path cmake variable | Drew DeVault | |
2016-12-02 | Drop -Denable-binding-event | Drew DeVault | |
2016-12-02 | Deal with LD_LIBRARY_PATH | Drew DeVault | |
2016-07-12 | Enable using non-annotated tags in git-describe | Hummer12007 | |
This fixes the version string | |||
2016-05-14 | Set Cairo and Pango as required dependencies | Drew DeVault | |
2016-05-14 | Turn off ZSH completions by default | Drew DeVault | |
2016-04-29 | Add -Werror to C flags | Drew DeVault | |
2016-04-28 | Respect supplied CMAKE_C_FLAGS | Tomáš Čech | |
2016-03-18 | New default wallpaper! | Drew DeVault | |
2016-01-22 | cmake: fix libinput include dirs | Mikkel Oscar Lyderik | |
2016-01-19 | Merge pull request #440 from SethBarberee/zsh-completions | Drew DeVault | |
Basic Zsh auto-completion for --options | |||
2016-01-19 | libinput | Cole Mickens | |
2016-01-17 | added basic zsh shell completion for sway, swaybg, and swaygrab | Seth Barberee | |
2016-01-09 | Make enable-binding-event option have an affect. | Mikkel Oscar Lyderik | |
The option was added to late so it was never set in the build. | |||
2016-01-08 | Make wallpaper optional (cmake flag) | Drew DeVault | |
2016-01-08 | Make IPC binding event support a compile time opt. | Mikkel Oscar Lyderik | |
2016-01-05 | Fix whitespaces in cmake config | Mikkel Oscar Lyderik | |
2015-12-28 | Add default wallpaper | Drew DeVault | |
Closes #238 | |||
2015-12-23 | Added include(GNUInstallDirs) | Yacine Hmito | |
Fixes configuration not properly installed since f02cf75 | |||
2015-12-23 | Use SYSCONFDIR as recommended | Yacine Hmito | |
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more | |||
2015-12-22 | fix backtrace detection in CMake | robotanarchy | |
works on arch (glibc) and void linux (tested with musl libc) now | |||
2015-12-21 | add -fPIC flag (position independent code) like in wlc | robotanarchy | |
Linking fails otherwise: Linking C executable ../bin/sway /usr/bin/ld: CMakeFiles/sway.dir/commands.c.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC CMakeFiles/sway.dir/commands.c.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status sway/CMakeFiles/sway.dir/build.make:442: recipe for target 'bin/sway' failed | |||
2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy | |
2015-12-20 | make gdk-pixbuf dependency really optional | progandy | |
2015-12-20 | Make some dependencies optional | Drew DeVault | |
Closes #368 | |||
2015-12-18 | Drop sway-xorg.desktop | Drew DeVault | |
2015-12-17 | Implement PAM password verification in swaylock | Drew DeVault | |
2015-12-10 | Add swaylock subproject | Drew DeVault | |
2015-12-08 | Merge pull request #296 from progandy/pixbuf | Drew DeVault | |
Support for more image formats for wallpapers with gdk-pixbuf (#282) | |||
2015-12-07 | swaybg: load more image formats with gdk-pixbuf2 | progandy | |
travis: added gdk-pixbuf2 dependency | |||
2015-12-02 | move manpages to subfolders | Christoph Gysin | |
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-12-01 | cmake: remove extra space | Christoph Gysin | |
2015-12-01 | cmake: extract sway | Christoph Gysin | |
2015-12-01 | cmake: extract add_manpage() | Christoph Gysin | |
2015-12-01 | cmake: remove unnecessary quotes | Christoph Gysin | |
2015-12-01 | cmake: remove old-style endif condition | Christoph Gysin | |
2015-12-01 | cmake: use out-of-source build | Christoph Gysin | |