- 26 Feb, 2009 1 commit
-
-
Eric J. Korpela authored
- Added checks for net/*.h, arpa/*.h, netinet/*.h and code to figure out which of those files to include - Modified MAC address check to work on some non-Linux unixes. (mac_address.cpp) - Added suggested change to "already attached to project" checking. (ProjectInfoPage.cpp) - changed includes of standard c header files to their c++ equivalents (i.e. replaced <stdio.h> with <cstdio>) for namespace protection. - replaced "using namespace std;" with more explicit "using std::function" in several files. - Fixed bug in checking whether the os is OS/2 and added conditional OS_OS2 to the build environment. (boinc_platform.m4,configure.ac) - Changed build environment to not use -nostandardlibs unless we are using G++ and static linkage is specified. (configure.ac) - Added makefiles and package building files for solaris CSW package manager. - Fixed bug with attempting to find login name using logname. (configure.ac) - Added ifdef HAVE_* protection around some include files commonly found in sys. - Added support for unified binary for x86_64/i686-pc-solaris. (cs_platforms.cpp) - generate_host_cpid() now uses MAC address on non-linux unix. (hostinfo_network.cpp) - Macro BOINC_SET_COMPILE_FLAGS now doesn't check gcc only flags on non-gcc compilers. (boinc_set_compile_flags.m4) - Library compiles no longer depend upon the library extension or require the library to be prefixed with lib. - More fixes for fcgi builds. - Added declaration of "struct ether_addr" and ether_ntoa(). Have not yet implemented ether_ntoa() for machines that don't have it, or where it is buggy. (unix_util.h) - Added FCGI::perror() which calls FCGI_perror(). (boinc_fcgi.{h,cpp}) - Fixed library Makefiles so that all required headers get installed. svn path=/trunk/boinc/; revision=17388
-
- 25 Nov, 2008 1 commit
-
-
David Anderson authored
should report winx64 as primary platform svn path=/trunk/boinc/; revision=16559
-
- 26 Sep, 2008 1 commit
-
-
David Anderson authored
svn path=/trunk/boinc/; revision=16069
-
- 06 Aug, 2008 1 commit
-
-
David Anderson authored
- scheduler: fix bug in adaptive replication: if send an unreplicated job to untrusted host, set both wu.target_nresults and wu.min_quorum to app.target_nresults. svn path=/trunk/boinc/; revision=15762
-
- 10 Jul, 2008 1 commit
-
-
David Anderson authored
libcudart{32,64}.so is bundled with client. client loads it and if successful calls the device-query functions. - client, Linux: append the current directory (i.e., the BOINC data directory) to the LD_LIBRARY_PATH for apps. This goes after the project dir and the slot dir. This lets apps link to libcudartX.so. NOTE: this is not recommended; better to include it with your app. - client: allow for multiple messages from coproc probing - fixed indentation in cs_platforms.C svn path=/trunk/boinc/; revision=15591
-
- 08 Jul, 2008 1 commit
-
-
Eric J. Korpela authored
apps. svn path=/trunk/boinc/; revision=15573
-
- 24 Oct, 2007 1 commit
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=13939
-
- 20 Oct, 2007 1 commit
-
-
David Anderson authored
specifying additional alternate platforms. svn path=/trunk/boinc/; revision=13918
-
- 09 Oct, 2007 1 commit
-
-
Frank Thomas authored
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. svn path=/trunk/boinc/; revision=13804
-
- 07 May, 2007 1 commit
-
-
David Anderson authored
eliminates use of alternate platforms. client/ client_state.h cs_platforms.C cs_statefile.C log_flags.C,h svn path=/trunk/boinc/; revision=12600
-
- 06 May, 2007 2 commits
-
-
David Anderson authored
if get an app_version with unknown platform name, ignore it. This means that, e.g. if someone moves a BOINC directory from Intel to PowerPC Mac, things will still work right. client/ client_state.C,h cs_platforms.C cs_scheduler.C cs_statefile.C svn path=/trunk/boinc/; revision=12579
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=12576
-
- 02 May, 2007 1 commit
-
-
Rom Walton authored
* refactored the alternate platform mechinism so that we can support multiple alternate platforms. * moved everything to cs_platforms.C since we expect the kind of sprawl that is in host_info.C on the *nix environments. - Clean up some warnings client/ acct_setup.C client_state.C, .h client_types.h cs_platforms.C (Added) cs_scheduler.C cs_statefile.C http_curl.C lib/ str_util.h svn path=/trunk/boinc/; revision=12531
-