Tal Regev
f694ca6f12
linux apps compile gui with vcpkg
2022-04-23 12:54:08 +03:00
Tal Regev
03011e8f30
Add mingw apps_gui
2021-08-16 21:56:56 +03:00
Tal Regev
a67e4e6531
Compile gui apps for linux.
2021-08-16 20:56:39 +03:00
Tal Regev
3342d0c3d8
Compile mingw apps
2021-08-16 18:43:11 +03:00
Tal Regev
c4780563b4
Arrange apps makefiles
2021-04-10 11:02:39 +03:00
Tal Regev
64439ec446
Compile samples apps for android.
2021-03-22 00:31:43 +02:00
David Anderson
98123560e2
Condor: add variant of uppercase that processes multiple files
2013-08-27 21:24:01 -07:00
David Anderson
2c3bc9c9b9
Unix build: tweak Makefiles in sample apps
2013-05-16 09:38:31 -07:00
David Anderson
2d8e1c39b6
Improve sample application Makefiles
...
Use CXXFLAGS, CPPFLAGS, LDFLAGS if they're defined in the environment.
From Guo Yixuan.
2013-04-25 01:26:24 -07:00
David Anderson
3f8357fc92
- add slide-show screensaver (from David Coss)
2013-03-01 16:26:08 +01:00
David Anderson
42756406f5
- example app: get the graphics app to build on Fedora Core 14
...
Note: this required installing various packages,
and tweaking the Makefile in various ways,
some of them FC14-specific ways
2013-03-01 16:23:13 +01:00
David Anderson
94e8c48220
- client: change --detach_phase_two (??) to --detach_console
...
- eliminate compiler warnings (e.g. shadowed vars)
in various places, mostly in client
svn path=/trunk/boinc/; revision=23710
2011-06-12 20:58:43 +00:00
David Anderson
ca24bc3cb1
- scheduler: fixes for cuda23 plan class
...
svn path=/trunk/boinc/; revision=18841
2009-08-14 02:42:52 +00:00
Eric J. Korpela
9a2868e715
-Made static linkage of BOINC libraries the default for client,
...
manager, and server components
svn path=/trunk/boinc/; revision=16928
2009-01-16 00:24:44 +00:00
David Anderson
91e120b3f4
- scheduler: improve message formatting; add <debug_locality> flag
...
for locality scheduling messages
svn path=/trunk/boinc/; revision=16921
2009-01-15 20:23:20 +00:00
Eric J. Korpela
4e60ef3003
- STILL WORK TO BE DONE TO GET locale STUFF INSTALLED PROPERLY!!!
...
- Update to libtool 1.5.24
- build environment: Major automake changes that I've been warning about
for some time.
- Now uses libtool to build libraries.
- Builds separate boinc_fcgi and sched_fcgi libraries for use with
FCGI server components.
- New macro "BOINC_CHECK_LIB_WITH" that executes a "AC_CHECK_LIB" on
a library only if --with-libname[=DIR] is specified on the configure
command line. This is to allow inclusion of libraries when the
ssl, gtk, wxWidgets, or other configuration is incorrect for static
libraries.
- Added a lot of "--with-*" for some libraries that might be required for
static builds.
- The sea directory has been moved to packages/generic. Changes to sea
and the associated scripts might be required to better make use of the
staging mechanism and shared libraries.
- Fixed includes of boinc_fcgi.h in many files.
- Fixed places where FCGI_FILE needs to be used implicitly.
- Fixed missing define of _SC_PAGESIZE on hosts that define only
_SC_PAGE_SIZE.
- Moved build of boinc_cmd (and source file) from lib to client
svn path=/trunk/boinc/; revision=16904
2009-01-13 23:06:02 +00:00
David Anderson
f3b0995cf4
- example_app: don't build the graphics app by default.
...
Fixes #771
svn path=/trunk/boinc/; revision=16482
2008-11-12 00:11:41 +00:00
David Anderson
1a409685e5
- make "make distclean" work in all directories
...
svn path=/trunk/boinc/; revision=16245
2008-10-21 21:13:52 +00:00
David Anderson
3d5e2d5748
svn path=/trunk/boinc/; revision=16144
2008-10-06 21:46:46 +00:00
David Anderson
44f4c9d840
- add distclean target for samples/ makefiles
...
svn path=/trunk/boinc/; revision=16143
2008-10-06 20:24:58 +00:00
David Anderson
5a1e97c349
- Unix build system: build samples/example_app/,
...
and change the samples/ makefiles so that they automatically
create the symbolic link to libstdc++.a
Fixes #725
svn path=/trunk/boinc/; revision=16129
2008-10-04 18:51:38 +00:00
David Anderson
1edb9012f6
- move boinc_samples into boinc/samples
...
- fix Makefiles in samples/
svn path=/trunk/boinc/; revision=15740
2008-08-01 18:14:00 +00:00
David Anderson
f4f1592041
Moving the boinc_samples directory under the boinc directory.
...
This will make branching complete and stable server and app development branches easier.
svn path=/trunk/boinc/; revision=15730
2008-07-31 20:12:07 +00:00