summaryrefslogtreecommitdiffstats
path: root/lib/kross
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS because of conflict between config.h generated by automakeSlávek Banko2022-03-234-3/+5
| | | | | | | | | | and Ruby headers. Instead of using config.h in Ruby related code, the definitions related to Ruby version are added to CFLAGS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5daf2fbc51682f117572fe1f6a78522177dedef5)
* Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level.Slávek Banko2022-03-222-0/+7
| | | | | | | | In Ruby 2.7 the entire concept is deprecated and in Ruby 3.x is removed entirely - see https://bugs.ruby-lang.org/issues/16131 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 920d54124a7ed87e205b280038934d9c3a55cee1)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-031-10/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b070dc1873b27bbe1e9b551569feb77efe477f9e)
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2912-45/+45
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b78a8791bc539bcffe7159f9d9714d577cb3d7d)
* Fix build on Fedora 34 / Ruby 3.0.1François Andriot2021-05-112-0/+5
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit e58be56584c7510639c55bb20f3000bd9b796284)
* Removed code formatting modelines.Michele Calgaro2020-09-294-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9aec66a72334c90bb0f81c46520c2fc080931d59)
* Fix bug #2056, koffice does not rely anymore on pkg-configgregory guy2019-11-251-100/+69
| | | | | | | | to build Ruby binding, only rbconfig.rb is needed. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fa79ac9effade022edb992f78f7efe1da4fc1f87)
* Add Ruby-2.6 detection.François Andriot2019-11-181-1/+1
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 046b21e2c2aae0a3dc17ec7e85b8e2ece3739202)
* Removed unnecessary executable flag.Michele Calgaro2018-09-011-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23ce56e3ea774d2cecdc81a7299853ada8cf0c79)
* Switch from strstream to sstream.Michele Calgaro2018-08-163-73/+32
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7c17092fcdd4772fb6e499ef13429f96ac04bb)
* Fix FTBFS with libpqxx >= 6.xSlávek Banko2018-07-265-0/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c17464869b6c5f7fbbf5a072ea470fbfff2ae26b)
* Fix FTBFS with Ruby 2.5Slávek Banko2018-03-182-2/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b08d1cbb1f455971fd1cd82f1e59d20937742187)
* Add ruby 2.3 detectionSlávek Banko2017-05-301-22/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 91809c36a1048802fc9073b9237b4d54ed5e1f24)
* Add wrapper for rb_set_safe_levelSlávek Banko2016-01-015-6/+66
| | | | | | | | This resolves FTBFS with Ruby 2.2 This resolves Bug 2467 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0c09c41f99f50da12e6a13357683679f1d0bc9c1)
* Add ruby 2.2 detectionSlávek Banko2016-01-011-0/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4eabb309b98fd80e91542d3149375e374412b623)
* Rename a few icons left in rc filesTimothy Pearson2014-11-201-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-2/+2
|
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-6/+6
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Update for recent TDENewStuff changesSlávek Banko2014-09-271-11/+11
|
* Fix remaining renaming knewstuffSlávek Banko2014-09-241-1/+1
|
* Fixed ruby max allowed SAFE level.Michele Calgaro2014-08-191-1/+1
|
* Fix ruby 2.1 detectionSlávek Banko2014-06-101-2/+8
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Fix ruby 2.0 detectionFrancois Andriot2013-08-251-0/+6
|
* Fix broken URLs.Darrell Anderson2013-04-061-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-157-9/+9
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-9/+9
|
* Fix unintended renameTimothy Pearson2013-02-111-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-9/+9
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0111-15/+15
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0114-51/+51
|
* Rename KSharedTimothy Pearson2013-01-3122-45/+45
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-11/+11
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-15/+15
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-193-8/+8
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-7/+7
|
* Fix kross Ruby 1.9.x FTBFS on armelSlávek Banko2013-01-062-1/+1
|
* Fix kross Ruby FTBFSTimothy Pearson2012-11-191-0/+3
|
* Fix Ruby 1.9.x shared library test without pkgconfig fileSlávek Banko2012-10-281-0/+4
|
* Fix build on Ruby 1.9.x without pkgconfig fileDarrell Anderson2012-10-161-2/+7
| | | | Thanks to Slavek Banko.
* Fix building with Ruby 1.9.1 or 1.9.3.Darrell Anderson2012-10-161-15/+28
|
* Add missing fileTimothy Pearson2012-09-281-0/+559
|
* Fix FTBFSTimothy Pearson2012-09-281-1/+3
|
* Attempt to make kross compile with Ruby 1.9.xTimothy Pearson2012-09-286-55/+177
|
* Rename additional members for tqt3Timothy Pearson2012-03-073-4/+4
|