1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-12-01 01:45:42 +00:00
Commit graph

27 commits

Author SHA1 Message Date
a48742c0b0 Add a DINDEXER_INST_MODE cmake switch.
Attempt to clean up the path mess in cmake and improve scalability.
Previously, paths such as action search path and config file path had to
be given manually and were likely to be wrong if running make install or
if running the program from the build directory directly.

This commit introduces set_switchable(), along with the
DINDEXER_INST_MODE. Whenever relevant, paths come with a regular and an
INST variant (eg: DINDEXER_QML_PATH and DINDEXER_INST_QML_PATH), which
are CACHE variables so users can customize them and expect their setting
to be persistent.
set_switchable() then sets a CURR variant of the same variable (eg:
DINDEXER_CURR_QML_PATH), which is set to either of the above two values
depending on if DINDEXER_INST_MODE is on or off. This way the rest of
the cmake code can just use the CURR variable and expect it to be set to
the right value.
2016-10-12 23:08:29 +02:00
b84c31fb15 Buildfix on travis.
Don't include incredis when not needed, or cmake will look for hiredis.
Install hiredis and enable redis backend explicitly.
2016-07-15 17:12:40 +01:00
29c71c9222 Merge 2016-07-15 15:51:42 +01:00
a5477c99cf Import duckhandy as a submodule and fix includes. 2016-07-14 15:52:03 +01:00
fabca35b0a Prefix cmake option DB_OWNER_NAME with DINDEXER_ 2016-06-17 09:30:26 +01:00
a3f037d0c8 Add travis-ci config file and update readme
It should build gcc debug, gcc release if I did it right.
2016-06-16 22:39:59 +01:00
fc5e25e3de Forgot to remove the [TOC] entry :< 2016-06-14 14:07:03 +01:00
c61dc4fd9c Trim down lengthy stuff from the readme.
Make it more clear, more up-to-date and less verbose. Hopefully.
2016-06-14 14:06:04 +01:00
54eb98d8f6 Some adjustments to the post and add diaspora logo to readme. 2016-04-30 21:47:08 +02:00
eede8e3236 Update README and add posts about dindexer to the repo. 2016-04-30 21:16:58 +02:00
cb9b1c3bee Update readme 2016-04-22 00:41:32 +02:00
8fc45ce694 Buildfix on ARM 2016-03-12 00:47:08 +01:00
dfa5040667 Add link to diaspora* to readme 2016-03-09 21:21:06 +01:00
742801f332 Add note about PostgreSQL versions. 2016-01-07 15:13:03 +00:00
9beedf7210 Add "Program overview". 2016-01-05 13:24:12 +00:00
ebdd24a8f5 Improve dindexer explanation in readme. 2015-12-13 17:31:21 +00:00
986f0c8db3 Buildfix and minor changes 2015-12-13 16:14:05 +00:00
b34818c66c Minor style fix in readme 2015-12-08 16:44:26 +00:00
073fea8840 Add flattr button to bitbucket. 2015-12-08 16:41:07 +00:00
2cdf0cb3b9 Allow disabling media autodetection at build time.
Use DINDEXER_WITH_MEDIA_AUTODETECT.
2015-12-08 16:07:21 +00:00
fe2ea40c4f Implement autodetect set type.
Only supports HardDisk, Directory, CdRom, DVD, BluRay for now.
2015-12-08 13:56:46 +00:00
20ebc10b0c Dynamically build the type list for the help message. 2015-12-04 19:32:57 +00:00
980190cd44 Change readme formatting 2015-12-04 18:56:55 +00:00
e1520734a4 Add drone.io build badge 2015-12-04 18:54:16 +00:00
56735c9d86 Get the config file path from cmake. 2015-11-13 19:25:32 +00:00
e2cfdb9edb Update readme. 2015-11-13 17:11:32 +00:00
4bf8ff3131 Add readme. 2015-11-13 16:58:51 +00:00