Commit Graph

15 Commits

Author SHA1 Message Date
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
Steffen Möller 761eaaedd3
samples/sleeper: don't say you don't install 2020-04-27 20:23:20 +02:00
Steffen Möller a27d481277
added install target, $(CXX) 2020-04-27 18:21:26 +02:00
Rom Walton 4914d95a59 sleeper: reclassify the sleeper as a console application on Windows.
This was a hold over from the Win9x days when a console application window could not be hidden by the processed that launched it.  Since we no longer need to support Win9x we can get rid of this hack.
2015-11-19 14:01:20 -05:00
David Anderson 4ad5cf05f6 Improve Makefiles for sample apps. From Gianfranco. 2013-04-26 13:46:28 -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 1a409685e5 - make "make distclean" work in all directories
svn path=/trunk/boinc/; revision=16245
2008-10-21 21:13:52 +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 98cfb8d3b0 - rename .C files to .cpp so that Doxygen will work
svn path=/trunk/boinc/; revision=16069
2008-09-26 18:20:24 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- 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
2008-08-06 18:36:30 +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