Jean-Francois Dockes
|
ee9b2ddce6
|
Added ExecCmd::which + fix member variable names
|
2015-09-09 09:00:20 +02:00 |
|
Jean-Francois Dockes
|
fa13c25f6f
|
Windows execmd: do check for cancellation
|
2015-09-08 18:16:46 +02:00 |
|
Jean-Francois Dockes
|
6590598765
|
Windows: simple read of child output works.
|
2015-09-08 17:55:20 +02:00 |
|
Jean-Francois Dockes
|
2299dc1b59
|
Windows: 'trexecmd -o env' sort of works, but waits for timeout at end of input
|
2015-09-08 15:49:13 +02:00 |
|
Jean-Francois Dockes
|
bc455f365e
|
testcode
|
2015-09-08 10:27:58 +02:00 |
|
Jean-Francois Dockes
|
4b1440b2b1
|
first non-compiling and incomplete draft of the windows execmd module
|
2015-09-08 10:24:19 +02:00 |
|
Jean-Francois Dockes
|
c66f916827
|
execcmd: type clean up + make sure that duplex / filter (not used by recoll) mode works by closing outgoing pipe at end of data
|
2015-09-08 07:56:50 +02:00 |
|
Jean-Francois Dockes
|
11d914b08c
|
execmd comments and test driver only
|
2015-09-07 19:10:19 +02:00 |
|
Jean-Francois Dockes
|
4a90074482
|
converted/duplicated rclsoff to rclsoff.py, using python-libxslt/xml
|
2015-09-07 15:34:39 +02:00 |
|
Jean-Francois Dockes
|
b3092151dc
|
New python-based msword filter + basic arch to convert the others
|
2015-09-07 11:16:20 +02:00 |
|
Jean-Francois Dockes
|
9bb428aa3b
|
execm test driver: use to test rcldoc.py
|
2015-09-07 11:15:46 +02:00 |
|
Jean-Francois Dockes
|
28be1152ef
|
actually postprocess
|
2015-09-07 09:23:07 +02:00 |
|
Jean-Francois Dockes
|
dac19964f3
|
temp ckpt
|
2015-09-06 19:55:43 +02:00 |
|
Jean-Francois Dockes
|
6efbc3b841
|
refcntr transition to shared_ptr. test exec.release->reset
|
2015-09-05 08:51:41 +02:00 |
|
Jean-Francois Dockes
|
0896177cdf
|
merge
|
2015-09-05 08:46:55 +02:00 |
|
Jean-Francois Dockes
|
8ae7683d64
|
Merge
|
2015-09-05 08:45:55 +02:00 |
|
Jean-Francois Dockes
|
b07017e940
|
Suppressed a number of ininteresting warnings
|
2015-09-05 08:42:50 +02:00 |
|
Jean-Francois Dockes
|
40ae40fe66
|
fileurltolocalpath: Only remove fragment indicator from url if path looks like an html file
|
2015-09-04 11:35:09 +02:00 |
|
Jean-Francois Dockes
|
309709dd72
|
typos
|
2015-09-04 10:25:16 +02:00 |
|
Jean-Francois Dockes
|
075126c9ff
|
merge
|
2015-09-04 10:22:42 +02:00 |
|
Jean-Francois Dockes
|
71bfccb3cf
|
fix configure.ac typo
|
2015-09-04 10:21:38 +02:00 |
|
Jean-Francois Dockes
|
0caad5b4f5
|
Hide most ExecCmd internals
|
2015-09-04 10:12:17 +02:00 |
|
Jean-Francois Dockes
|
be4bee1faa
|
Small fixes after full rebuild from repo
|
2015-09-04 09:27:06 +02:00 |
|
Jean-Francois Dockes
|
a44980f3f9
|
Added a bit of signal/interrupt managing to recollprod. Added common property
sheet (not used yet).
|
2015-09-03 17:15:55 +02:00 |
|
Jean-Francois Dockes
|
1a42ea5c46
|
x86 config
|
2015-09-02 12:11:15 +02:00 |
|
Jean-Francois Dockes
|
16cc149e40
|
use path_pathtofileurl
|
2015-09-02 09:13:07 +02:00 |
|
Jean-Francois Dockes
|
5f9b0110de
|
Fix computation of file:// urls from paths
|
2015-09-02 09:11:25 +02:00 |
|
Jean-Francois Dockes
|
66bc94d1e8
|
_WIN32 ifdefs cleanup
|
2015-09-02 08:40:39 +02:00 |
|
Jean-Francois Dockes
|
5631554abd
|
more int fixups
|
2015-09-02 07:34:59 +02:00 |
|
Jean-Francois Dockes
|
52939d5517
|
doc
|
2015-09-02 07:32:48 +02:00 |
|
Jean-Francois Dockes
|
e947ef3f77
|
tst
|
2015-09-02 07:31:09 +02:00 |
|
Jean-Francois Dockes
|
535bf682f2
|
Suppressed many integer size warnings by a mix of type adjustments and casts,
none of which should have a real effect.
|
2015-09-01 19:39:20 +02:00 |
|
Jean-Francois Dockes
|
1b9673deb1
|
More small windows int types fixes.
|
2015-09-01 15:03:21 +02:00 |
|
Jean-Francois Dockes
|
59ba8e9fce
|
length() comparisons in stringccxmp were reversed...
|
2015-09-01 15:02:03 +02:00 |
|
Jean-Francois Dockes
|
cdcbb01eab
|
Test for empty term before dereferencing utf-8 iterator
|
2015-09-01 14:45:41 +02:00 |
|
Jean-Francois Dockes
|
468c9fe575
|
Test for end() after lower_bound call before dereferencing!
|
2015-09-01 14:44:30 +02:00 |
|
Jean-Francois Dockes
|
a0d7c41888
|
Turn synonyms expansion off if the search is sensitive to either case or diacritics. + misc trace improvements
|
2015-09-01 08:13:11 +02:00 |
|
Jean-Francois Dockes
|
b47cb97e1d
|
Turn synonyms expansion off if the search is sensitive to either case or diacritics. + misc trace improvements
|
2015-09-01 08:13:11 +02:00 |
|
Jean-Francois Dockes
|
aa676151a5
|
added option to force recollq build
|
2015-09-01 08:11:43 +02:00 |
|
Jean-Francois Dockes
|
5e062990a4
|
added option to force recollq build
|
2015-09-01 08:11:43 +02:00 |
|
Jean-Francois Dockes
|
9f8d382b3d
|
missing errno.h
|
2015-09-01 08:14:17 +02:00 |
|
Jean-Francois Dockes
|
b748a20f35
|
doc
|
2015-09-01 07:12:27 +02:00 |
|
Jean-Francois Dockes
|
8f5597026d
|
Handle windows paths: mostly change tests for relative, and some other tweaks.
|
2015-08-31 17:20:04 +02:00 |
|
Jean-Francois Dockes
|
6bbb87b063
|
recollindex and recollq build and run but fail because of unac error
|
2015-08-31 13:08:50 +02:00 |
|
Jean-Francois Dockes
|
20c9638ea4
|
fix bogus signedness warning
|
2015-08-30 17:45:19 +02:00 |
|
Jean-Francois Dockes
|
970935f130
|
Windows: fixed a number of int size warnings mostly by casting them away
|
2015-08-30 17:30:31 +02:00 |
|
Jean-Francois Dockes
|
d5aa8db282
|
fix linux build of windows branch
|
2015-08-30 15:50:28 +02:00 |
|
Jean-Francois Dockes
|
271e3ab2d9
|
fix linux build of windows branch
|
2015-08-30 15:50:17 +02:00 |
|
Jean-Francois Dockes
|
e32b102bd3
|
Idem. recollindex builds, forgotten bits
|
2015-08-30 15:31:35 +02:00 |
|
Jean-Francois Dockes
|
60fd34e40f
|
recollindex builds. Still need to implement quite a lot of ifndefed stuff (pathut, rclconfig)
|
2015-08-30 15:30:50 +02:00 |
|