root/trunk/magicmakefile/branches/v5

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @510 [510] 2 years jeffk@… wx-mode fixed
(edit) @501 [501] 3 years jeffk@… Top level GNUmakefile removed
(edit) @500 [500] 3 years jeffk@… Due to popular demand, configure and makefile changes so that you can run …
(edit) @499 [499] 3 years jeffk@… changes made to make magicmakefile work with gnu make 3.80 again
(edit) @498 [498] 3 years jeffk@… fixed debian package names
(edit) @497 [497] 3 years jeffk@… oops, nsis files were deleting unknown file eep-smtp.log.
(edit) @494 [494] 3 years jeffk@… duplicate readme.txt file removed
(edit) @490 [490] 3 years jeffk@… magic-macosx.mak supports sublibs
(edit) @488 [488] 3 years jeffk@… sublibs fixed for win32 gui subdir apps
(edit) @487 [487] 3 years jeffk@… autobuild.sh must use bash not sh
(edit) @486 [486] 3 years jeffk@… changes made in v5-macosx-test branch applied to autobuild directory of v5 …
(edit) @485 [485] 3 years jeffk@… magic.mak not needed
(edit) @468 [468] 3 years jeffk@… make_initial_dirs.sh creates LICENSE.txt and README.txt, more default …
(edit) @467 [467] 3 years jeffk@… more fixes for nsis
(edit) @466 [466] 3 years jeffk@… simple nsi fix
(edit) @465 [465] 3 years jeffk@… dir separator fix
(edit) @464 [464] 3 years jeffk@… initial experiments with nsis installer. Needs some tweaks but seems to …
(edit) @463 [463] 3 years jeffk@… simple.nsi added
(edit) @462 [462] 3 years jeffk@… more epm fixes
(edit) @460 [460] 3 years jeffk@… magicmakefile now has preliminary support for epm for building packages
(edit) @458 [458] 3 years jeffk@… Doxyfile symlink dir fixed
(edit) @457 [457] 3 years jeffk@… make_initial_dirs.sh also makes symlink to Doxyfile
(edit) @456 [456] 3 years jeffk@… GTK_MODE=1 required for gtk mode
(edit) @455 [455] 3 years jeffk@… support for gtk apps in gui/gtk added
(edit) @454 [454] 3 years jeffk@… magic-gtk.mak added, gui/gtk dir support added, even builds X11 gtk app …
(edit) @453 [453] 3 years jeffk@… pkg-config --includes changed to more standard pkg-config --cflags
(edit) @452 [452] 3 years jeffk@… make_initial_dirs.sh script added, simplifies starting a new project
(edit) @451 [451] 3 years jeffk@… make check is the same as make test
(edit) @450 [450] 3 years jeffk@… make clean, distclean, realclean now do not include dependancies which …
(edit) @448 [448] 3 years jeffk@… autobuild/mkspecs/i386-mingw32-g++/qplatformdefs.h eol-style native
(edit) @446 [446] 3 years jeffk@… autobuild.sh creates ./autobuild.sh script for when you want to re-run the …
(edit) @445 [445] 3 years jeffk@… SUBLIBS defines names for subdirs of src, tools, etc.
(edit) @444 [444] 3 years jeffk@… when cross compiling, only build native lib if BUILD_NATIVE is 1, fixed …
(edit) @443 [443] 3 years jeffk@… release mode for mingw32 adds -s flag to ldflags
(edit) @442 [442] 3 years jeffk@… xenomai spelling mistake fixed
(edit) @441 [441] 3 years jeffk@… err file not deleted upon success of test runs
(edit) @440 [440] 3 years jeffk@… etags/ctags always in c++ mode, even for h files
(edit) @439 [439] 3 years jeffk@… TAGS and tags targets make emacs and vi tags files, respectively
(edit) @438 [438] 3 years jeffk@… sorted link parameters removed, was interfering with mac linker ordered …
(edit) @437 [437] 3 years jeffk@… docs-dev install dir fixed, xenomai target added
(edit) @436 [436] 3 years jeffk@… link flags and libs sorted and uniqed
(edit) @435 [435] 3 years jeffk@… link flags and libs sorted and uniqed
(edit) @434 [434] 3 years jeffk@… proper quoting of path names in defines, generated configtool improvements …
(edit) @433 [433] 3 years jeffk@… more config tool updates
(edit) @432 [432] 3 years jeffk@… moc just needs defines and includes, not other preprocess flags
(edit) @431 [431] 3 years jeffk@… more mac osx / wx fixes
(edit) @430 [430] 3 years jeffk@… conditionals in included mak files moved into main magic.mak, allowing …
(edit) @429 [429] 3 years jeffk@… macosx bundle is now valid on macosx target, not just macosx universal
(edit) @427 [427] 3 years jeffk@… qt4mode works again
(edit) @425 [425] 3 years jeffk@… wx-mode added
(edit) @423 [423] 3 years jeffk@… mode mak files now end in -mode.mak
(edit) @422 [422] 3 years jeffk@… wxmode started
(edit) @420 [420] 3 years jeffk@… magicmakefile now builds gui application bundles for mac os x
(edit) @418 [418] 3 years jeffk@… with-macosx-version-min support, more qt4 updates
(edit) @417 [417] 3 years jeffk@… target platform inheritance now works, xenomai added as a linux platform
(edit) @415 [415] 3 years jeffk@… mac os x fixes, QT4 fixes, QTFRAMEWORKDIR added for mac os x, …
(edit) @414 [414] 3 years jeffk@… QMAKE_MAKE_OPTIONS are for QMAKE not MAKE
(edit) @413 [413] 3 years jeffk@… QMAKE_MAKE_OPTIONS added for release and debug mode
(edit) @412 [412] 3 years jeffk@… configure script generation of reconfigure was broken on mac os x leopard
(edit) @411 [411] 3 years jeffk@… more qt4 additions, qmakemode now supports better mac os x building and …
(edit) @410 [410] 3 years jeffk@… mkspecs dir added for custom qmakespecs, first use is for cross compiling …
(edit) @409 [409] 3 years jeffk@… qmakemode default make target is all-via-qmake
(edit) @408 [408] 3 years jeffk@… qmakemode now outputs proper includepath and headers so allow moc and …
(edit) @406 [406] 3 years jeffk@… more qt4 enhancements - ui, qrc, moc support fixed
(edit) @404 [404] 3 years jeffk@… qt4mode improved, now builds gui/qt4 dir files
(edit) @403 [403] 3 years jeffk@… more qt4 fixes
(edit) @401 [401] 3 years jeffk@… qt4 mode added, ready for testing
(edit) @399 [399] 3 years jeffk@… QT4MODE changed to QMAKEMODE
(edit) @398 [398] 3 years jeffk@… QT4MODE changed to QMAKEMODE
(edit) @397 [397] 3 years jeffk@… more qt4 support added, for examples and tests
(edit) @395 [395] 3 years jeffk@… magic.mak file split into separate files for each logical part.
(edit) @394 [394] 3 years jeffk@… magic.mak now allows PKGCONFIG_PACKAGES for packages managed by pkgconfig, …
(edit) @393 [393] 3 years jeffk@… QMAKE MAC SDK is now set
(edit) @392 [392] 3 years jeffk@… -cfg suffix changed to -config for name of generated config tool
(edit) @391 [391] 3 years jeffk@… more qt support in magic makefile
(edit) @388 [388] 3 years jeffk@… experimental qt4 support in magicmakefile added
(edit) @384 [384] 3 years jeffk@… what was install is now preinstall, and install does the right thing to …
(edit) @383 [383] 3 years jeffk@… qmake var defaults to qmake. warning fixed when no custom mak files exist
(edit) @382 [382] 3 years jeffk@… QMAKE var defaults to qmake
(edit) @381 [381] 3 years jeffk@… etc dir fixed, qmake pro file generation for lib and gui apps added
(edit) @380 [380] 3 years jeffk@…
(edit) @379 [379] 3 years jeffk@… old hold dir removed
(edit) @378 [378] 3 years jeffk@… link flags -m64 on 64 bit platforms
(edit) @377 [377] 3 years jeffk@… fixed scp options an src path for ship-raw-testresults
(edit) @376 [376] 3 years jeffk@… fixed syntax err
(edit) @375 [375] 3 years jeffk@… ship-raw-testresults target added - it copied all files via scp, not the …
(edit) @374 [374] 3 years jeffk@… --disable-valgrind=1 support added
(edit) @373 [373] 3 years jeffk@… --disable-valgrind=1 support added
(edit) @372 [372] 3 years jeffk@… testresults target added
(edit) @371 [371] 3 years jeffk@… testresults target added
(edit) @370 [370] 3 years jeffk@… package suffix option added. 'ship' targets to send packages via scp. api …
(edit) @367 [367] 3 years jeffk@… specifying linux with no arch causes uname -m to get called
(edit) @361 [361] 3 years jeffk@… link to package added. docs dir re-added with subdirs for docbook, html, …
(edit) @360 [360] 3 years jeffk@… package and docs top level dir not needed
(edit) @359 [359] 3 years jeffk@… win32 programs get stored in programs directory
(edit) @358 [358] 3 years jeffk@… LIB_DOCS_DIR should not have to exist anymore
(edit) @357 [357] 3 years jeffk@… example exe and test exe files go into dev bin dir. html docs only copy …
(copy) @354 [354] 3 years jeffk@… trunk copied to v5 branch
copied from trunk/magicmakefile/trunk:
(edit) @351 [351] 3 years jeffk@… test dependencies fixed, cross_i586-mingw32 added
Note: See TracRevisionLog for help on using the revision log.