summaryrefslogtreecommitdiffstats
path: root/mkspecs/solaris-cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* Add QMAKE_NM to the mkspecsThiago Macieira2013-06-101-0/+1
* Fix '=' alignment and replace tabs in *.conf (whitespace only change)Axel Waggershauser2013-03-271-54/+54
* purge QMAKE_LIBS_OPENGL_QTOswald Buddenhagen2013-02-131-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make qmakespecs announce the compiler familyOswald Buddenhagen2012-09-211-0/+2
* centralize initialization of CONFIG in mkspecsOswald Buddenhagen2012-09-081-1/+0
* centralize initialization of QT in specsOswald Buddenhagen2012-09-081-1/+0
* remove useless TEMPLATE assignments from specsOswald Buddenhagen2012-09-081-1/+0
* adjust specs to the new target mode handlingOswald Buddenhagen2012-09-081-1/+1
* centralize definitions of shell commandsOswald Buddenhagen2012-06-191-9/+0
* purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen2012-06-191-2/+0
* Remove all references to X11 session managementDonald Carr2012-06-011-1/+0
* remove assignment of QMAKE_MOC & QMAKE_UIC from mkspecsOswald Buddenhagen2012-03-011-3/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-272-0/+217
kRay/spr/main.asan-isinterestingalloca-remove-the-isallocapromotable-condition Vendor branches of https://github.com/llvm/llvm-project.git
summaryrefslogtreecommitdiffstats
path: root/.github/workflows/llvm-project-tests.yml
Commit message (Collapse)AuthorAgeFilesLines
* [github] update action and use major versionMohammed Keyvanzadeh2023-04-151-1/+1
| | | | | | | - Update the `actions/download-artifact` action to version 3. - Use the major version of an action instead of specifying the minor or patch versions. Differential Revision: https://reviews.llvm.org/D148327
* feat: harden permissions for all github workflowsJoyce Brum2023-03-031-0/+3
| | | | | | | | Signed-off-by: Joyce Brum <joycebrum@google.com> Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D144119
* [github] update actions and make tweaksMohammed Keyvanzadeh2023-02-011-3/+3
| | | | | | | | | | | - Update the GitHub workflow actions to their latest versions. - Use the latest Node.js LTS release. - Use the latest Ubuntu version for consistency across all workflows. - The `set-output` command is deprecated and will soon be disabled (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) so use the new recommended way. - Use the `$()` expressions for string interpolation instead of the deprecated backticks in Bash. - Format the YAML files. Differential Revision: https://reviews.llvm.org/D143015
* workflows: Fix libclc testsTom Stellard2023-01-271-1/+1
| | | | | | | | | libclc requires using cmake files to detect the LLVM installation instead of llvm-config so we need to update our cmake invocation. Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142716
* workflows: Bump python version on Windows to try to fix lldb failureTom Stellard2023-01-271-1/+1
| | | | | | Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142719
* workflows/llvm-project-tests: Workaround an issue with lldb builds on WindowsTom Stellard2022-08-201-0/+8
| | | | | | | | | | For some reason cmake started selecting a 32-bit version of python on Windows instead of the 64-bit version when building windows. Explicitly setting the default python to 3.10 fixes this problem. Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D132280
* workflows: Use macos-11 runnersTom Stellard2022-07-271-4/+2
| | | | macos-10.15 is deprecated and will be removed.
* workflows: Use sccache to speed up CI buildsTom Stellard2022-07-261-1/+17
| | | | | | Reviewed By: asl Differential Revision: https://reviews.llvm.org/D129880