Vitalii Koshura
44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
Vitalii Koshura
1ce3793c76
Remove unused BOINC_RCSID constants
...
This fixes #2953
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2019-01-12 23:43:48 +02:00
David Anderson
bb0ced01ba
- wrapper: add source files for a regular expression library
...
(too be used soon)
- boinc_zip: add makefile for test program
2013-03-04 15:04:51 +01:00
Charlie Fenton
e01d3ccd83
Update boinc_zip to use current info-zip source files (info-zip 3.0 and info-unzip 6.0)
2013-03-04 14:14:06 +01:00
Rom Walton
18ef4ed069
- WIN: Introduce updated project files for the boinc_zip library used
...
by the slide_show project.
- WIN: Adjust the slide_show project so that it will build both 32-bit
and 64-bit versions and use the boinc_zip library.
2013-03-04 14:14:06 +01:00
David Anderson
7acf1632fa
- The zip library was moved to a directory (project_depends)
...
outside of BOINC, but the build files weren't made to work.
Move the library back where it was before.
svn path=/trunk/boinc/; revision=25056
2012-01-14 05:48:01 +00:00
David Anderson
aef0f104e2
Move the BOINC compatible InfoZip
...
svn path=/trunk/boinc/; revision=18619
2009-07-17 16:29:24 +00:00
David Anderson
5b0b612303
- zip: add Mac project file (from Carl)
...
svn path=/trunk/boinc/; revision=18195
2009-05-22 21:19:44 +00:00
David Anderson
3adaa89e08
- boinc_zip: put null arg at end of argv.
...
Fixes crashing bug.
From Michael Tyka.
svn path=/trunk/boinc/; revision=17210
2009-02-11 21:57:03 +00:00
David Anderson
ae826ef2eb
- API: remove debugging printf from trickly down code
...
- API: use non-verbose option to zip
- scheduler: if multiple_client_per_host is set,
don't mark results as over if get repeat CPID
svn path=/trunk/boinc/; revision=16445
2008-11-07 04:13:08 +00:00
Reinhard Prix
477eac8775
fix bug in boinc_UnzipToMemory(): properly init buffer to zero
...
svn path=/trunk/boinc/; revision=11874
2007-01-15 23:27:01 +00:00
David Anderson
420e00f137
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11860
2007-01-15 19:25:23 +00:00
Bruce Allen
998db46c9b
Fixes to BOINC zip library from Carl Christensen. Carl says:
...
"I found a problem with boinc_zip; it seems some Linux STL's
aren't very nice about classes that are inherited from their
objects on multiple use; or huge file lists that we use on CPDN.
So I rewrite it to just use "straight" std::string's in a vector.
It's fully backwardly compatible and seems to work fine."
svn path=/trunk/boinc/; revision=9203
2006-01-09 22:06:19 +00:00
David Anderson
41788e7e8d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6697
2005-07-20 10:26:47 +00:00
David Anderson
385ea597c8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6683
2005-07-19 18:53:01 +00:00
David Anderson
67359ed0e7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6679
2005-07-19 18:34:42 +00:00
David Anderson
971b58e501
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5821
2005-04-11 05:47:41 +00:00
Bruce Allen
f31b244f90
Modified CVS id strings. After some fussing with different versions
...
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach. All these strings
now have global linkage. To prevent namespace conflicts they all
have different names. For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`
svn path=/trunk/boinc/; revision=4979
2005-01-02 18:29:53 +00:00
Bruce Allen
a24afe2b67
Moved RCSID strings to the end of all .c, .C and .cpp files as per
...
David's request.
svn path=/trunk/boinc/; revision=4787
2004-12-08 00:40:19 +00:00
David Anderson
de1d1244c4
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3676
2004-06-19 05:39:00 +00:00
David Anderson
a0a84bf166
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3366
2004-05-11 20:19:49 +00:00