Commit Graph

13 Commits

Author SHA1 Message Date
David Anderson 73fba33695 client/server/web: add 'Apple GPU' as an official GPU type.
For now, it's detected only via OpenCL (like Intel GPUs).
Eventually we'll detect via Metal as well.

Plan classes for Apple GPU must include 'apple_gpu' in their name.

The changes are mostly copy-and-paste of Intel GPU code.
I hate duplicate code but I don't know how to fix.
2024-01-28 01:41:12 -08:00
Vitalii Koshura ea6fbcabc4
[worker] Add missed WORKER_RELEASE entry to the version.h.in file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-01-16 00:53:00 +01:00
Rom Walton 2a82894d55 BUILD: Re-enable the alpha/beta flag for the master branch. 2014-07-29 20:03:04 -04:00
Rom Walton 9f5e9a0b7e VBOX/WRAPPER: Introduce versioning information to the two wrappers. It is now compiled into the executable instead of relying on file name. 2014-05-21 13:57:16 -04:00
Rom Walton b0db5617a3 - Tag for 7.2.0 release, all platforms
client_release/7.2/7.2.0
2013-06-27 15:55:49 -04:00
Rom Walton 93a015300b - Moving trunk back into a development branch, further stabilization of the 7.0.x
client is now in the boinc_core_release_7_0a branch.

    /
        configure.ac
        version.h
        version.h.in

svn path=/trunk/boinc/; revision=25436
2012-03-16 17:29:30 +00:00
Rom Walton 7b770971eb - Tag for 7.0.12 release, all platforms
boinc_core_release_7_0_12

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=25155
2012-01-26 20:46:25 +00:00
Rom Walton 5a46215511 - MGR: Make help system work again
- MGR: Add pre-release to the BOINC Manager title bar and about
        dialog if it is a pre-release version of BOINC.
    - CLI: Add some pre-release text to the CC startup routine and
        suggest they revert back to a released build if they don't
        plan on testing the client.

    /
        version.h
        version.h.in
    client/
        auto_update.C
        client_state.C
    clientgui/
        AdvancedFrame.cpp
        DlgAbout.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        SkinManager.cpp
    lib/
        common_defs.h

svn path=/trunk/boinc/; revision=15067
2008-04-17 16:18:16 +00:00
David Anderson 99c9679b63 versions are major/minor/release
svn path=/trunk/boinc/; revision=7614
2005-08-31 00:18:36 +00:00
Charlie Fenton d1502ba1c7 *** empty log message ***
svn path=/trunk/boinc/; revision=6376
2005-06-18 12:08:27 +00:00
Karl Chen 938d02c697 *** empty log message ***
svn path=/trunk/boinc/; revision=4853
2004-12-15 12:05:29 +00:00
Eric J. Korpela 590e2cac10 Preparation for reversion to earlier versions in about 5 minutes.
svn path=/trunk/boinc/; revision=4752
2004-12-04 00:23:13 +00:00
Eric J. Korpela c3a74d384c config.h[.in] now includes win_config.h on WIN32 systems.
Split platform independent version info into version.h[.in]
(which in included from config.h)

Added all the config.h macros into win_config.h

svn path=/trunk/boinc/; revision=4731
2004-12-03 21:28:17 +00:00