]> rtime.felk.cvut.cz Git - omk.git/shortlog
omk.git
2024-01-10 Pavel PisaNuttX: the adapt to new implementation of ROMFS mountin... master
2023-04-07 Pavel PisaPrevent GNU linker synthetic LOAD map statements to...
2023-04-04 Pavel PisaNuttX: workaround to not include -nostartfiles from...
2023-04-04 Pavel PisaNuttX: allow multiple LD-script files to support RISC...
2023-04-01 Pavel PisaNuttX: correct kernel modules and libraries build.
2023-03-31 Pavel PisaNuttX: minor correction to support older NuttX releases...
2023-03-31 Pavel PisaNuttX: update rules for 12.0.0 release yet attempt...
2023-03-31 Pavel PisaEnsure that OBJ_EXT, LIB_EXT, LIB_PREF and ASM_EXT...
2023-03-28 Pavel PisaLinux: correct "linker stubs" eliminaton patch.
2023-03-28 Pavel PisaLinux: some version of the GNU ld include "linker stubs...
2023-03-28 Pavel Pisasnippets/linux-kernel.omk: Linux 6.x kernel series...
2023-03-27 Pavel Pisarules/linux/kernelcfg2mk: initial step for Linux 6...
2022-11-16 Pavel PisaRTEMS rules: add support for multiple OUTPUT_FORMATS
2021-07-18 Pavel PisaNuttX: define LD to point to GNU ld, NuttX provided...
2021-01-20 Pavel PisaNuttX: adjust default ELF_FILE_LDSCRIPT location in...
2020-10-18 Pavel PisaNuttX: allow to specify xxx_PROGBUILTIN_EXCLUDE list...
2019-09-13 Pavel PisaNuttX: change ROMFS symbols to _start, _size, _end...
2019-09-13 Pavel PisaNuttX: more file types to clean.
2019-09-13 Pavel PisaNuttX: use ELF_FILE_LDSCRIPT for ldscript for loadable...
2019-09-12 Pavel PisaNuttX: include support for ROM filesystems.
2019-09-11 Pavel PisaNuttX: support kernel modules linked directly into...
2019-09-09 Pavel PisaNuttX: extend kernel rules to support libraries.
2019-09-09 Pavel PisaNuttX: remove kernel module debug output.
2019-09-09 Pavel PisaNuttX: link program/application only once into combined...
2019-09-09 Pavel Pisabase.omk: need to process given pass can be specified...
2019-09-09 Pavel PisaNuttX: initial kernel modules compilation logic.
2019-08-29 Pavel PisaNuttX: adjust location of builtin.h when PiKRON's chang...
2019-08-23 Pavel PisaNuttX: remove some development output.
2019-08-23 Pavel PisaInitial support for NuttX user-space programs build.
2019-01-18 Pavel PisaPrepare Linux modules build for 5.x kernel series.
2019-01-09 Pavel PisaFix .s to .o compilation support.
2019-01-09 Pavel Pisasysless and gcc: use make if for decision between C...
2019-01-09 Pavel Pisasysless: support .s to .o for compatibility with with...
2017-07-13 Pavel PisaOMK kernelcfg2mk: consider name passed to KBUILD_MODNAM...
2016-05-19 Pavel PisaInclude executable map support to RTEMS rules.
2015-10-30 Michal SojkaDo not use CFLAGS when compiling C++ code
2015-10-30 Michal SojkaFix failing test
2015-09-16 Pavel PisaApply allow sources in subdirectories to rtems and...
2015-09-05 Pavel PisaRTEMS rules: correct cleanup and documentation for...
2015-09-05 Pavel PisaRTEMS rules: provide support to build application with...
2015-05-17 Pavel PisaUpdate OMK kernelcf2mk for actual Linux kernels.
2015-03-10 Michal SojkaAlways use OMK_*FLAGS instead of *FLAGS
2015-03-10 Michal SojkaAdd failing test
2015-03-10 Michal SojkaDelete unused variables
2014-12-05 Michal SojkaUpdate wvtool
2014-12-05 Michal SojkaUpdate wvtool
2014-11-11 Michal SojkaUse wvtool for testing instead of wvtestrun
2014-09-08 Michal SojkaMake omkbuild Python 3 compatible
2014-09-08 Michal SojkaAllow specifying python binary to run omkbuild
2014-07-29 Michal SojkaAdd experimental version of omk-mode for Emacs
2014-06-26 Michal SojkaSupport all generally recognized C++ extensions
2014-06-26 Michal SojkaIt is not necessary to evaluate C++ compilation separat...
2014-06-26 Michal SojkaAdd rules for .s assembler files
2014-01-06 Michal SojkaFix typo that caused all programs to be linked by ...
2013-11-26 Michal SojkaDo not use program dependenies on linker command line
2013-11-25 Michal SojkaReplace AM_ variables with OMK_ ones
2013-11-25 Michal SojkaAdd forgotten cmetric.omk
2013-11-25 Michal SojkaMove cmetric rules to a separate snippet
2013-11-25 Michal SojkaUse C locale to run tests
2013-11-25 Michal SojkaRemove debugging message
2013-11-22 Michal SojkaSupport for target specific flags is broken in sysless
2013-11-22 Michal SojkaSupport target specific flags also for libraries
2013-11-22 Michal SojkaSupport program specific CFLAGS, CXXCLAGS and CPPFLAGS
2013-11-13 Michal SojkaFix bug in clean target
2013-11-13 Michal SojkaFix error with multiple IDL files
2013-11-12 Michal SojkaDocument and fix xxx_GEN_SOURCES
2013-11-12 Michal SojkaAllow including an arbitrary file from tests in the...
2013-11-12 Michal SojkaFix test
2013-11-12 Michal SojkaRemove debugging output
2013-11-12 Michal SojkaAdd linux-kernel snippet
2013-11-12 Michal SojkaFix generation of test files included in the documentation
2013-11-12 Michal SojkaReworked default-config test
2013-11-12 Michal SojkaFix sources_in_subdirectory test
2013-11-12 Michal SojkaFix IDL test
2013-11-12 Michal SojkaSimplify libraries compilation
2013-11-12 Michal SojkaDon't exit when a test fails
2013-11-12 Michal SojkaRework libraries and shlibs tests
2013-11-12 Michal SojkaSimplify program compilation
2013-11-12 Michal SojkaRework test for programs
2013-11-12 Michal SojkaConvert cmetric test to a single file
2013-11-12 Michal SojkaRun tests directly with snippets instead of with the...
2013-11-12 Michal SojkaDocument AM_ variables instead of user variables
2013-11-12 Michal SojkaSplit Linux rules to user and kernel parts
2013-11-12 Michal SojkaConvert clean pass to "double-colon rules"
2013-11-12 Michal SojkaRemove OCERA specific stuff
2013-11-12 Michal SojkaCorrect comment
2013-11-12 Michal SojkaSimplify CFLAGS test and check for CFLAGS overriding...
2013-11-12 Michal SojkaDocument AM_*FLAGS and relation to *FLAGS
2013-11-12 Michal SojkaPut leaf makefile to the test by default
2013-11-12 Michal SojkaUse synctex to ease documentation editting
2013-11-12 Michal SojkaUpdate introduction
2013-11-12 Michal SojkaWhitespace and copyright
2013-11-11 Michal SojkaRun test first for Linux, then other platforms
2013-11-11 Michal SojkaOmkize target always creates Makefile wherever Makefile...
2013-10-28 Michal SojkaImprove QT tests to check for the error fixed by Pavel...
2013-10-28 Michal SojkaRun subtests in a separate directory
2013-10-25 Pavel PisaQT: Fix bug in *.pro search which prevent QT_SUBDIRS...
2013-10-04 Michal SojkaRun one QT test verbosely
2013-10-04 Michal SojkaFix qt-qmake test that failed
2013-10-04 Michal SojkaSimplify manual execution of QT test
next