summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tetrix
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2009-08-31 09:47:18 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2009-08-31 09:48:01 (GMT)
commit266f578ebe20b9885421effec0a91f9c025fd11e (patch)
treeed0f435c0a1ebec88b585bfe9f95569e2450d3fa /examples/widgets/tetrix
parentf6863745919c3ddf66734ca2045a9b5086835af1 (diff)
downloadQt-266f578ebe20b9885421effec0a91f9c025fd11e.zip
Qt-266f578ebe20b9885421effec0a91f9c025fd11e.tar.gz
Qt-266f578ebe20b9885421effec0a91f9c025fd11e.tar.bz2
Add license headers
Reviewed-by: trustme
Diffstat (limited to 'examples/widgets/tetrix')
0 files changed, 0 insertions, 0 deletions
'/oss-git/CMake.git/commit/?h=v3.27.3&id=35655901ff11a68ef44edf0d16ec290198eeb3d0'>STYLE: Nightly Version updateAndy Cedilnik2006-08-121-1/+1 | * ENH: fix for AddKeepPath not calling realpathKen Martin2006-08-111-1/+2 | * ENH: escape ( and ) in unix pathsBill Hoffman2006-08-111-2/+2 | * STYLE: Nightly Version updateAndy Cedilnik2006-08-111-1/+1 | * ENH: fix error in if statementBill Hoffman2006-08-112-2/+2 | * BUG: strlen logic was backwards resulting in function body never actually ↵David Cole2006-08-101-2/+2 | | | | executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected. * ENH: only change the cache if the value was really changedBill Hoffman2006-08-101-1/+1 | * ENH: fix failing testsBill Hoffman2006-08-102-4/+18 | * STYLE: Nightly Version updateAndy Cedilnik2006-08-101-1/+1 | * ENH: Enabling preprocessed source and asembly source generation rules on AIX ↵Brad King2006-08-091-0/+10 | | | | compilers. * ENH: Enabled generation of preprocessed and assembly source rules for MSVC ↵Brad King2006-08-091-0/+12 | | | | with NMake. * ENH: Enabling preprocessed source and asembly source generation rules on SGI ↵Brad King2006-08-092-0/+32 | | | | MIPSpro compilers. * ENH: Enabling preprocessed source and asembly source generation rules on HP ↵Brad King2006-08-091-0/+14 | | | | aCC and cc. * ENH: Enabling preprocessed source and asembly source generation rules on Sun CC.Brad King2006-08-091-0/+10 | * ENH: Changed preprocessed source extension to .i and assembly extension to ↵Brad King2006-08-093-11/+11 | | | | .s for more portability. * ENH: try to fix compress failureBill Hoffman2006-08-092-4/+16 | * ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and ↵Brad King2006-08-092-3/+21 | | | | CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules. * COMP: Fix warnings produced by the change in include order from the ↵Brad King2006-08-09