2013-08-01 00:27 pcercuei has quit [Remote host closed the connection] 2013-08-01 01:00 xiangfu has quit [Ping timeout: 264 seconds] 2013-08-01 01:30 rz2k has quit [Read error: Connection reset by peer] 2013-08-01 01:31 rz2k has joined #qi-hardware 2013-08-01 01:54 Guest92367 has quit [Quit: Leaving] 2013-08-01 01:54 panda|x201 has joined #qi-hardware 2013-08-01 02:29 xiangfu has joined #qi-hardware 2013-08-01 02:38 xiangfu has quit [Ping timeout: 240 seconds] 2013-08-01 02:39 rz2k has quit [] 2013-08-01 04:36 panda|x201 has quit [Ping timeout: 240 seconds] 2013-08-01 05:33 Tectu has quit [Quit: Shutting down.] 2013-08-01 05:34 dandon has quit [Ping timeout: 268 seconds] 2013-08-01 06:13 panda|x201 has joined #qi-hardware 2013-08-01 06:37 jekhor has joined #qi-hardware 2013-08-01 07:38 wolfspraul has joined #qi-hardware 2013-08-01 07:42 panda|x201 has quit [Ping timeout: 246 seconds] 2013-08-01 07:46 panda|x201 has joined #qi-hardware 2013-08-01 07:52 panda|x201 has quit [Ping timeout: 240 seconds] 2013-08-01 07:53 lekernel has joined #qi-hardware 2013-08-01 08:08 dandon has joined #qi-hardware 2013-08-01 08:13 panda|x201 has joined #qi-hardware 2013-08-01 08:21 xiangfu has joined #qi-hardware 2013-08-01 08:57 dandon_ has joined #qi-hardware 2013-08-01 08:59 dandon has quit [Ping timeout: 245 seconds] 2013-08-01 08:59 dandon_ is now known as dandon 2013-08-01 09:32 Mistah_Darcy has quit [Ping timeout: 240 seconds] 2013-08-01 09:33 MistahDarcy has joined #qi-hardware 2013-08-01 10:11 wolfspraul has quit [Remote host closed the connection] 2013-08-01 11:03 jekhor has quit [Read error: Operation timed out] 2013-08-01 11:19 lekernel has quit [Ping timeout: 240 seconds] 2013-08-01 11:33 lekernel has joined #qi-hardware 2013-08-01 11:47 would it be a problem to switch gmenu2x over to C++11? 2013-08-01 11:48 it is already using tr1 functionality, so it won't compile on ancient compilers 2013-08-01 11:49 who are the stakeholders for gmenu2x anyway? xiangfu? kyak? anyone else? 2013-08-01 11:52 mth: that wouldn't be me.. But i don't mind, since we use at least gcc 4.6 2013-08-01 11:57 oh, I just saw in the log that Paul already switched to C++11 in our "packages" branch 2013-08-01 11:57 that branch has diverged so far by now that it might make more sense to intregrate master into it and then make it the new master branch 2013-08-01 11:58 but then I need to know who is building NanoNote packages from master 2013-08-01 11:59 as far as i know, nobody is building NanoNote images at the moment 2013-08-01 12:01 so no-one will complain if we do a big bang integration onto master? 2013-08-01 12:01 in the observable future - no :) 2013-08-01 12:01 most of the changes are improvements, but undoubtedly a few things will have gotten broken as well 2013-08-01 12:01 don't worry, just do what you need to do.. We are on a specific git commit at the moment anyway 2013-08-01 12:02 so it won't break anything for us unless someone decides to update gmenu2x to a more recent git version 2013-08-01 12:02 i mean, gmenu2x pacakge 2013-08-01 12:03 ok, if it's a manual action then I assume it will be retested at that point 2013-08-01 12:03 just as me or Paul for assistance if something broke 2013-08-01 12:03 *ask 2013-08-01 12:04 sure, thanks 2013-08-01 12:15 wolfspraul has joined #qi-hardware 2013-08-01 12:18 panda|x201 has quit [Ping timeout: 246 seconds] 2013-08-01 12:18 [commit] kyak: tre: initial commit (master) http://qi-hw.com/p/openwrt-packages/2d18f08 2013-08-01 12:18 [commit] kyak: unrealircd: initial commit (master) http://qi-hw.com/p/openwrt-packages/9b6e25c 2013-08-01 12:19 before i forgot 2013-08-01 12:32 jekhor has joined #qi-hardware 2013-08-01 13:28 pcercuei has joined #qi-hardware 2013-08-01 14:02 dandon has quit [Ping timeout: 248 seconds] 2013-08-01 14:04 dandon has joined #qi-hardware 2013-08-01 14:14 jekhor has quit [Ping timeout: 240 seconds] 2013-08-01 14:23 anybody knows how to do this with glob patterns? I want to match a/.../b, e.g. a/1/b a/1/2/3/b, etc. 2013-08-01 14:23 a/*/b will only match a/1/b 2013-08-01 14:28 i don't think regular glob can do that 2013-08-01 14:31 I was afraid that that would be the answer 2013-08-01 15:01 something like a(\/\1)+\/b ? 2013-08-01 15:01 \1 -> \d 2013-08-01 15:11 the numbers were just examples this can be arbitrary path names 2013-08-01 15:11 but I think I know who I'll solve it 2013-08-01 15:12 oh, sorry 2013-08-01 15:13 I want to have a gitignore rule to ignore files of a certain name, except in that one subfolder 2013-08-01 15:13 well a(\/.*)*\/b then? 2013-08-01 15:13 but having a ignore rule in the toplevel folder and having a not ignore rule in the subfolder works fine 2013-08-01 15:14 I though I'd have to put both rules in the same .gitignore file 2013-08-01 15:23 panda|x201 has joined #qi-hardware 2013-08-01 15:48 xiangfu has quit [Ping timeout: 245 seconds] 2013-08-01 15:49 xiangfu has joined #qi-hardware 2013-08-01 16:03 ffio has joined #qi-hardware 2013-08-01 16:05 Jurting_pc2 has joined #qi-hardware 2013-08-01 17:29 lekernel has quit [Quit: Leaving] 2013-08-01 17:47 panda|x201 has quit [Ping timeout: 264 seconds] 2013-08-01 17:55 rz2k has joined #qi-hardware 2013-08-01 18:31 mth_ has joined #qi-hardware 2013-08-01 18:31 mth has quit [Read error: Connection reset by peer] 2013-08-01 18:34 mth_ is now known as mth 2013-08-01 18:45 rz2k has quit [] 2013-08-01 18:45 arossdotme has joined #qi-hardware 2013-08-01 18:50 arossdotme has quit [Ping timeout: 264 seconds] 2013-08-01 18:55 arossdotme has joined #qi-hardware 2013-08-01 18:59 arossdotme has quit [Ping timeout: 264 seconds] 2013-08-01 19:01 arossdotme has joined #qi-hardware 2013-08-01 19:05 arossdotme has quit [Ping timeout: 245 seconds] 2013-08-01 19:05 gbraad has quit [Ping timeout: 246 seconds] 2013-08-01 19:07 arossdotme has joined #qi-hardware 2013-08-01 19:11 arossdotme has quit [Ping timeout: 248 seconds] 2013-08-01 19:13 ffio has quit [Quit: WeeChat 0.4.1] 2013-08-01 19:13 gbraad has joined #qi-hardware 2013-08-01 19:13 gbraad has joined #qi-hardware 2013-08-01 19:15 arossdotme has joined #qi-hardware 2013-08-01 19:20 arossdotme has quit [Ping timeout: 268 seconds] 2013-08-01 19:27 arossdotme has joined #qi-hardware 2013-08-01 21:27 jekhor has joined #qi-hardware 2013-08-01 22:54 qi-bot has quit [Ping timeout: 260 seconds] 2013-08-01 23:02 jekhor has quit [Ping timeout: 246 seconds]